|
17 | 17 | "bugs": { |
18 | 18 | "url": "https://github.com/Ohh-889/soybean-react-ui/issues" |
19 | 19 | }, |
20 | | - "keywords": [ |
21 | | - "UI", |
22 | | - "tailwind-css", |
23 | | - "shadcn-ui", |
24 | | - "react" |
25 | | - ], |
| 20 | + "keywords": ["UI", "tailwind-css", "shadcn-ui", "react"], |
26 | 21 | "scripts": { |
27 | 22 | "build": "next build", |
28 | 23 | "build:ui": "pnpm --filter soybean-react-ui build", |
|
32 | 27 | "dev:playground": "next dev --turbopack", |
33 | 28 | "dev:ui": "pnpm --filter soybean-react-ui dev", |
34 | 29 | "lint": "next lint", |
| 30 | + "lint:pkg": "eslint ./package.json --fix", |
35 | 31 | "preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview", |
36 | 32 | "start": "next start", |
37 | 33 | "upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload", |
38 | 34 | "worker:build": "opennextjs-cloudflare build" |
39 | 35 | }, |
40 | 36 | "dependencies": { |
41 | | - "@hookform/resolvers": "^5.2.1", |
42 | 37 | "async-validator": "^4.2.5", |
43 | 38 | "embla-carousel-autoplay": "8.6.0", |
44 | 39 | "grapheme-splitter": "1.0.4", |
|
47 | 42 | "next-themes": "0.4.6", |
48 | 43 | "react": "19.1.0", |
49 | 44 | "react-dom": "19.1.0", |
50 | | - "react-hook-form": "^7.62.0", |
51 | 45 | "react-hotkeys-hook": "5.1.0", |
52 | 46 | "soybean-react-ui": "workspace:*", |
53 | 47 | "zod": "4.0.17" |
|
61 | 55 | "eslint-config-next": "15.3.4", |
62 | 56 | "tailwindcss": "4.1.11", |
63 | 57 | "tailwindcss-animate": "1.0.7", |
| 58 | + "tsx": "4.20.3", |
64 | 59 | "tw-animate-css": "1.3.6", |
65 | 60 | "wrangler": "4.24.3" |
66 | 61 | } |
|
0 commit comments