|
@@ -1,73 +1,78 @@
|
|
{
|
|
{
|
|
- "name": "vue-admin-beautiful-antdv",
|
|
|
|
- "version": "1.0.0",
|
|
|
|
- "private": true,
|
|
|
|
- "scripts": {
|
|
|
|
- "serve": "vue-cli-service serve",
|
|
|
|
- "build": "vue-cli-service build",
|
|
|
|
- "lint": "vue-cli-service lint",
|
|
|
|
- "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
|
|
|
|
- "use:npm": "nrm use npm",
|
|
|
|
- "use:taobao": "nrm use taobao",
|
|
|
|
- "update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
|
|
|
|
- "deploy": "start ./deploy.sh"
|
|
|
|
- },
|
|
|
|
- "dependencies": {
|
|
|
|
- "ant-design-vue": "2.0.0-rc.9",
|
|
|
|
- "axios": "^0.21.1",
|
|
|
|
- "clipboard": "^2.0.6",
|
|
|
|
- "core-js": "^3.8.3",
|
|
|
|
- "dayjs": "^1.10.4",
|
|
|
|
- "default-passive-events": "^2.0.0",
|
|
|
|
- "echarts": "^5.2.1",
|
|
|
|
- "element-plus": "^1.1.0-beta.20",
|
|
|
|
- "js-cookie": "^3.0.0-rc.1",
|
|
|
|
- "mockjs": "^1.1.0",
|
|
|
|
- "remixicon": "^2.5.0",
|
|
|
|
- "video.js": "^7.17.0",
|
|
|
|
- "videojs-contrib-hls": "^5.15.0",
|
|
|
|
- "vue": "^3.2.18",
|
|
|
|
- "vue-amap": "^0.5.10",
|
|
|
|
- "vue-router": "^4.0.3",
|
|
|
|
- "vuex": "^4.0.0"
|
|
|
|
- },
|
|
|
|
- "devDependencies": {
|
|
|
|
- "@vue/cli-plugin-babel": "^4.5.9",
|
|
|
|
- "@vue/cli-plugin-eslint": "^4.5.9",
|
|
|
|
- "@vue/cli-service": "^4.5.9",
|
|
|
|
- "@vue/compiler-sfc": "^3.0.5",
|
|
|
|
- "@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
- "babel-eslint": "^11.0.0-beta.2",
|
|
|
|
- "body-parser": "^1.19.0",
|
|
|
|
- "chalk": "^4.1.0",
|
|
|
|
- "chokidar": "^3.5.1",
|
|
|
|
- "eslint": "^7.19.0",
|
|
|
|
- "eslint-plugin-prettier": "^3.3.1",
|
|
|
|
- "eslint-plugin-vue": "^7.5.0",
|
|
|
|
- "filemanager-webpack-plugin": "^3.1.0",
|
|
|
|
- "image-webpack-loader": "^8.1.0",
|
|
|
|
- "imagemin-gifsicle": "^2.0.0",
|
|
|
|
- "less": "^4.1.1",
|
|
|
|
- "less-loader": "^7.3.0",
|
|
|
|
- "lint-staged": "^10.5.3",
|
|
|
|
- "node-sass": "^4.14.1",
|
|
|
|
- "prettier": "^2.2.1",
|
|
|
|
- "sass": "^1.42.1",
|
|
|
|
- "sass-loader": "^8.0.2",
|
|
|
|
- "stylelint": "^13.9.0",
|
|
|
|
- "stylelint-config-prettier": "^8.0.2",
|
|
|
|
- "stylelint-config-recess-order": "^2.3.0",
|
|
|
|
- "svg-sprite-loader": "^5.2.1",
|
|
|
|
- "vab-config": "0.0.8",
|
|
|
|
- "webpackbar": "^5.0.0-3"
|
|
|
|
- },
|
|
|
|
- "gitHooks": {
|
|
|
|
- "pre-commit": "lint-staged"
|
|
|
|
- },
|
|
|
|
- "lint-staged": {
|
|
|
|
- "*.{js,jsx,vue}": [
|
|
|
|
- "vue-cli-service lint",
|
|
|
|
- "git add"
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+ "name": "vue-admin-beautiful-antdv",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "private": true,
|
|
|
|
+ "scripts": {
|
|
|
|
+ "serve": "vue-cli-service serve",
|
|
|
|
+ "build": "vue-cli-service build",
|
|
|
|
+
|
|
|
|
+ "build:development": "vue-cli-service build --mode development",
|
|
|
|
+ "build:production": "vue-cli-service build --mode production",
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ "lint": "vue-cli-service lint",
|
|
|
|
+ "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
|
|
|
|
+ "use:npm": "nrm use npm",
|
|
|
|
+ "use:taobao": "nrm use taobao",
|
|
|
|
+ "update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
|
|
|
|
+ "deploy": "start ./deploy.sh"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "ant-design-vue": "2.0.0-rc.9",
|
|
|
|
+ "axios": "^0.21.1",
|
|
|
|
+ "clipboard": "^2.0.6",
|
|
|
|
+ "core-js": "^3.8.3",
|
|
|
|
+ "dayjs": "^1.10.4",
|
|
|
|
+ "default-passive-events": "^2.0.0",
|
|
|
|
+ "echarts": "^5.2.1",
|
|
|
|
+ "element-plus": "^1.1.0-beta.20",
|
|
|
|
+ "js-cookie": "^3.0.0-rc.1",
|
|
|
|
+ "mockjs": "^1.1.0",
|
|
|
|
+ "remixicon": "^2.5.0",
|
|
|
|
+ "video.js": "^7.17.0",
|
|
|
|
+ "videojs-contrib-hls": "^5.15.0",
|
|
|
|
+ "vue": "^3.2.18",
|
|
|
|
+ "vue-amap": "^0.5.10",
|
|
|
|
+ "vue-router": "^4.0.3",
|
|
|
|
+ "vuex": "^4.0.0"
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "@vue/cli-plugin-babel": "^4.5.9",
|
|
|
|
+ "@vue/cli-plugin-eslint": "^4.5.9",
|
|
|
|
+ "@vue/cli-service": "^4.5.9",
|
|
|
|
+ "@vue/compiler-sfc": "^3.0.5",
|
|
|
|
+ "@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
+ "babel-eslint": "^11.0.0-beta.2",
|
|
|
|
+ "body-parser": "^1.19.0",
|
|
|
|
+ "chalk": "^4.1.0",
|
|
|
|
+ "chokidar": "^3.5.1",
|
|
|
|
+ "eslint": "^7.19.0",
|
|
|
|
+ "eslint-plugin-prettier": "^3.3.1",
|
|
|
|
+ "eslint-plugin-vue": "^7.5.0",
|
|
|
|
+ "filemanager-webpack-plugin": "^3.1.0",
|
|
|
|
+ "image-webpack-loader": "^8.1.0",
|
|
|
|
+ "imagemin-gifsicle": "^2.0.0",
|
|
|
|
+ "less": "^4.1.1",
|
|
|
|
+ "less-loader": "^7.3.0",
|
|
|
|
+ "lint-staged": "^10.5.3",
|
|
|
|
+ "node-sass": "^4.14.1",
|
|
|
|
+ "prettier": "^2.2.1",
|
|
|
|
+ "sass": "^1.42.1",
|
|
|
|
+ "sass-loader": "^8.0.2",
|
|
|
|
+ "stylelint": "^13.9.0",
|
|
|
|
+ "stylelint-config-prettier": "^8.0.2",
|
|
|
|
+ "stylelint-config-recess-order": "^2.3.0",
|
|
|
|
+ "svg-sprite-loader": "^5.2.1",
|
|
|
|
+ "vab-config": "0.0.8",
|
|
|
|
+ "webpackbar": "^5.0.0-3"
|
|
|
|
+ },
|
|
|
|
+ "gitHooks": {
|
|
|
|
+ "pre-commit": "lint-staged"
|
|
|
|
+ },
|
|
|
|
+ "lint-staged": {
|
|
|
|
+ "*.{js,jsx,vue}": [
|
|
|
|
+ "vue-cli-service lint",
|
|
|
|
+ "git add"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+}
|