-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 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
{
"name": "game-map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"sync": "cp -r dist /var/www/game-map",
"deploy": "npm run build && npm run sync",
"preview": "vite preview"
},
"dependencies": {
"@amcharts/amcharts5": "^5.4.4",
"@amcharts/amcharts5-fonts": "^5.0.1",
"@amcharts/amcharts5-geodata": "^5.1.1",
"@headlessui/react": "^2.2.0",
"@vercel/analytics": "^1.0.2",
"install": "^0.13.0",
"mapbox-gl": "^2.15.0",
"npm": "^9.8.1",
"nuqs": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.13",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}