-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.64 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
52
53
54
55
{
"name": "clickplanet.lol-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dBuild": "docker build -t registry.digitalocean.com/clickplanet-frontend/frontend:latest .",
"dPush": "docker push registry.digitalocean.com/clickplanet-frontend/frontend:latest",
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"proto": "npx buf generate"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@react-three/drei": "^9.117.2",
"@react-three/fiber": "^8.17.10",
"@types/cesium": "^1.67.14",
"@types/spritesmith": "^3.4.5",
"@types/three": "^0.170.0",
"cesium": "^1.123.0",
"moment-timezone": "^0.5.46",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"resium": "^1.18.3",
"sharp": "^0.33.5",
"spritesmith": "^3.5.1",
"three": "^0.170.0",
"uuid": "^11.0.3",
"vite-node": "^2.1.5",
"vite-plugin-glsl": "^1.3.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"html-webpack-plugin": "^5.6.3",
"html-webpack-tags-plugin": "^3.0.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-cesium": "^1.2.23",
"vitest": "^2.1.4"
}
}