forked from huangkaoya/redalert2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 995 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
38
39
{
"name": "redalert2-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@brakebein/threeoctree": "^2.0.1",
"@ffmpeg/ffmpeg": "^0.12.15",
"@puzzl/core": "^1.0.0-beta.1",
"@ra2web/pcxfile": "^1.0.1",
"@ra2web/wavefile": "^1.0.2",
"@types/three": "^0.176.0",
"7z-wasm": "^1.1.0",
"classnames": "^2.5.1",
"js-logger": "^1.6.1",
"liang-barsky": "^1.0.12",
"mersenne-twister": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shader-particle-engine": "^1.0.6",
"sprintf-js": "^1.1.3",
"stats.js": "^0.17.0",
"three": "^0.177.0",
"three.meshline": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/sprintf-js": "^1.1.4",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}