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
| {
| "name": "vue-alloy",
| "version": "0.0.0",
| "private": true,
| "author": "gerson",
| "scripts": {
| "dev": "vite",
| "build": "vite build",
| "preview": "vite preview",
| "build-only": "vite build",
| "type-check": "vue-tsc --noEmit",
| "deploy": "deploy dev",
| "publish": "npm run build && npm run deploy"
| },
| "dependencies": {
| "@amap/amap-jsapi-loader": "^1.0.1",
| "@element-plus/icons-vue": "^2.3.1",
| "@leafer-in/editor": "^1.0.0-rc.28",
| "@leafer-in/text-editor": "^1.0.0-rc.28",
| "@leafer-in/view": "^1.0.0-rc.28",
| "@vueuse/core": "^12.0.0",
| "axios": "^1.7.7",
| "dat.gui": "^0.7.9",
| "echarts": "^5.4.3",
| "element-plus": "2.8.5",
| "file-saver": "^2.0.5",
| "html2canvas": "^1.4.1",
| "leafer-ui": "^1.0.0-rc.28",
| "lodash-es": "^4.17.21",
| "marked": "^15.0.9",
| "pinia": "^2.0.26",
| "pinia-plugin-persistedstate": "^4.2.0",
| "swiper": "^11.2.4",
| "three": "^0.124.0",
| "three-js-csg": "^72.0.0",
| "three-orbitcontrols": "^2.110.3",
| "three-stl-loader": "^1.0.6",
| "v-viewer": "^3.0.13",
| "viewerjs": "^1.11.6",
| "vue": "^3.2.45",
| "vue-i18n": "9",
| "vue-router": "^4.1.6",
| "vue3-marquee": "^4.2.2",
| "xgplayer": "^3.0.18",
| "xlsx": "^0.18.3"
| },
| "devDependencies": {
| "@types/node": "^18.11.9",
| "@typescript-eslint/eslint-plugin": "^5.54.1",
| "@typescript-eslint/parser": "^5.54.1",
| "@vitejs/plugin-vue": "^5.1.4",
| "@vitejs/plugin-vue-jsx": "^4.0.1",
| "autoprefixer": "^10.4.19",
| "code-inspector-plugin": "^0.18.2",
| "eslint": "^8.35.0",
| "eslint-plugin-vue": "^9.9.0",
| "npm-run-all": "^4.1.5",
| "postcss": "^8.4.38",
| "prettier": "^2.7.1",
| "rollup-plugin-visualizer": "^5.12.0",
| "sass": "^1.79.0 - 1.79",
| "tailwindcss": "^3.4.3",
| "typescript": "~4.7.4",
| "unplugin-auto-import": "^0.19.0",
| "unplugin-element-plus": "^0.8.0",
| "unplugin-vue-components": "^0.27.5",
| "vite": "^5.4.9",
| "vue-eslint-parser": "^9.1.0",
| "yw-deploy-cli": "^1.2.0"
| }
| }
|
|