|
13 | 13 | }, |
14 | 14 | "main": "./index.mjs", |
15 | 15 | "dependencies": { |
| 16 | + "next": "16.0.1" |
| 17 | + }, |
| 18 | + "devDependencies": { |
16 | 19 | "@babel/core": "7.26.10", |
17 | 20 | "@babel/parser": "7.27.0", |
18 | 21 | "@babel/traverse": "7.27.0", |
|
26 | 29 | "@radix-ui/react-toggle": "1.1.10", |
27 | 30 | "@radix-ui/react-toggle-group": "1.1.11", |
28 | 31 | "@radix-ui/react-tooltip": "1.2.8", |
| 32 | + "@react-email/components": "workspace:*", |
29 | 33 | "@react-email/tailwind": "workspace:2.0.0", |
| 34 | + "@types/babel__core": "7.20.5", |
| 35 | + "@types/babel__traverse": "7.20.7", |
| 36 | + "@types/css-tree": "2.3.10", |
| 37 | + "@types/fs-extra": "11.0.1", |
| 38 | + "@types/mime-types": "2.1.4", |
30 | 39 | "@types/node": "22.14.1", |
31 | 40 | "@types/normalize-path": "3.0.2", |
32 | 41 | "@types/react": "19.0.10", |
|
37 | 46 | "colorjs.io": "0.5.2", |
38 | 47 | "esbuild": "0.25.10", |
39 | 48 | "framer-motion": "12.23.22", |
40 | | - "json5": "2.2.3", |
41 | 49 | "log-symbols": "4.1.0", |
42 | 50 | "module-punycode": "npm:punycode@2.3.1", |
43 | | - "next": "16.0.1", |
44 | 51 | "next-safe-action": "8.0.11", |
45 | 52 | "node-html-parser": "7.0.1", |
46 | 53 | "ora": "5.4.1", |
| 54 | + "postcss": "8.5.3", |
47 | 55 | "pretty-bytes": "6.1.1", |
48 | 56 | "prism-react-renderer": "2.4.1", |
49 | 57 | "react": "19.0.0", |
|
53 | 61 | "socket.io-client": "4.8.1", |
54 | 62 | "sonner": "2.0.3", |
55 | 63 | "source-map-js": "1.2.1", |
56 | | - "spamc": "0.0.5", |
57 | 64 | "stacktrace-parser": "0.1.11", |
58 | 65 | "tailwind-merge": "3.2.0", |
59 | 66 | "tailwindcss": "3.4.0", |
| 67 | + "typescript": "5.8.3", |
60 | 68 | "use-debounce": "10.0.4", |
61 | 69 | "zod": "4.1.12" |
62 | 70 | }, |
63 | | - "devDependencies": { |
64 | | - "@react-email/components": "workspace:*", |
65 | | - "@types/babel__core": "7.20.5", |
66 | | - "@types/babel__traverse": "7.20.7", |
67 | | - "@types/css-tree": "2.3.10", |
68 | | - "@types/fs-extra": "11.0.1", |
69 | | - "@types/mime-types": "2.1.4", |
70 | | - "@types/node": "22.10.2", |
71 | | - "@types/normalize-path": "3.0.2", |
72 | | - "@types/react": "19.0.10", |
73 | | - "@types/react-dom": "19.0.4", |
74 | | - "@types/webpack": "5.28.5", |
75 | | - "autoprefixer": "10.4.21", |
76 | | - "tailwindcss": "3.4.0", |
77 | | - "typescript": "5.8.3" |
78 | | - }, |
79 | 71 | "license": "MIT", |
80 | 72 | "repository": { |
81 | 73 | "type": "git", |
|
0 commit comments