-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 830 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 830 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
{
"name": "deckgl-examples-trips",
"version": "0.0.0",
"private": true,
"license": "MIT",
"homepage": "https://yasoz.github.io/SynMob",
"scripts": {
"start": "vite --open",
"start-local": "vite --config vite.config.local.ts",
"build": "vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"deck.gl": "^9.1.0",
"maplibre-gl": "^5.0.0",
"popmotion": "^11.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"gh-pages": "^6.1.1",
"typescript": "^4.6.0",
"vite": "^4.0.0"
}
}