11{
2- "name" : " website" ,
3- "type" : " module" ,
4- "version" : " 0.0.1" ,
5- "scripts" : {
6- "dev" : " astro dev" ,
7- "start" : " astro dev" ,
8- "build" : " astro check && astro build" ,
9- "preview" : " astro preview" ,
10- "astro" : " astro"
11- },
12- "dependencies" : {
13- "@astrojs/check" : " ^0.5.6" ,
14- "@astrojs/mdx" : " ^2.1.1" ,
15- "@astrojs/rss" : " ^4.0.5" ,
16- "@astrojs/sitemap" : " ^3.1.1" ,
17- "@astrojs/tailwind " : " ^5 .1.0 " ,
18- "astro" : " ^4.4.15" ,
19- "tailwindcss" : " ^3. 4.1" ,
20- "typescript" : " ^5.4.2"
21- },
22- "devDependencies" : {
23- "@catppuccin/tailwindcss" : " ^0.1.6 " ,
24- "@flydotio/dockerfile" : " latest" ,
25- "@tailwindcss/typography" : " ^0.5.10" ,
26- "prettier" : " ^3.2.5" ,
27- "prettier-plugin-astro" : " ^0.13.0" ,
28- "rehype-katex" : " ^7.0.1" ,
29- "remark-math" : " ^6.0.0"
30- }
31- }
2+ "name" : " website" ,
3+ "type" : " module" ,
4+ "version" : " 0.0.1" ,
5+ "scripts" : {
6+ "dev" : " astro dev" ,
7+ "start" : " astro dev" ,
8+ "build" : " astro check && astro build" ,
9+ "preview" : " astro preview" ,
10+ "astro" : " astro"
11+ },
12+ "dependencies" : {
13+ "@astrojs/check" : " ^0.5.6" ,
14+ "@astrojs/mdx" : " ^2.1.1" ,
15+ "@astrojs/rss" : " ^4.0.5" ,
16+ "@astrojs/sitemap" : " ^3.1.1" ,
17+ "@tailwindcss/vite " : " ^4 .1.11 " ,
18+ "astro" : " ^4.4.15" ,
19+ "tailwindcss" : " ^4.1.11 " ,
20+ "typescript" : " ^5.4.2"
21+ },
22+ "devDependencies" : {
23+ "@catppuccin/tailwindcss" : " 1.0.0 " ,
24+ "@flydotio/dockerfile" : " latest" ,
25+ "@tailwindcss/typography" : " ^0.5.10" ,
26+ "prettier" : " ^3.2.5" ,
27+ "prettier-plugin-astro" : " ^0.13.0" ,
28+ "rehype-katex" : " ^7.0.1" ,
29+ "remark-math" : " ^6.0.0"
30+ }
31+ }
0 commit comments