87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "d2-admin-renren-security-enterprise",
|
|
"version": "1.6.18",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --open",
|
|
"start": "npm run serve",
|
|
"dev": "npm run serve",
|
|
"build": "vue-cli-service build",
|
|
"build:sit": "vue-cli-service build --mode production.sit",
|
|
"build:uat": "vue-cli-service build --mode production.uat",
|
|
"build:travis": "vue-cli-service build --mode production.travis",
|
|
"build:prod": "vue-cli-service build --mode production",
|
|
"lint": "vue-cli-service lint --fix",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@d2-admin/filters-dayjs": "^1.0.3",
|
|
"@d2-projects/d2-crud": "^2.0.3",
|
|
"@d2-projects/vue-table-export": "^1.0.1",
|
|
"@d2-projects/vue-table-import": "^1.0.0",
|
|
"axios": "^0.18.1",
|
|
"better-scroll": "^1.15.2",
|
|
"clipboard-polyfill": "^2.8.0",
|
|
"core-js": "^2.6.5",
|
|
"crypto-js": "^3.1.9-1",
|
|
"dayjs": "^1.8.13",
|
|
"echarts": "^4.5.0",
|
|
"element-ui": "2.4.7",
|
|
"file-saver": "^2.0.2",
|
|
"flex.css": "^1.1.7",
|
|
"fuse.js": "^3.4.4",
|
|
"hotkeys-js": "^3.6.3",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.11",
|
|
"lowdb": "^1.0.0",
|
|
"monaco-editor": "^0.20.0",
|
|
"nano-assign": "^1.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"qs": "^6.7.0",
|
|
"quill": "^1.3.6",
|
|
"screenfull": "^4.2.0",
|
|
"ua-parser-js": "^0.7.19",
|
|
"v-charts": "^1.19.0",
|
|
"vue": "^2.6.10",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-i18n": "^8.10.0",
|
|
"vue-monaco": "^1.1.0",
|
|
"vue-router": "^3.0.3",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuex": "^3.0.1",
|
|
"xlsx": "^0.15.6",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.7.0",
|
|
"@vue/cli-plugin-eslint": "^3.7.0",
|
|
"@vue/cli-plugin-unit-jest": "^3.7.0",
|
|
"@vue/cli-service": "^3.7.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"monaco-editor-webpack-plugin": "^1.8.2",
|
|
"node-sass": "^4.13.1",
|
|
"sass": "^1.18.0",
|
|
"sass-loader": "^7.3.1",
|
|
"script-loader": "^0.7.2",
|
|
"svg-sprite-loader": "^4.1.6",
|
|
"text-loader": "^0.0.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|