You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
1.1 KiB

{
"name": "supervision-plugin-vue",
"private": true,
"version": "1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --mode dev",
"build:prod": "vite build --mode prod && WinRAR a -r plugin.zip ./plugin/",
"preview": "vite preview"
},
"engines": {
"nodejs": ">=16.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vue-office/docx": "^1.6.0",
"@vue-office/excel": "^1.7.11",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.8",
"install": "^0.13.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.5.6",
"pinia": "^2.1.7",
"typescript": "^5.3.3",
"vue": "^3.3.11",
"vue-echarts": "^6.6.8",
"vue-perfect-scrollbar": "^0.2.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@univerjs/vite-plugin": "^0.5.0",
"@vitejs/plugin-vue": "^4.5.2",
"mitt": "^3.0.1",
"sass": "^1.69.7",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vite-plugin-svg-icons": "^2.0.1"
}
}