-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "parcel-tracker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@creativebulma/bulma-collapsible": "^1.0.4",
"@danmarshall/deckgl-typings": "^4.9.28",
"@deck.gl/core": "^8.9.7",
"@mapbox/mapbox-sdk": "^0.15.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/luxon": "^3.3.0",
"@types/mapbox-gl": "^2.7.10",
"@types/mapbox__mapbox-sdk": "^0.13.4",
"bulma": "^0.9.4",
"bulma-extensions": "^6.2.7",
"deck.gl": "^8.9.7",
"luxon": "^3.3.0",
"mapbox-gl": "^2.13.0",
"mobx": "^6.9.0",
"mobx-react": "^8.0.0",
"mobx-utils": "^6.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-map-gl": "^7.0.21",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"worker-loader": "^3.0.8"
},
"browserslist": [
"defaults",
"not ie 11"
],
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.61.0",
"typescript": "^4.9.5",
"vite": "^4.2.1"
}
}