-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 KB
/
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
35
36
37
38
39
40
{
"name": "pumptracks",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"startt": "next start ",
"lint": "next lint",
"build-static": "next build && next export"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@plaiceholder/next": "^2.5.0",
"aframe": "^1.4.2",
"aframe-react": "^4.4.0",
"i18next": "^22.5.0",
"leaflet": "^1.9.4",
"next": "^13.4.4",
"next-i18next": "^13.2.2",
"plaiceholder": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-leaflet": "^4.2.1",
"sharp": "^0.32.1",
"swr": "^2.1.5",
"vanilla-cookieconsent": "^2.9.1"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6"
},
"sideEffects": false
}