perf: vite preview
正在显示
build/script/preview.ts
deleted
100644 → 0
| ... | ... | @@ -8,8 +8,8 @@ |
| "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", | ||
| "preview": "npm run build && vite preview", | ||
| "preview:dist": "vite preview", | ||
| "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
| "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | ||
| "clean:lib": "npx rimraf node_modules", | ||
| ... | ... | @@ -21,8 +21,8 @@ |
| }, | ||
| "dependencies": { | ||
| "@iconify/iconify": "^2.0.0-rc.6", | ||
| "@vueuse/core": "^4.0.8", | ||
| "ant-design-vue": "^2.0.0-rc.8", | ||
| "@vueuse/core": "^4.0.10", | ||
| "ant-design-vue": "^2.0.0-rc.9", | ||
| "apexcharts": "^3.23.1", | ||
| "axios": "^0.21.1", | ||
| "crypto-es": "^1.2.6", | ||
| ... | ... | @@ -64,7 +64,7 @@ |
| "@typescript-eslint/eslint-plugin": "^4.14.0", | ||
| "@typescript-eslint/parser": "^4.14.0", | ||
| "@vitejs/plugin-legacy": "^1.2.1", | ||
| "@vitejs/plugin-vue": "^1.1.1", | ||
| "@vitejs/plugin-vue": "^1.1.2", | ||
| "@vitejs/plugin-vue-jsx": "^1.0.2", | ||
| "@vue/compiler-sfc": "^3.0.5", | ||
| "@vuedx/typecheck": "^0.6.0", | ||
| ... | ... | @@ -81,11 +81,8 @@ |
| "esno": "^0.4.0", | ||
| "fs-extra": "^9.1.0", | ||
| "husky": "^4.3.8", | ||
| "koa": "^2.13.1", | ||
| "koa-static": "^5.0.0", | ||
| "less": "^4.1.0", | ||
| "lint-staged": "^10.5.3", | ||
| "portfinder": "^1.0.28", | ||
| "postcss": "^8.2.4", | ||
| "postcss-import": "^14.0.0", | ||
| "prettier": "^2.2.1", | ||
| ... | ... | @@ -98,11 +95,11 @@ |
| "stylelint-order": "^4.1.0", | ||
| "ts-node": "^9.1.1", | ||
| "typescript": "^4.1.3", | ||
| "vite": "2.0.0-beta.44", | ||
| "vite": "2.0.0-beta.46", | ||
| "vite-plugin-html": "^2.0.0-beta.6", | ||
| "vite-plugin-mock": "^2.0.0-rc.2", | ||
| "vite-plugin-purge-icons": "^0.5.2", | ||
| "vite-plugin-pwa": "^0.3.9", | ||
| "vite-plugin-pwa": "^0.3.10", | ||
| "vite-plugin-style-import": "^0.4.6", | ||
| "vue-eslint-parser": "^7.4.1", | ||
| "yargs": "^16.2.0" | ||
| ... | ... |
请
注册
或者
登录
后发表评论