|
10 | 10 | "test": "cargo tarpaulin --out xml --out stdout --out html --all-targets && vitest test --coverage --run && pnpm -r test", |
11 | 11 | "build": "pnpm -F wasm build && pnpm -F @devup-ui/* -F !wasm build", |
12 | 12 | "dev": "pnpm -r dev", |
13 | | - "benchmark": "node benchmark.js" |
| 13 | + "benchmark": "node benchmark.js", |
| 14 | + "prepare": "husky" |
14 | 15 | }, |
15 | 16 | "devDependencies": { |
16 | | - "eslint-plugin-devup": "^2.0.5", |
17 | | - "eslint": "^9.36.0", |
18 | | - "vitest": "^3.2.4", |
19 | | - "@vitest/coverage-v8": "^3.2.4", |
20 | 17 | "@changesets/cli": "^2.29.7", |
21 | | - "@types/node": "^24.5.2", |
22 | | - "happy-dom": "^18.0.1", |
| 18 | + "@devup-ui/vite-plugin": "workspace:*", |
| 19 | + "@testing-library/jest-dom": "^6.8.0", |
23 | 20 | "@testing-library/react": "^16.3.0", |
24 | 21 | "@testing-library/user-event": "14.6.1", |
25 | | - "@testing-library/jest-dom": "^6.8.0", |
26 | | - "@devup-ui/vite-plugin": "workspace:*" |
| 22 | + "@types/node": "^24.5.2", |
| 23 | + "@typescript-eslint/parser": "^8.44.0", |
| 24 | + "@vitest/coverage-v8": "^3.2.4", |
| 25 | + "eslint": "^9.35.0", |
| 26 | + "eslint-plugin-devup": "^2.0.5", |
| 27 | + "eslint-plugin-jsonc": "^2.20.1", |
| 28 | + "eslint-plugin-mdx": "^3.6.2", |
| 29 | + "happy-dom": "^18.0.1", |
| 30 | + "husky": "^9.1.7", |
| 31 | + "jsonc-eslint-parser": "^2.4.1", |
| 32 | + "lint-staged": "^16.1.6", |
| 33 | + "vitest": "^3.2.4" |
27 | 34 | }, |
28 | 35 | "author": "devfive", |
29 | 36 | "packageManager": "[email protected]", |
|
0 commit comments