95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"name": "pandax-datav",
|
|
"version": "2.0.0",
|
|
"description": "大屏组态设计",
|
|
"homepage": "https://gitee.com/XM-GO/PandaX",
|
|
"keywords": [
|
|
"datav",
|
|
"pandax",
|
|
"vue3",
|
|
"vite"
|
|
],
|
|
"files": [
|
|
"lib",
|
|
"src"
|
|
],
|
|
"private": false,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@antv/s2": "^1.55.8",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@highlightjs/vue-plugin": "^2.1.0",
|
|
"@iconify/json": "^2.2.232",
|
|
"@tresjs/cientos": "4.3.0",
|
|
"@tresjs/core": "4.3.3",
|
|
"@tresjs/post-processing": "1.0.0-next.1",
|
|
"@videojs-player/vue": "^1.0.0",
|
|
"@vue/reactivity": "^3.5.1",
|
|
"@vueuse/core": "^10.11.0",
|
|
"accounting": "^0.4.1",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.21.4",
|
|
"big.js": "^6.2.1",
|
|
"brace": "^0.11.1",
|
|
"color": "^4.2.3",
|
|
"dayjs": "^1.11.11",
|
|
"echarts": "^5.5.0",
|
|
"echarts-liquidfill": "^3.1.0",
|
|
"echarts-stat": "^1.2.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"element-plus": "^2.8.3",
|
|
"fabric": "5.3.0",
|
|
"gsap": "^3.12.5",
|
|
"html-to-image": "^1.11.11",
|
|
"iconify-icon": "^2.1.0",
|
|
"js-cookie": "^3.0.5",
|
|
"localforage": "^1.10.0",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"mqtt": "^5.10.1",
|
|
"particles.vue3": "^1.43.1",
|
|
"pinia": "^2.1.7",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"sortablejs": "^1.15.2",
|
|
"three": "^0.166.1",
|
|
"three-csg-ts": "3.2.0",
|
|
"three-viewport-gizmo": "^2.2.0",
|
|
"video.js": "7.21.3",
|
|
"vue": "^3.4.27",
|
|
"vue-router": "^4.3.2",
|
|
"vue3-lazy": "1.0.0-alpha.1",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.5",
|
|
"@babel/preset-env": "^7.24.5",
|
|
"@types/node": "^16.18.97",
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"@vue/compiler-sfc": "^3.4.27",
|
|
"@vue/shared": "^3.4.27",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"highlight.js": "^11.9.0",
|
|
"increase-memory-limit": "^1.0.7",
|
|
"postcss-color-mix": "^1.1.0",
|
|
"postcss-each": "^1.1.0",
|
|
"postcss-each-variables": "^0.3.0",
|
|
"postcss-for": "^2.1.1",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-nested": "^6.0.1",
|
|
"prettier": "^2.8.8",
|
|
"pretty-quick": "^3.3.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup-plugin-glsl": "^1.3.0",
|
|
"sass": "^1.77.5",
|
|
"vite": "^5.2.11"
|
|
}
|
|
}
|