|
61 | 61 | "tsc": "tsc --noEmit",
|
62 | 62 | "vue-tsc": "vue-tsc --noEmit",
|
63 | 63 | "site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
|
| 64 | + "build-site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site", |
64 | 65 | "pub:site": "npm run site && node site/scripts/pushToOSS.js",
|
65 | 66 | "prepare": "husky install",
|
66 | 67 | "version": "node ./scripts/generate-version",
|
|
128 | 129 | "@vitejs/plugin-vue": "^3.0.0",
|
129 | 130 | "@vitejs/plugin-vue-jsx": "^2.0.0",
|
130 | 131 | "@vue/babel-plugin-jsx": "^1.0.0",
|
131 |
| - "@vue/cli-plugin-eslint": "^5.0.0", |
132 | 132 | "@vue/eslint-config-prettier": "^8.0.0",
|
133 | 133 | "@vue/eslint-config-typescript": "^11.0.0",
|
134 | 134 | "@vue/test-utils": "^2.0.2",
|
|
173 | 173 | "eslint-plugin-jest": "^26.0.0",
|
174 | 174 | "eslint-plugin-markdown": "^2.0.0",
|
175 | 175 | "eslint-plugin-no-explicit-type-exports": "^0.12.0",
|
176 |
| - "eslint-plugin-prettier": "^3.1.0", |
| 176 | + "eslint-plugin-prettier": "^5.2.1", |
177 | 177 | "eslint-plugin-vue": "^9.17.0",
|
178 | 178 | "fast-glob": "^3.2.7",
|
179 | 179 | "fetch-jsonp": "^1.1.3",
|
|
218 | 218 | "nprogress": "^0.2.0",
|
219 | 219 | "postcss": "^8.2.12",
|
220 | 220 | "postcss-loader": "^6.0.0",
|
221 |
| - "prettier": "^2.2.0", |
| 221 | + "prettier": "^3.3.0", |
222 | 222 | "pretty-quick": "^3.0.0",
|
223 | 223 | "prismjs": "^1.23.0",
|
224 | 224 | "progress": "^2.0.3",
|
|
0 commit comments