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.
72 lines
2.0 KiB
72 lines
2.0 KiB
{ |
|
"name": "supervision-vue", |
|
"private": true, |
|
"version": "1.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build --mode prod", |
|
"build:prod": "vite build --mode prod && WinRAR a -r v2.zip ./v2/", |
|
"preview": "vite preview" |
|
}, |
|
"engines": { |
|
"nodejs": ">=16.0.0", |
|
"npm": ">=7.0.0" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^2.3.1", |
|
"@liveqing/liveplayer-v3": "^3.7.35", |
|
"@univerjs/core": "^0.2.5", |
|
"@univerjs/data-validation": "^0.2.5", |
|
"@univerjs/design": "^0.2.5", |
|
"@univerjs/docs": "^0.2.5", |
|
"@univerjs/docs-ui": "^0.2.5", |
|
"@univerjs/engine-formula": "^0.2.5", |
|
"@univerjs/engine-numfmt": "^0.2.5", |
|
"@univerjs/engine-render": "^0.2.5", |
|
"@univerjs/facade": "^0.2.5", |
|
"@univerjs/sheets": "^0.2.5", |
|
"@univerjs/sheets-data-validation": "^0.2.5", |
|
"@univerjs/sheets-formula": "^0.2.5", |
|
"@univerjs/sheets-ui": "^0.2.5", |
|
"@univerjs/ui": "^0.2.5", |
|
"@vue-office/docx": "^1.6.0", |
|
"@vue-office/excel": "^1.7.11", |
|
"@vueup/vue-quill": "^1.2.0", |
|
"amfe-flexible": "^2.2.1", |
|
"baidu-map-vue3": "^0.4.9", |
|
"crypto-js": "^4.2.0", |
|
"echarts": "^5.4.3", |
|
"element-plus": "^2.8.8", |
|
"flv.js": "^1.6.2", |
|
"hls.js": "^1.5.20", |
|
"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", |
|
"video.js": "^7.21.6", |
|
"videojs-flash": "^2.2.1", |
|
"vue": "^3.3.11", |
|
"vue-echarts": "^6.6.8", |
|
"vue-media-player": "^1.0.3", |
|
"vue-perfect-scrollbar": "^0.2.1", |
|
"vue-router": "^4.2.5", |
|
"vue-video-player": "^6.0.0", |
|
"webrtc-adapter": "^9.0.1" |
|
}, |
|
"devDependencies": { |
|
"@univerjs/vite-plugin": "^0.5.0", |
|
"@vitejs/plugin-vue": "^4.5.2", |
|
"amfe-flexible": "^2.2.1", |
|
"mitt": "^3.0.1", |
|
"postcss-pxtorem": "^6.1.0", |
|
"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" |
|
} |
|
}
|
|
|