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.
102 lines
2.8 KiB
102 lines
2.8 KiB
{
|
|
"name": "vue-antd-admin",
|
|
"version": "0.7.4",
|
|
"homepage": "https://iczer.github.io/vue-antd-admin",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"predeploy": "yarn build",
|
|
"deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git",
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs",
|
|
"docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist -b master -r https://gitee.com/iczer/vue-antd-admin-docs.git"
|
|
},
|
|
"dependencies": {
|
|
"@antv/data-set": "^0.11.4",
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
"animate.css": "^4.1.0",
|
|
"ant-design-vue": "^1.7.2",
|
|
"axios": "^0.19.2",
|
|
"clipboard": "^2.0.6",
|
|
"core-js": "^3.6.5",
|
|
"date-fns": "^2.14.0",
|
|
"echarts": "^4.2.1",
|
|
"element-ui": "^2.15.14",
|
|
"enquire.js": "^2.1.6",
|
|
"file-saver": "^2.0.5",
|
|
"highlight.js": "^10.2.1",
|
|
"js-cookie": "^2.2.1",
|
|
"mockjs": "^1.1.0",
|
|
"moment": "^2.29.1",
|
|
"nprogress": "^0.2.0",
|
|
"viser-vue": "^2.4.8",
|
|
"vue": "^2.6.11",
|
|
"vue-i18n": "^8.18.2",
|
|
"vue-json-excel": "^0.3.0",
|
|
"vue-router": "^3.3.4",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuex": "^3.4.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/colors": "^4.0.1",
|
|
"@vue/cli-plugin-babel": "^4.4.0",
|
|
"@vue/cli-plugin-eslint": "^4.4.0",
|
|
"@vue/cli-service": "^4.4.0",
|
|
"@vuepress/plugin-back-to-top": "^1.5.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"babel-polyfill": "^6.26.0",
|
|
"compression-webpack-plugin": "^2.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"gh-pages": "^3.1.0",
|
|
"less-loader": "^6.1.1",
|
|
"node-sass": "^7.0.1",
|
|
"script-loader": "^0.7.2",
|
|
"style-resources-loader": "^1.3.2",
|
|
"vue-cli-plugin-style-resources-loader": "^0.1.4",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuepress": "^1.5.2",
|
|
"webpack-theme-color-replacer": "1.3.18",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly",
|
|
"process": true,
|
|
"error": true
|
|
},
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-tabs": "off",
|
|
"no-unused-vars": "off",
|
|
"no-console": "off",
|
|
"no-irregular-whitespace": "off",
|
|
"no-debugger": "off",
|
|
"no-mixed-spaces-and-tabs": 0
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 10"
|
|
]
|
|
}
|