|
34 | 34 | "pretest": "npm run version",
|
35 | 35 | "predist": "npm run version",
|
36 | 36 | "presite": "npm run version",
|
37 |
| - "dev": "yarn predev && yarn routes && vite serve site", |
| 37 | + "dev": "npm run predev && npm run routes && vite serve site", |
38 | 38 | "test": "cross-env NODE_ENV=test jest --config .jest.js",
|
39 | 39 | "compile": "node antd-tools/cli/run.js compile",
|
40 | 40 | "generator-webtypes": "tsc -p antd-tools/generator-types/tsconfig.json && node antd-tools/generator-types/index.js",
|
|
56 | 56 | "routes": "node site/scripts/genrateRoutes.js",
|
57 | 57 | "tsc": "tsc --noEmit",
|
58 | 58 | "vue-tsc": "vue-tsc --noEmit",
|
59 |
| - "site": "yarn routes && ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/", |
| 59 | + "site": "npm run routes && ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/", |
60 | 60 | "pub:site": "npm run site && node site/scripts/pushToOSS.js",
|
61 | 61 | "prepare": "husky install",
|
62 | 62 | "version": "node ./scripts/generate-version",
|
|
169 | 169 | "fetch-jsonp": "^1.1.3",
|
170 | 170 | "fs-extra": "^10.0.0",
|
171 | 171 | "glob": "^7.1.2",
|
| 172 | + "globby": "^11.1.0", |
172 | 173 | "gray-matter": "^4.0.3",
|
173 | 174 | "gulp": "^4.0.1",
|
174 | 175 | "gulp-babel": "^8.0.0",
|
|
266 | 267 | "@ant-design/colors": "^6.0.0",
|
267 | 268 | "@ant-design/icons-vue": "^6.1.0",
|
268 | 269 | "@babel/runtime": "^7.10.5",
|
| 270 | + "@ctrl/tinycolor": "^3.4.0", |
269 | 271 | "@simonwep/pickr": "~1.8.0",
|
270 | 272 | "array-tree-filter": "^2.1.0",
|
271 | 273 | "async-validator": "^4.0.0",
|
|
0 commit comments