|
1 | 1 | { |
2 | 2 | "name": "vben-admin", |
3 | | - "version": "2.0.0-rc.16", |
| 3 | + "version": "2.0.0-rc.15", |
4 | 4 | "scripts": { |
5 | 5 | "bootstrap": "yarn install", |
6 | 6 | "serve": "vite", |
|
15 | 15 | "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"", |
16 | 16 | "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", |
17 | 17 | "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", |
18 | | - "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
19 | | - "hack-esm:xlsx": "esno ./build/script/hackXlsx", |
20 | | - "postinstall": "npm run hack-esm:xlsx" |
| 18 | + "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap" |
21 | 19 | }, |
22 | 20 | "dependencies": { |
23 | 21 | "@iconify/iconify": "^2.0.0-rc.5", |
|
98 | 96 | "stylelint-order": "^4.1.0", |
99 | 97 | "ts-node": "^9.1.0", |
100 | 98 | "typescript": "^4.1.3", |
101 | | - "vite": "^2.0.0-beta.19", |
| 99 | + "vite": "^2.0.0-beta.21", |
102 | 100 | "vite-plugin-html": "^2.0.0-beta.5", |
103 | | - "vite-plugin-mock": "^2.0.0-beta.1", |
| 101 | + "vite-plugin-mock": "^2.0.0-beta.3", |
104 | 102 | "vite-plugin-purge-icons": "^0.5.0", |
105 | | - "vite-plugin-pwa": "^0.3.3", |
| 103 | + "vite-plugin-pwa": "^0.3.5", |
106 | 104 | "vue-eslint-parser": "^7.3.0", |
107 | 105 | "yargs": "^16.2.0" |
108 | 106 | }, |
|
0 commit comments