-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"name": "ghost-deck",
"version": "1.0.0",
"type": "module",
"description": "Command & conquer style WebGL interface prototype",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"server": "tsx watch server/index.ts",
"typecheck": "vue-tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@deck.gl/core": "^9.2.6",
"@deck.gl/layers": "^9.2.6",
"@deck.gl/mapbox": "^9.2.6",
"@deck.gl/mesh-layers": "^9.2.6",
"@fortawesome/fontawesome-free": "^7.1.0",
"@loaders.gl/core": "^4.3.4",
"@loaders.gl/gltf": "^4.3.4",
"@luma.gl/core": "^9.2.6",
"@luma.gl/effects": "^9.2.6",
"@luma.gl/engine": "^9.2.6",
"@luma.gl/gltf": "^9.2.6",
"@luma.gl/shadertools": "^9.2.6",
"deck.gl": "^9.2.6",
"express": "^5.2.1",
"hammerjs": "^2.0.8",
"mapbox-gl": "^3.18.1",
"pixi.js": "^8.16.0",
"vue": "^3.5.27"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/express": "^5.0.6",
"@types/hammerjs": "^2.0.46",
"@types/mapbox-gl": "^3.4.1",
"@vitejs/plugin-vue": "^6.0.4",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
}
}