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