-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
37 lines (37 loc) · 893 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
{
"name": "bus_vis",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@danmarshall/deckgl-typings": "^4.9.22",
"crypto-js": "^4.1.1",
"deck.gl": "^8.7.5",
"flowbite": "^1.4.2",
"gcoord": "^0.3.2",
"js-md5": "^0.7.3",
"ky": "^0.30.0",
"mapbox-gl": "^2.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.0.10",
"react-use": "^17.3.2",
"recoil": "^0.7.2"
},
"devDependencies": {
"@iconify/react": "^3.2.1",
"@types/crypto-js": "^4.1.1",
"@types/js-md5": "^0.4.3",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@vitejs/plugin-react": "^1.3.1",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}
}