|
3 | 3 | "version": "0.0.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "scripts": { |
| 6 | + "prepare": "lefthook install", |
6 | 7 | "build:all": "nx run-many -t build", |
7 | 8 | "lint:all": "nx run-many -t lint", |
8 | 9 | "test:all": "nx run-many -t test", |
9 | 10 | "typecheck:all": "nx run-many -t typecheck" |
10 | 11 | }, |
11 | 12 | "private": true, |
12 | 13 | "devDependencies": { |
| 14 | + "@babel/core": "^7.25.2", |
| 15 | + "@babel/preset-env": "^7.25.3", |
| 16 | + "@babel/runtime": "7.27.6", |
13 | 17 | "@eslint/js": "^9.8.0", |
14 | 18 | "@nx/eslint": "22.0.4", |
15 | 19 | "@nx/eslint-plugin": "22.0.4", |
|
18 | 22 | "@nx/rollup": "22.0.4", |
19 | 23 | "@nx/vite": "22.0.4", |
20 | 24 | "@nx/web": "22.0.4", |
21 | | - "@babel/core": "^7.25.2", |
22 | | - "@babel/preset-env": "^7.25.3", |
23 | | - "@babel/runtime": "7.27.6", |
24 | 25 | "@rollup/plugin-url": "^8.0.2", |
25 | 26 | "@swc-node/register": "~1.9.1", |
26 | 27 | "@swc/core": "~1.5.7", |
|
37 | 38 | "eslint-plugin-jsx-a11y": "6.10.1", |
38 | 39 | "eslint-plugin-react": "7.35.0", |
39 | 40 | "eslint-plugin-react-hooks": "5.0.0", |
| 41 | + "jest-cli": "^30.2.0", |
40 | 42 | "jiti": "2.4.2", |
41 | 43 | "jsdom": "~22.1.0", |
42 | 44 | "jsonc-eslint-parser": "^2.1.0", |
| 45 | + "lefthook": "^2.1.6", |
43 | 46 | "nx": "22.0.4", |
44 | 47 | "prettier": "^2.6.2", |
45 | 48 | "rollup": "^4.14.0", |
46 | 49 | "tslib": "^2.3.0", |
47 | 50 | "typescript": "5.9.3", |
48 | 51 | "typescript-eslint": "8.47.0", |
49 | 52 | "vite": "7.2.2", |
50 | | - "vitest": "^3.2.4", |
51 | | - "jest-cli": "^30.2.0" |
| 53 | + "vitest": "^3.2.4" |
52 | 54 | }, |
53 | 55 | "packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3" |
54 | 56 | } |
0 commit comments