forked from vis-three/vis-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 4.35 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
{
"name": "@vis-three/examples",
"version": "0.5.1",
"description": "vis-three examples",
"main": "index.js",
"author": "Shiotsuki_",
"license": "MPL-2.0",
"private": true,
"scripts": {
"dev": "vite serve",
"dev:force": "vite serve --force",
"build": "vite build --emptyOutDir",
"lint": "npx eslint ./src/**/*.vue --fix"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@vitejs/plugin-vue": "^2.3.3",
"babel-loader": "^8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"esbuild-windows-64": "^0.15.13",
"lite-server": "^2.6.1",
"rollup-plugin-visualizer": "^5.6.0",
"vue-tsc": "^0.37.0",
"webpack": "^5.74.0"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@antv/g6": "^4.8.3",
"@antv/util": "^3.3.2",
"@vis-three/convenient": "workspace:^",
"@vis-three/core": "workspace:^",
"@vis-three/engine-display": "workspace:^",
"@vis-three/engine-display-support": "workspace:^",
"@vis-three/engine-display-widget": "workspace:^",
"@vis-three/engine-modeling": "workspace:^",
"@vis-three/engine-modeling-support": "workspace:^",
"@vis-three/library-animate-script": "workspace:^",
"@vis-three/library-event": "workspace:^",
"@vis-three/library-module": "workspace:^",
"@vis-three/library-parser": "workspace:^",
"@vis-three/library-shader": "workspace:^",
"@vis-three/middleware": "workspace:^",
"@vis-three/modifier-boolean": "workspace:^",
"@vis-three/module-modifier": "workspace:^",
"@vis-three/module-pass": "workspace:^",
"@vis-three/plugin-axes-helper": "workspace:^",
"@vis-three/plugin-camera-adaptive": "workspace:^",
"@vis-three/plugin-css2d-renderer": "workspace:^",
"@vis-three/plugin-css3d-renderer": "workspace:^",
"@vis-three/plugin-effect-composer": "workspace:^",
"@vis-three/plugin-event-manager": "workspace:^",
"@vis-three/plugin-first-person-controls": "workspace:^",
"@vis-three/plugin-grid-helper": "workspace:^",
"@vis-three/plugin-keyboard-manager": "workspace:^",
"@vis-three/plugin-keyboard-move-controls": "workspace:^",
"@vis-three/plugin-loader-manager": "workspace:^",
"@vis-three/plugin-mesh-bvh": "workspace:^",
"@vis-three/plugin-object-helper": "workspace:^",
"@vis-three/plugin-orbit-controls": "workspace:^",
"@vis-three/plugin-path-drawing": "workspace:^",
"@vis-three/plugin-path-support-controls": "workspace:^",
"@vis-three/plugin-pointer-lock-controls": "workspace:^",
"@vis-three/plugin-pointer-manager": "workspace:^",
"@vis-three/plugin-pointer-visual-controls": "workspace:^",
"@vis-three/plugin-render-manager": "workspace:^",
"@vis-three/plugin-selection": "workspace:^",
"@vis-three/plugin-selection-support": "workspace:^",
"@vis-three/plugin-stats": "workspace:^",
"@vis-three/plugin-transform-controls": "workspace:^",
"@vis-three/plugin-viewpoint": "workspace:^",
"@vis-three/plugin-webgl-renderer": "workspace:^",
"@vis-three/strategy-css2d-render": "workspace:^",
"@vis-three/strategy-css3d-render": "workspace:^",
"@vis-three/strategy-effect-render": "workspace:^",
"@vis-three/strategy-first-person-render": "workspace:^",
"@vis-three/strategy-grid-viewpoint": "workspace:^",
"@vis-three/strategy-helper-select-interact": "workspace:^",
"@vis-three/strategy-keyboard-move-render": "workspace:^",
"@vis-three/strategy-orbit-controls-support": "workspace:^",
"@vis-three/strategy-orbit-render": "workspace:^",
"@vis-three/strategy-orbit-viewpoint": "workspace:^",
"@vis-three/strategy-selection-prompt": "workspace:^",
"@vis-three/strategy-stats-render": "workspace:^",
"@vis-three/strategy-trans-select-event": "workspace:^",
"@vis-three/strategy-trans-select-event-support": "workspace:^",
"@vis-three/strategy-transform-controls-helper-filter": "workspace:^",
"@vis-three/strategy-transform-controls-support": "workspace:^",
"@vis-three/strategy-transform-keyboard": "workspace:^",
"@vis-three/strategy-webgl-render": "workspace:^",
"@vis-three/strategy-webgl-renderer-support": "workspace:^",
"@vis-three/widget": "workspace:^",
"ant-design-vue": "^3.2.6",
"axios": "^0.27.2",
"echarts": "^5.4.1",
"nprogress": "^0.2.0",
"three": "^0.141.0",
"uuid": "^8.3.2",
"vue2": "npm:vue@2.6.14",
"vue3": "npm:vue@^3.2.45"
}
}