diff --git a/package.json b/package.json index a73b78c24..e797e6ca0 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "tsc": "tsc --noEmit", "vue-tsc": "vue-tsc --noEmit", "site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/", + "build-site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site", "pub:site": "npm run site && node site/scripts/pushToOSS.js", "prepare": "husky install", "version": "node ./scripts/generate-version", @@ -128,7 +129,6 @@ "@vitejs/plugin-vue": "^3.0.0", "@vitejs/plugin-vue-jsx": "^2.0.0", "@vue/babel-plugin-jsx": "^1.0.0", - "@vue/cli-plugin-eslint": "^5.0.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.0", "@vue/test-utils": "^2.0.2", @@ -173,7 +173,7 @@ "eslint-plugin-jest": "^26.0.0", "eslint-plugin-markdown": "^2.0.0", "eslint-plugin-no-explicit-type-exports": "^0.12.0", - "eslint-plugin-prettier": "^3.1.0", + "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-vue": "^9.17.0", "fast-glob": "^3.2.7", "fetch-jsonp": "^1.1.3", @@ -218,7 +218,7 @@ "nprogress": "^0.2.0", "postcss": "^8.2.12", "postcss-loader": "^6.0.0", - "prettier": "^2.2.0", + "prettier": "^3.3.0", "pretty-quick": "^3.0.0", "prismjs": "^1.23.0", "progress": "^2.0.3",