Skip to content

Commit 90bd7c6

Browse files
committed
Add package devDependencies
husky lint-staged eslint-plugin-jsonc eslint-plugin-mdx jsonc-eslint-parser @typescript-eslint/parser
1 parent 9e8f722 commit 90bd7c6

File tree

2 files changed

+587
-9
lines changed

2 files changed

+587
-9
lines changed

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,27 @@
1010
"test": "cargo tarpaulin --out xml --out stdout --out html --all-targets && vitest test --coverage --run && pnpm -r test",
1111
"build": "pnpm -F wasm build && pnpm -F @devup-ui/* -F !wasm build",
1212
"dev": "pnpm -r dev",
13-
"benchmark": "node benchmark.js"
13+
"benchmark": "node benchmark.js",
14+
"prepare": "husky"
1415
},
1516
"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",
2017
"@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",
2320
"@testing-library/react": "^16.3.0",
2421
"@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"
2734
},
2835
"author": "devfive",
2936
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)