Merge remote-tracking branch 'yudao/dev' into dev-to-dev
Showing
.env.test
deleted
100644 → 0
| ... | ... | @@ -11,22 +11,19 @@ |
| "ts:check": "vue-tsc --noEmit", | ||
| "build:pro": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode pro", | ||
| "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev", | ||
| "build:base": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode base", | ||
| "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage", | ||
| "build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test", | ||
| "build:static": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode static", | ||
| "build:front": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode front", | ||
| "serve:pro": "vite preview --mode pro", | ||
| "serve:dev": "vite preview --mode dev", | ||
| "serve:test": "vite preview --mode test", | ||
| "preview": "pnpm build && vite preview", | ||
| "npm:check": "npx npm-check-updates", | ||
| "preview": "pnpm build:base && vite preview", | ||
| "clean": "npx rimraf node_modules", | ||
| "clean:cache": "npx rimraf node_modules/.cache", | ||
| "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", | ||
| "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", | ||
| "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | ||
| "lint:lint-staged": "lint-staged -c ", | ||
| "lint:pretty": "pretty-quick --staged" | ||
| "lint:lint-staged": "lint-staged -c " | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.1.0", | ||
| ... | ... | @@ -34,7 +31,7 @@ |
| "@form-create/element-ui": "^3.1.17", | ||
| "@iconify/iconify": "^3.1.1", | ||
| "@videojs-player/vue": "^1.0.0", | ||
| "@vueuse/core": "^10.2.1", | ||
| "@vueuse/core": "^10.3.0", | ||
| "@wangeditor/editor": "^5.1.23", | ||
| "@wangeditor/editor-for-vue": "^5.1.10", | ||
| "@zxcvbn-ts/core": "^3.0.3", | ||
| ... | ... | @@ -49,8 +46,8 @@ |
| "diagram-js": "^11.6.0", | ||
| "echarts": "^5.4.3", | ||
| "echarts-wordcloud": "^2.1.0", | ||
| "element-plus": "2.3.8", | ||
| "fast-xml-parser": "^4.2.6", | ||
| "element-plus": "2.3.9", | ||
| "fast-xml-parser": "^4.2.7", | ||
| "highlight.js": "^11.8.0", | ||
| "intro.js": "^7.0.1", | ||
| "jsencrypt": "^3.3.2", | ||
| ... | ... | @@ -76,7 +73,7 @@ |
| "devDependencies": { | ||
| "@commitlint/cli": "^17.6.7", | ||
| "@commitlint/config-conventional": "^17.6.7", | ||
| "@iconify/json": "^2.2.95", | ||
| "@iconify/json": "^2.2.98", | ||
| "@intlify/unplugin-vue-i18n": "^0.12.2", | ||
| "@purge-icons/generated": "^0.9.0", | ||
| "@types/intro.js": "^5.1.1", | ||
| ... | ... | @@ -85,42 +82,42 @@ |
| "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.5.1", | ||
| "@types/qs": "^6.9.7", | ||
| "@typescript-eslint/eslint-plugin": "^6.2.0", | ||
| "@typescript-eslint/parser": "^6.2.0", | ||
| "@unocss/transformer-variant-group": "^0.51.4", | ||
| "@typescript-eslint/eslint-plugin": "^6.2.1", | ||
| "@typescript-eslint/parser": "^6.2.1", | ||
| "@unocss/transformer-variant-group": "^0.54.1", | ||
| "@vitejs/plugin-legacy": "^4.1.1", | ||
| "@vitejs/plugin-vue": "^4.2.3", | ||
| "@vitejs/plugin-vue-jsx": "^3.0.1", | ||
| "@vue-macros/volar": "^0.12.3", | ||
| "@vue-macros/volar": "^0.13.2", | ||
| "autoprefixer": "^10.4.14", | ||
| "bpmn-js": "^8.9.0", | ||
| "bpmn-js-properties-panel": "^0.46.0", | ||
| "consola": "^3.2.3", | ||
| "eslint": "^8.46.0", | ||
| "eslint-config-prettier": "^8.9.0", | ||
| "eslint-define-config": "^1.21.0", | ||
| "eslint-config-prettier": "^8.10.0", | ||
| "eslint-define-config": "^1.22.0", | ||
| "eslint-plugin-prettier": "^5.0.0", | ||
| "eslint-plugin-vue": "^9.15.1", | ||
| "eslint-plugin-vue": "^9.16.1", | ||
| "lint-staged": "^13.2.3", | ||
| "postcss": "^8.4.27", | ||
| "postcss-html": "^1.5.0", | ||
| "postcss-scss": "^4.0.6", | ||
| "prettier": "^3.0.0", | ||
| "prettier": "^3.0.1", | ||
| "rimraf": "^5.0.1", | ||
| "rollup": "^3.27.0", | ||
| "sass": "^1.64.1", | ||
| "rollup": "^3.27.2", | ||
| "sass": "^1.64.2", | ||
| "stylelint": "^15.10.2", | ||
| "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recommended": "^13.0.0", | ||
| "stylelint-config-recommended-vue": "^1.5.0", | ||
| "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-order": "^6.0.3", | ||
| "terser": "^5.19.2", | ||
| "typescript": "5.1.6", | ||
| "unocss": "^0.54.0", | ||
| "unocss": "^0.54.1", | ||
| "unplugin-auto-import": "^0.16.6", | ||
| "unplugin-element-plus": "^0.7.2", | ||
| "unplugin-element-plus": "^0.8.0", | ||
| "unplugin-vue-components": "^0.25.1", | ||
| "vite": "4.4.7", | ||
| "vite": "4.4.8", | ||
| "vite-plugin-compression": "^0.5.1", | ||
| "vite-plugin-ejs": "^1.6.4", | ||
| "vite-plugin-eslint": "^1.8.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment