-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.79 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.79 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@lambdacurry/forms-docs",
"version": "0.2.0",
"scripts": {
"dev": "../../node_modules/.bin/storybook dev -p 6006",
"build": "../../node_modules/.bin/storybook build",
"build-storybook": "../../node_modules/.bin/storybook build",
"storybook": "../../node_modules/.bin/storybook dev -p 6006",
"serve": "../../node_modules/.bin/http-server ./storybook-static -p 6006 -s",
"test": "../../node_modules/.bin/start-server-and-test serve http://127.0.0.1:6006 '../../node_modules/.bin/test-storybook --url http://127.0.0.1:6006'",
"test:local": "../../node_modules/.bin/test-storybook",
"type-check": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^3.9.1",
"@lambdacurry/forms": "*",
"@storybook/addon-links": "^9.0.6",
"@storybook/react-vite": "^9.0.6",
"react": "^19.0.0",
"react-hook-form": "^7.51.0",
"react-router": "^7.6.1",
"remix-hook-form": "^7.1.0",
"storybook": "^9.0.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@react-router/dev": "^7.0.0",
"@storybook/addon-docs": "^9.0.6",
"@storybook/test": "^8.6.14",
"@storybook/test-runner": "^0.22.1",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"http-server": "^14.1.1",
"start-server-and-test": "^2.0.11",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^6.2.2",
"vite-tsconfig-paths": "^5.1.4",
"wait-on": "^8.0.3"
}
}