-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "cypress open"
},
"dependencies": {
"@turf/turf": "^6.3.0",
"@types/leaflet": "^1.7.0",
"@types/react-leaflet": "^2.8.1",
"cypress": "^6.8.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"next": "^10.0.9",
"polyline-encoded": "^0.0.9",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-leaflet": "^3.1.0",
"tailwindcss": "^1.6.2"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"typescript": "^3.9.7"
}
}