cevuel-cli
Version:
Create element-ui project with vue<br/> Help you build a new project faster with configuration and title
36 lines (35 loc) • 986 B
JSON
{
"name": "vue-manage-system",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=dev vue-cli-service serve --open",
"build": "cross-env NODE_ENV=production vue-cli-service build"
},
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"echarts": "^5.1.2",
"element-ui": "^2.11.0",
"moment-timezone": "^0.5.33",
"vue": "^2.6.10",
"vue-cropperjs": "^3.0.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vuedraggable": "^2.17.0",
"@novnc/novnc": "^1.2.0",
"mavon-editor": "^2.6.17",
"vue-i18n": "^8.10.0",
"xlsx": "^0.17.0",
"vue-video-player": "^5.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.12.1",
"cross-env": "^7.0.3",
"sass": "^1.35.1",
"sass-loader": "^9.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^4.4.2"
}
}