-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 999 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 999 Bytes
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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme": "^3.4.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^7.6.16",
"leaflet": "^1.9.4",
"next": "15.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"uuid": "^11.1.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.19",
"@types/node": "^24.0.4",
"@types/react": "^19.1.8",
"@types/uuid": "^10.0.0",
"eslint": "^9.30.0",
"eslint-config-next": "^15.3.4",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"typescript": "5.8.3"
}
}