cool-admin-vue/package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2021-02-28 01:55:04 +08:00
{
"name": "cool-admin-vue",
"version": "3.2.0",
2021-02-28 01:55:04 +08:00
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"report": "vue-cli-service build --report",
2021-03-11 16:04:52 +08:00
"lint": "vue-cli-service lint",
"inspect": "vue inspect --mode=production > output.js"
2021-02-28 01:55:04 +08:00
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.5",
2021-02-28 01:55:04 +08:00
"axios": "^0.21.1",
2021-03-25 18:09:13 +08:00
"cl-admin": "^1.5.3",
2021-03-28 18:19:32 +08:00
"cl-admin-crud": "^1.6.8",
2021-03-23 18:21:17 +08:00
"cl-admin-theme": "^0.0.5",
2021-03-07 10:31:49 +08:00
"clipboard": "^2.0.7",
"codemirror": "^5.59.4",
2021-03-09 18:10:43 +08:00
"core-js": "^3.6.5",
2021-03-07 10:31:49 +08:00
"dayjs": "^1.10.4",
"echarts": "^5.0.2",
"element-ui": "^2.15.1",
2021-03-07 10:31:49 +08:00
"js-beautify": "^1.13.5",
"mockjs": "^1.1.0",
2021-02-28 01:55:04 +08:00
"nprogress": "^0.2.0",
"qs": "^6.9.1",
2021-03-07 10:31:49 +08:00
"quill": "^1.3.7",
"socket.io-client": "2.3.1",
2021-02-28 01:55:04 +08:00
"store": "^2.0.12",
2021-03-07 10:31:49 +08:00
"uuid": "^8.3.2",
2021-03-09 18:10:43 +08:00
"vue": "^2.6.11",
2021-03-07 10:31:49 +08:00
"vue-codemirror": "^4.0.6",
2021-03-17 13:35:30 +08:00
"vue-cron": "^1.0.9",
"vue-echarts": "^6.0.0-rc.3",
2021-03-09 18:10:43 +08:00
"vue-router": "^3.2.0",
2021-03-07 10:31:49 +08:00
"vuedraggable": "^2.24.3",
2021-03-09 18:10:43 +08:00
"vuex": "^3.4.0"
2021-02-28 01:55:04 +08:00
},
"devDependencies": {
"@typescript-eslint/parser": "^3.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
2021-03-09 18:10:43 +08:00
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
2021-02-28 01:55:04 +08:00
"@vue/eslint-config-prettier": "^6.0.0",
2021-03-09 18:10:43 +08:00
"babel-eslint": "^10.1.0",
2021-02-28 01:55:04 +08:00
"babel-plugin-component": "^1.1.1",
"babel-plugin-jsx-v-model": "^2.0.3",
"clean-webpack-plugin": "^3.0.0",
2021-03-09 18:10:43 +08:00
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
2021-02-28 01:55:04 +08:00
"eslint-plugin-vue": "^6.2.2",
2021-03-09 18:10:43 +08:00
"hard-source-webpack-plugin": "^0.13.1",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
2021-02-28 01:55:04 +08:00
"svg-sprite-loader": "^5.0.0",
"typescript": "^3.9.3",
2021-03-09 18:10:43 +08:00
"vue-template-compiler": "^2.6.11",
2021-02-28 01:55:04 +08:00
"webpack-cli": "^3.3.12"
}
}