chore: update deps
正在显示
| ... | ... | @@ -5,13 +5,13 @@ |
| "bootstrap": "yarn install", | ||
| "serve": "vite", | ||
| "dev": "vite", | ||
| "build": "vite build && esno ./build/script/postBuild.ts", | ||
| "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", | ||
| "build:no-cache": "yarn clean:cache && npm run build", | ||
| "report": "cross-env REPORT=true npm run build ", | ||
| "preview": "npm run build && esno ./build/script/preview.ts", | ||
| "preview:dist": "esno ./build/script/preview.ts", | ||
| "log": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0", | ||
| "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache", | ||
| "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | ||
| "clean:lib": "npx rimraf node_modules", | ||
| "typecheck": "vuedx-typecheck .", | ||
| "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"", | ||
| ... | ... | @@ -35,7 +35,7 @@ |
| "sortablejs": "^1.13.0", | ||
| "vditor": "^3.7.7", | ||
| "vue": "^3.0.5", | ||
| "vue-i18n": "^9.0.0-rc.2", | ||
| "vue-i18n": "9.0.0-rc.2", | ||
| "vue-router": "^4.0.3", | ||
| "vue-types": "^3.0.1", | ||
| "vuex": "^4.0.0-rc.2", | ||
| ... | ... | @@ -46,7 +46,7 @@ |
| "devDependencies": { | ||
| "@commitlint/cli": "^11.0.0", | ||
| "@commitlint/config-conventional": "^11.0.0", | ||
| "@iconify/json": "^1.1.288", | ||
| "@iconify/json": "^1.1.289", | ||
| "@ls-lint/ls-lint": "^1.9.2", | ||
| "@purge-icons/generated": "^0.5.2", | ||
| "@types/echarts": "^4.9.3", | ||
| ... | ... | @@ -87,7 +87,9 @@ |
| "less": "^4.1.0", | ||
| "lint-staged": "^10.5.3", | ||
| "portfinder": "^1.0.28", | ||
| "postcss": "^8.2.4", | ||
| "postcss-import": "^14.0.0", | ||
| "postcss-nested": "^5.0.3", | ||
| "prettier": "^2.2.1", | ||
| "rimraf": "^3.0.2", | ||
| "rollup-plugin-gzip": "^2.5.0", | ||
| ... | ... | @@ -98,7 +100,7 @@ |
| "stylelint-order": "^4.1.0", | ||
| "ts-node": "^9.1.1", | ||
| "typescript": "^4.1.3", | ||
| "vite": "2.0.0-beta.34", | ||
| "vite": "2.0.0-beta.35", | ||
| "vite-plugin-html": "^2.0.0-beta.5", | ||
| "vite-plugin-mock": "^2.0.0-beta.3", | ||
| "vite-plugin-purge-icons": "^0.5.2", | ||
| ... | ... |
请
注册
或者
登录
后发表评论