1 Star 0 Fork 0

AntonioniChiang/QuickProject_UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
850715177 提交于 2021-05-05 20:01 . first commit
{
"name": "vue-element-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --fix --ext .js,.vue src"
},
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"dependencies": {
"antd": "^4.15.2",
"axios": "0.19.0",
"clipboard": "2.0.4",
"core-js": "^3.6.4",
"echarts": "^4.9.0",
"element-ui": "2.12.0",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"highcharts": "^9.0.1",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"lodash": "^4.17.15",
"normalize.css": "7.0.0",
"nprogress": "^0.2.0",
"path-to-regexp": "3.1.0",
"qs": "^6.9.3",
"react": "^17.0.2",
"sortablejs": "^1.13.0",
"vue": "^2.6.11",
"vue-amap": "^0.5.10",
"vue-count-to": "^1.0.13",
"vue-echarts": "^6.0.0-rc.4",
"vue-giant-tree": "^0.1.2",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.1.6",
"vuedraggable": "^2.24.3",
"vuex": "^3.1.3",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-prettier": "^5.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.0.0",
"mockjs": "^1.1.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "4.1.6",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/antonionichiang/QuickProject_UI.git
git@gitee.com:antonionichiang/QuickProject_UI.git
antonionichiang
QuickProject_UI
QuickProject_UI
master

搜索帮助