-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
116 lines (116 loc) · 3.32 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "TvT.js",
"version": "1.0.0",
"description": "An open-source framework for rapid implementation of 3D visualization projects",
"scripts": {
"dev": "fes dev",
"build": "fes build",
"pre.dev": "cross-env FES_ENV=predev fes dev",
"pre.build": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev fes build",
"both": "concurrently \"npm run dev\" \"npm run pre.dev\" ",
"plugin.marker": "node pluginMaker/index.js",
"analyze": "cross-env ANALYZE=1 fes build",
"test:unit": "fes test:unit",
"postinstall": "patch-package"
},
"keywords": [
"three.js",
"three",
"3D",
"webgl",
"三维可视化",
"TvT.js",
"数字孪生",
"tres.js",
"tres"
],
"author": "地虎降天龙",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tweakpane/core": "^2.0.4",
"@types/mapbox__tilebelt": "^1.0.4",
"@types/offscreencanvas": "^2019.7.3",
"@types/three": "0.169.0",
"@webank/eslint-config-webank": "1.3.1",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"sass": "1.71.1",
"typescript": "5.6.3",
"vite-plugin-glsl": "0.2.2"
},
"dependencies": {
"3d-tiles-renderer": "0.3.39",
"@amap/amap-jsapi-loader": "^1.0.1",
"@fesjs/builder-vite": "4.0.4",
"@fesjs/fes": "3.1.13",
"@fesjs/fes-design": "0.8.68",
"@fesjs/plugin-access": "3.1.9",
"@fesjs/plugin-enums": "^3.0.1",
"@fesjs/plugin-layout": "5.4.1",
"@fesjs/plugin-model": "3.0.3",
"@fesjs/plugin-pinia": "^3.0.3",
"@fesjs/plugin-request": "^4.0.0-beta.6",
"@fesjs/plugin-sass": "^3.0.0",
"@here/quantized-mesh-decoder": "^1.2.8",
"@iconify/json": "2.2.265",
"@mapbox/tilebelt": "^1.0.2",
"@pmndrs/vanilla": "^1.19.3",
"@tresjs/cientos": "4.0.3",
"@tresjs/core": "4.3.1",
"@tresjs/leches": "^0.14.0",
"@turf/turf": "^7.1.0",
"@tweenjs/tween.js": "^25.0.0",
"@vicons/carbon": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"cannon-es": "^0.20.0",
"chalk": "^5.3.0",
"color": "^4.2.3",
"compressing": "^1.10.1",
"core-js": "^3.38.1",
"d3-geo": "^3.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-liquidfill": "^3.1.0",
"echarts-stat": "^1.2.0",
"echarts-wordcloud": "^2.1.0",
"file-saver": "^2.0.5",
"gl-matrix": "^3.4.3",
"gl-noise": "^1.6.1",
"gsap": "3.12.5",
"heatmap.js-fix": "^1.0.0",
"iconify-icon": "^2.1.0",
"jszip": "^3.10.1",
"lamina": "^1.1.23",
"lodash": "^4.17.21",
"lygia": "^1.1.3",
"naive-ui": "2.40.1",
"oimophysics": "^1.2.2",
"patch-package": "^8.0.0",
"pinia": "2.2.4",
"postinstall-postinstall": "^2.1.0",
"postprocessing": "6.36.3",
"simplex-noise": "^4.0.3",
"three": "0.169.0",
"three-bvh-csg": "^0.0.16",
"three-custom-shader-material": "6.0.13",
"three-loader-3dtiles": "1.2.7",
"three-mesh-bvh": "0.8.2",
"three-subdivide": "^1.1.5",
"three-tile": "^0.6.4",
"three.quarks": "^0.15.5",
"tilebelt-wgs84": "1.1.4",
"turf": "^3.0.14",
"tweakpane": "4.0.4",
"unocss": "^0.58.9",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vue": "3.5.12",
"vue-echarts": "^6.7.3",
"vue3-lazyload": "^0.3.8"
}
}