|
9 | 9 | "preview": "astro preview" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "astro": "^5.5.0", |
13 | | - "@astrojs/react": "^4.2.0", |
14 | 12 | "@astrojs/mdx": "^4.2.0", |
| 13 | + "@astrojs/react": "^4.2.0", |
15 | 14 | "@astrojs/rss": "^4.0.0", |
16 | | - "@tailwindcss/vite": "^4.0.0", |
17 | | - "tailwindcss": "^4.0.0", |
18 | | - "react": "^19.0.0", |
19 | | - "react-dom": "^19.0.0", |
20 | | - "@explainer/ui": "workspace:*", |
21 | 15 | "@explainer/mdx": "workspace:*", |
22 | 16 | "@explainer/thumbnail": "workspace:*", |
| 17 | + "@explainer/ui": "workspace:*", |
23 | 18 | "@iconify/react": "^5.2.0", |
24 | | - "remark-directive": "^4.0.0" |
| 19 | + "@tailwindcss/vite": "^4.0.0", |
| 20 | + "astro": "^5.5.0", |
| 21 | + "react": "^19.0.0", |
| 22 | + "react-dom": "^19.0.0", |
| 23 | + "remark-directive": "^4.0.0", |
| 24 | + "tailwindcss": "^4.0.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
| 27 | + "@types/node": "^25.5.0", |
27 | 28 | "@types/react": "^19.0.0", |
28 | 29 | "@types/react-dom": "^19.0.0", |
29 | 30 | "typescript": "^5.8.0" |
|
0 commit comments