forked from mlt131220/Astral3DEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "es-3d-editor",
"author": "ErSan",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tsc": "tsc",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@dxfom/mtext": "0.3.2",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.5",
"@monaco-editor/loader": "^1.4.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"animate.css": "^4.1.1",
"axios": "1.6.0",
"camera-controls": "^2.9.0",
"cesium": "1.107.0",
"js-base64": "^3.7.5",
"jszip": "3.10.1",
"keyframe-resample": "^0.1.0",
"localforage": "^1.10.0",
"loglevel": "1.7.1",
"naive-ui": "2.39.0",
"pako": "2.1.0",
"pinia": "2.1.4",
"signals": "1.0.0",
"splitpanes": "3.1.5",
"three": "0.163.0",
"three-gpu-pathtracer": "0.0.22",
"three-mesh-bvh": "0.7.3",
"vue": "3.3.4",
"vue-hooks-plus": "1.8.9",
"vue-i18n": "9.2.2",
"vue-router": "^4.3.2",
"web-ifc-three": "^0.0.126"
},
"devDependencies": {
"@types/cesium": "^1.70.0",
"@types/fs-extra": "^11.0.3",
"@types/node": "^18.11.9",
"@types/splitpanes": "^2.2.1",
"@types/three": "^0.163.0",
"@unocss/preset-attributify": "^0.46.5",
"@unocss/preset-icons": "^0.46.5",
"@vitejs/plugin-vue": "^3.2.0",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"less": "4.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"unplugin-config": "^0.1.3",
"unplugin-vue-components": "^0.27.3",
"vite": "5.0.12",
"vite-plugin-cesium": "^1.2.22",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-enhance-log": "^0.6.2",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-top-level-await": "^1.3.1"
}
}