-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 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
39
{
"name": "konfero",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.17",
"axios": "^1.6.8",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18",
"react-easy-crop": "^5.0.6",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-multi-carousel": "^2.8.5",
"react-query": "^3.39.3",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "20.11.30",
"@types/react": "18.2.70",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "5.4.3"
}
}