|
11 | 11 | "test:local": "test-storybook" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
| 14 | + "@hookform/error-message": "^2.0.0", |
| 15 | + "@hookform/resolvers": "^3.9.1", |
14 | 16 | "@lambdacurry/forms": "*", |
15 | 17 | "@lambdacurry/medusa-forms": "*", |
16 | 18 | "@storybook/addon-essentials": "^8.6.7", |
|
20 | 22 | "@storybook/react": "^8.6.7", |
21 | 23 | "@storybook/react-vite": "^8.6.7", |
22 | 24 | "@storybook/test": "^8.6.7", |
| 25 | + "react": "^19.0.0", |
23 | 26 | "react-hook-form": "^7.51.0", |
| 27 | + "react-router": "^7.0.0", |
| 28 | + "react-router-dom": "^7.0.0", |
| 29 | + "remix-hook-form": "^7.0.1", |
24 | 30 | "storybook": "^8.6.7" |
25 | 31 | }, |
26 | 32 | "devDependencies": { |
| 33 | + "@medusajs/ui-preset": "^2.8.3", |
27 | 34 | "@react-router/dev": "^7.0.0", |
28 | 35 | "@storybook/test-runner": "^0.22.0", |
29 | 36 | "@storybook/testing-library": "^0.2.2", |
| 37 | + "@tailwindcss/postcss": "^4.1.8", |
30 | 38 | "@tailwindcss/vite": "^4.0.0", |
31 | 39 | "@types/react": "^19.0.0", |
32 | 40 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
33 | 41 | "@typescript-eslint/parser": "^6.21.0", |
34 | 42 | "autoprefixer": "^10.4.20", |
35 | 43 | "http-server": "^14.1.1", |
36 | | - "react": "^19.0.0", |
37 | | - "react-router": "^7.0.0", |
38 | | - "react-router-dom": "^7.0.0", |
39 | 44 | "start-server-and-test": "^2.0.11", |
40 | 45 | "tailwindcss": "^4.0.0", |
41 | 46 | "typescript": "^5.7.2", |
|
0 commit comments