|
10 | 10 | "scripts": {
|
11 | 11 | "bootstrap": "pnpm install",
|
12 | 12 | "dev": "pnpm storybook",
|
13 |
| - "start": "dumi dev", |
14 | 13 | "build": "walrus build",
|
15 | 14 | "build:all": "walrus build all",
|
16 | 15 | "build:docs": "pnpm build:sb",
|
|
31 | 30 | "typecheck": "tsc --noEmit",
|
32 | 31 | "lint": "eslint --cache .",
|
33 | 32 | "lint:fix": "nr lint --fix",
|
34 |
| - "prepare": "husky || true && dumi setup", |
| 33 | + "prepare": "husky || true", |
35 | 34 | "clean:node-modules": "rm -rf node_modules && rm -rf packages/*/node_modules",
|
36 | 35 | "clean:lock": "rm -rf pnpm-lock.yaml && rm -rf package.lock.json",
|
37 | 36 | "clean:dist": "rm -rf packages/*/es && rm -rf packages/*/lib",
|
|
54 | 53 | "react-remove-scroll": "^2.5.10"
|
55 | 54 | },
|
56 | 55 | "devDependencies": {
|
57 |
| - "@antfu/eslint-config": "^2.21.2", |
| 56 | + "@antfu/eslint-config": "2.21.2", |
58 | 57 | "@antfu/ni": "^0.21.12",
|
59 | 58 | "@antv/g-svg": "^2.0.9",
|
60 | 59 | "@antv/g2": "^5.2.2",
|
|
90 | 89 | "cypress-real-events": "^1.13.0",
|
91 | 90 | "cypress-vite": "^1.5.0",
|
92 | 91 | "d3-interpolate": "^3.0.1",
|
93 |
| - "dumi": "^2.4.5", |
94 | 92 | "eslint": "^8.57.0",
|
95 | 93 | "eslint-plugin-cypress": "^3.3.0",
|
96 | 94 | "eslint-plugin-react-hooks": "^4.6.2",
|
|
0 commit comments