|
22 | 22 | "@htmldocs/render": "workspace:*", |
23 | 23 | "@next/bundle-analyzer": "^15.1.6", |
24 | 24 | "@phosphor-icons/react": "^2.1.5", |
| 25 | + "@radix-ui/react-collapsible": "^1.0.3", |
| 26 | + "@radix-ui/react-dialog": "^1.1.1", |
| 27 | + "@radix-ui/react-dropdown-menu": "^2.0.6", |
| 28 | + "@radix-ui/react-icons": "^1.3.0", |
| 29 | + "@radix-ui/react-label": "^2.1.0", |
| 30 | + "@radix-ui/react-scroll-area": "^1.0.5", |
| 31 | + "@radix-ui/react-slot": "^1.0.2", |
| 32 | + "@radix-ui/react-switch": "^1.1.0", |
| 33 | + "@radix-ui/react-tabs": "^1.0.4", |
| 34 | + "@radix-ui/react-toggle-group": "^1.0.4", |
| 35 | + "@radix-ui/react-tooltip": "^1.0.7", |
25 | 36 | "@tailwindcss/typography": "0.5.9", |
26 | 37 | "adm-zip": "^0.5.14", |
| 38 | + "autoprefixer": "^10.4.19", |
27 | 39 | "chalk": "^4.1.2", |
28 | 40 | "chokidar": "^3.6.0", |
| 41 | + "class-variance-authority": "^0.7.0", |
| 42 | + "clsx": "^2.1.1", |
29 | 43 | "commander": "^12.1.0", |
| 44 | + "cva": "1.0.0-beta.1", |
30 | 45 | "debounce": "^2.0.0", |
31 | 46 | "dotenv": "^16.4.7", |
32 | 47 | "esbuild": "^0.21.3", |
33 | 48 | "esbuild-plugin-tsc": "^0.4.0", |
34 | 49 | "esbuild-style-plugin": "^1.6.3", |
35 | 50 | "form-data": "^4.0.0", |
| 51 | + "framer-motion": "^11.2.6", |
36 | 52 | "fs-extra": "^11.2.0", |
37 | 53 | "inquirer": "^11.0.2", |
38 | 54 | "lodash": "^4.17.21", |
39 | 55 | "log-symbols": "^4.1.0", |
40 | 56 | "mime-types": "^2.1.35", |
41 | 57 | "next": "14.2.3", |
| 58 | + "next-themes": "^0.3.0", |
42 | 59 | "node-fetch": "^2.7.0", |
43 | 60 | "onetime": "^7.0.0", |
44 | 61 | "open": "^8.4.2", |
45 | 62 | "ora": "^5.4.1", |
46 | 63 | "pino": "^9.3.2", |
47 | 64 | "playwright": "^1.44.1", |
| 65 | + "postcss": "^8.4.38", |
| 66 | + "react": "^18.2.0", |
48 | 67 | "react-docgen": "^7.0.3", |
| 68 | + "react-dom": "^18.2.0", |
49 | 69 | "socket.io": "^4.7.5", |
| 70 | + "socket.io-client": "^4.7.5", |
| 71 | + "sonner": "^1.4.41", |
| 72 | + "source-map-js": "^1.2.0", |
50 | 73 | "tailwind-merge": "^2.3.0", |
51 | 74 | "tailwindcss": "^3.4.3", |
52 | 75 | "tailwindcss-animate": "^1.0.7", |
|
55 | 78 | "zod": "^3.23.8" |
56 | 79 | }, |
57 | 80 | "devDependencies": { |
58 | | - "@radix-ui/react-collapsible": "^1.0.3", |
59 | | - "@radix-ui/react-dialog": "^1.1.1", |
60 | | - "@radix-ui/react-dropdown-menu": "^2.0.6", |
61 | | - "@radix-ui/react-icons": "^1.3.0", |
62 | | - "@radix-ui/react-label": "^2.1.0", |
63 | | - "@radix-ui/react-scroll-area": "^1.0.5", |
64 | | - "@radix-ui/react-slot": "^1.0.2", |
65 | | - "@radix-ui/react-switch": "^1.0.0", |
66 | | - "@radix-ui/react-tabs": "^1.0.4", |
67 | | - "@radix-ui/react-toggle-group": "^1.0.4", |
68 | | - "@radix-ui/react-tooltip": "^1.0.7", |
69 | 81 | "@swc/core": "^1.5.7", |
70 | 82 | "@types/babel__core": "^7.20.5", |
71 | 83 | "@types/json-schema": "^7.0.15", |
72 | 84 | "@types/mime-types": "^2.1.4", |
73 | 85 | "@types/node": "^20", |
74 | 86 | "@types/react": "^18.2.61", |
75 | 87 | "@types/react-dom": "^18.2.19", |
76 | | - "autoprefixer": "^10.4.19", |
77 | | - "class-variance-authority": "^0.7.0", |
78 | | - "clsx": "^2.1.1", |
79 | | - "framer-motion": "^11.2.6", |
80 | | - "next-themes": "^0.3.0", |
81 | | - "postcss": "^8.4.38", |
82 | | - "react": "^18.2.0", |
83 | | - "react-dom": "^18.2.0", |
84 | | - "socket.io-client": "^4.7.5", |
85 | | - "sonner": "^1.4.41", |
86 | | - "source-map-js": "^1.2.0", |
87 | 88 | "tsup": "^8.0.2", |
88 | 89 | "typescript": "^5" |
89 | 90 | } |
|
0 commit comments