58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "PandaXScreen",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-sql": "^6.4.1",
|
|
"@codemirror/theme-one-dark": "^6.1.0",
|
|
"@element-plus/icons-vue": "^2.0.6",
|
|
"@kjgl77/datav-vue3": "^1.4.9",
|
|
"@logicflow/core": "^2.0.9",
|
|
"@logicflow/extension": "^2.0.13",
|
|
"@videojs-player/vue": "^1.0.0",
|
|
"@vueuse/core": "^11.1.0",
|
|
"@vueuse/shared": "^9.6.0",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.1.3",
|
|
"codemirror": "^6.0.1",
|
|
"color": "^4.2.3",
|
|
"countup.js": "^2.6.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"echarts": "^5.4.1",
|
|
"echarts-liquidfill": "^3.1.0",
|
|
"element-plus": "2.8.0",
|
|
"sass": "1.77.6",
|
|
"mitt": "^3.0.1",
|
|
"mqtt": "^4.3.7",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-vue-components": "^0.22.8",
|
|
"unplugin-vue-define-options": "1.4.10",
|
|
"video.js": "^7.21.3",
|
|
"vue": "^3.2.37",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-demi": "^0.13.11",
|
|
"vue-echarts": "^6.5.2",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-colorpicker": "^2.0.11",
|
|
"vue3-sketch-ruler": "^1.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.5",
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^0.38.4"
|
|
}
|
|
}
|