chore: upgrade to vue 2.7
正在显示
cert.js
0 → 100644
https/dev.ezijing.com.key
deleted
100644 → 0
https/dev.ezijing.com.pem
deleted
100644 → 0
jsconfig.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -4,41 +4,36 @@ | ... | @@ -4,41 +4,36 @@ |
| "config": {}, | "config": {}, | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite --mode dev", | "dev": "vite --mode dev", | ||
| "build": "cross-env BUILD_ENV=prod vite build && cross-env BUILD_ENV=prod npm run deploy", | "build": "vite build --mode prod && npm run deploy", | ||
| "build:pre": "vite build", | "build:pre": "vite build --mode pre", | ||
| "build:test": "vite build --mode test", | "build:test": "vite build --mode test", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| "deploy": "node ./deploy.js", | "deploy": "node ./deploy.js", | ||
| "cert": "node ./cert.js", | |||
| "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.21.1", | "axios": "^1.2.3", | ||
| "blueimp-md5": "^2.18.0", | "blueimp-md5": "^2.19.0", | ||
| "clipboard": "^2.0.8", | "clipboard": "^2.0.11", | ||
| "element-ui": "^2.15.5", | "element-ui": "^2.15.12", | ||
| "js-file-download": "^0.4.12", | "js-file-download": "^0.4.12", | ||
| "qrcode.vue": "^1.7.0", | "qrcode.vue": "^1.7.0", | ||
| "query-string": "^7.0.1", | "query-string": "^7.0.1", | ||
| "vue": "^2.6.14", | "vue": "^2.7.14", | ||
| "vue-router": "^3.5.2", | "vue-router": "^3.6.5", | ||
| "vuedraggable": "^2.24.3", | "vuedraggable": "^2.24.3", | ||
| "vuex": "^3.6.2", | "vuex": "^3.6.2", | ||
| "xlsx": "^0.17.1" | "xlsx": "^0.18.5" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@rollup/plugin-eslint": "^8.0.1", | "@vitejs/plugin-vue2": "^2.2.0", | ||
| "ali-oss": "^6.16.0", | "ali-oss": "^6.17.1", | ||
| "chalk": "^4.1.2", | "chalk": "^4.1.2", | ||
| "cross-env": "^7.0.3", | "eslint": "^8.32.0", | ||
| "eslint": "^7.32.0", | "eslint-plugin-vue": "^9.9.0", | ||
| "eslint-config-standard": "^16.0.3", | "sass": "^1.57.1", | ||
| "eslint-plugin-import": "^2.24.2", | "vite": "^4.0.4", | ||
| "eslint-plugin-node": "^11.1.0", | "vite-plugin-checker": "^0.5.3" | ||
| "eslint-plugin-promise": "^5.1.0", | |||
| "eslint-plugin-vue": "^7.16.0", | |||
| "sass": "^1.32.13", | |||
| "vite": "^2.5.0", | |||
| "vite-plugin-vue2": "^1.8.1", | |||
| "vue-template-compiler": "^2.6.14" | |||
| } | } | ||
| } | } |
请
注册
或者
登录
后发表评论