-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "next12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"static": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.5",
"@types/node": "^17.0.16",
"@types/react": "^17.0.39",
"fuse.js": "^6.5.3",
"leaflet": "^1.7.1",
"next": "^12.1.6",
"next-pwa": "^5.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5",
"swr": "^1.2.1",
"unfetch": "^4.2.0"
},
"devDependencies": {
"eslint": "7",
"eslint-config-next": "12.0.1"
}
}