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 @@ |
"config": {}, | ||
"scripts": { | ||
"dev": "vite --mode dev", | ||
"build": "cross-env BUILD_ENV=prod vite build && cross-env BUILD_ENV=prod npm run deploy", | ||
"build:pre": "vite build", | ||
"build": "vite build --mode prod && npm run deploy", | ||
"build:pre": "vite build --mode pre", | ||
"build:test": "vite build --mode test", | ||
"preview": "vite preview", | ||
"deploy": "node ./deploy.js", | ||
"cert": "node ./cert.js", | ||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"blueimp-md5": "^2.18.0", | ||
"clipboard": "^2.0.8", | ||
"element-ui": "^2.15.5", | ||
"axios": "^1.2.3", | ||
"blueimp-md5": "^2.19.0", | ||
"clipboard": "^2.0.11", | ||
"element-ui": "^2.15.12", | ||
"js-file-download": "^0.4.12", | ||
"qrcode.vue": "^1.7.0", | ||
"query-string": "^7.0.1", | ||
"vue": "^2.6.14", | ||
"vue-router": "^3.5.2", | ||
"vue": "^2.7.14", | ||
"vue-router": "^3.6.5", | ||
"vuedraggable": "^2.24.3", | ||
"vuex": "^3.6.2", | ||
"xlsx": "^0.17.1" | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-eslint": "^8.0.1", | ||
"ali-oss": "^6.16.0", | ||
"@vitejs/plugin-vue2": "^2.2.0", | ||
"ali-oss": "^6.17.1", | ||
"chalk": "^4.1.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.32.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"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" | ||
"eslint": "^8.32.0", | ||
"eslint-plugin-vue": "^9.9.0", | ||
"sass": "^1.57.1", | ||
"vite": "^4.0.4", | ||
"vite-plugin-checker": "^0.5.3" | ||
} | ||
} |
请
注册
或者
登录
后发表评论