-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@rafty/workspace",
"version": "2.0.0",
"private": true,
"scripts": {
"commit": "czg",
"prepare": "is-ci || husky",
"format": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@hookform/devtools": "^4.3.3",
"@hookform/resolvers": "^3.10.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-swc": "^0.4.0",
"@rollup/plugin-terser": "^0.4.4",
"@storybook/react": "^8.5.2",
"@swc/core": "^1.10.9",
"@tanstack/react-query": "^5.32.0",
"czg": "^1.11.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"nano-staged": "^0.8.0",
"picocolors": "^1.1.1",
"react-hook-form": "^7.54.2",
"rollup": "^4.32.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"turbo": "^2.3.4",
"typescript": "^5.7.3",
"zod": "^3.24.1"
},
"packageManager": "[email protected]+sha1.4370a069f21873a0ad83c785b8048ed8caf6e6e9"
}