File tree Expand file tree Collapse file tree 3 files changed +30
-354
lines changed
Expand file tree Collapse file tree 3 files changed +30
-354
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { defineConfig } from 'astro/config';
22import starlight from '@astrojs/starlight' ;
33
44import starlightTypeDoc , { typeDocSidebarGroup } from 'starlight-typedoc' ;
5- import tailwind from "@astrojs/tailwind" ;
65
76// https://astro.build/config
87export default defineConfig ( {
@@ -79,7 +78,6 @@ export default defineConfig({
7978 // },
8079 typeDocSidebarGroup
8180 ]
82- } ) ,
83- tailwind ( )
81+ } )
8482 ]
85- } ) ;
83+ } ) ;
Original file line number Diff line number Diff line change 1111 "astro" : " astro"
1212 },
1313 "dependencies" : {
14- "@astrojs/check" : " ^0.9.4" ,
1514 "@astrojs/starlight" : " ^0.31.1" ,
16- "@astrojs/tailwind" : " ^6.0.2" ,
1715 "astro" : " ^5.16.6" ,
18- "sharp" : " ^0.34.3" ,
1916 "shepherd.js" : " workspace:*" ,
20- "starlight-typedoc" : " ^0.18.0" ,
21- "tailwindcss" : " ^3.4.17" ,
17+ "starlight-typedoc" : " ^0.18.0"
18+ },
19+ "devDependencies" : {
20+ "@astrojs/check" : " ^0.9.4" ,
21+ "@flydotio/dockerfile" : " ^0.7.4" ,
22+ "sharp" : " ^0.34.3" ,
2223 "typedoc" : " ^0.26.7" ,
2324 "typedoc-plugin-markdown" : " 4.2.9" ,
2425 "typescript" : " ^5.7.3"
25- },
26- "devDependencies" : {
27- "@flydotio/dockerfile" : " ^0.7.4"
2826 }
2927}
You can’t perform that action at this time.
0 commit comments