|
1 | 1 | { |
2 | 2 | "name": "hello-astro", |
3 | 3 | "description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.", |
4 | | - "version": "4.0.0", |
| 4 | + "version": "5.1.0", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "astro dev", |
7 | 7 | "clean": "rm -rf node_modules .astro dist", |
|
16 | 16 | "astro": "astro" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@akebifiky/remark-simple-plantuml": "^1.0.2", |
20 | 19 | "@astrojs/alpinejs": "0.4.8", |
21 | 20 | "@astrojs/mdx": "4.3.4", |
22 | 21 | "@astrojs/sitemap": "3.5.1", |
23 | | - "@tailwindcss/aspect-ratio": "^0.4.2", |
24 | 22 | "@tailwindcss/forms": "^0.5.10", |
25 | | - "@tailwindcss/line-clamp": "^0.4.4", |
26 | 23 | "@tailwindcss/typography": "^0.5.16", |
27 | 24 | "@types/alpinejs": "^3.13.11", |
28 | 25 | "@types/leaflet": "^1.9.20", |
29 | | - "@typescript-eslint/parser": "^8.41.0", |
| 26 | + "@typescript-eslint/parser": "^8.42.0", |
30 | 27 | "alpinejs": "^3.14.9", |
31 | | - "astro": "5.13.3", |
| 28 | + "astro": "5.13.5", |
32 | 29 | "astro-robots-txt": "^1.0.0", |
33 | 30 | "eslint": "^9.34.0", |
34 | 31 | "eslint-plugin-astro": "^1.3.1", |
|
44 | 41 | "prettier-plugin-tailwindcss": "^0.6.14", |
45 | 42 | "reading-time": "^1.5.0", |
46 | 43 | "rehype-katex": "^7.0.1", |
47 | | - "remark-emoji": "^5.0.1", |
| 44 | + "remark-emoji": "^5.0.2", |
48 | 45 | "remark-math": "^6.0.0", |
49 | 46 | "schema-dts": "^1.1.5", |
50 | 47 | "typescript": "~5.9.2", |
51 | | - "typescript-eslint": "^8.41.0", |
| 48 | + "typescript-eslint": "^8.42.0", |
52 | 49 | "unist-util-visit": "^5.0.0" |
53 | 50 | }, |
54 | 51 | "dependencies": { |
|
59 | 56 | "@iconify-json/bi": "^1.2.6", |
60 | 57 | "@iconify-json/heroicons": "^1.2.2", |
61 | 58 | "@tailwindcss/vite": "^4.1.12", |
62 | | - "astro-expressive-code": "^0.41.3", |
63 | 59 | "astro-geo-map": "^2.0.0", |
64 | 60 | "astro-icon": "^1.1.5", |
| 61 | + "astro-mermaid": "^1.0.4", |
| 62 | + "astro-plantuml": "^0.1.4", |
65 | 63 | "astro-seo": "^0.8.4", |
66 | 64 | "hero-patterns": "^2.1.0", |
67 | 65 | "katex": "^0.16.22", |
|
71 | 69 | "photoswipe": "^5.4.4", |
72 | 70 | "photoswipe-dynamic-caption-plugin": "^1.2.7", |
73 | 71 | "playwright": "^1.55.0", |
74 | | - "rehype-mermaid": "^3.0.0", |
75 | 72 | "swiper": "^11.2.10", |
76 | 73 | "tailwindcss": "^4.1.12" |
77 | 74 | }, |
|
0 commit comments