-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1000 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
35
36
37
38
{
"name": "koripallopaikat",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev -p 8888",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@mapbox/mapbox-sdk": "^0.15.3",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@sendgrid/mail": "^7.7.0",
"@splidejs/react-splide": "^0.7.12",
"mapbox-gl": "^2.15.0",
"mongodb": "^5.7.0",
"mongoose": "^7.4.1",
"next": "^13.4.12",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-use": "^17.4.0",
"react-virtuoso": "^4.4.2"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.10.0",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0"
}
}