File tree Expand file tree Collapse file tree 22 files changed +675
-211
lines changed Expand file tree Collapse file tree 22 files changed +675
-211
lines changed Original file line number Diff line number Diff line change 11
11
"astro" : " astro" ,
12
12
"check" : " astro check" ,
13
13
"lint" : " eslint --cache ." ,
14
- "format" : " nr lint -- fix" ,
15
- "prettier:check" : " prettier --cache --check --plugin-search-dir=. src" ,
16
- "prettier:fix" : " prettier --cache --write --plugin-search-dir=. src"
14
+ "format" : " nr prettier: fix" ,
15
+ "prettier:check" : " prettier --cache --check src" ,
16
+ "prettier:fix" : " prettier --cache --write src"
17
17
},
18
18
"dependencies" : {
19
19
"@astrojs/react" : " ^4.3.0" ,
20
20
"@lucide/astro" : " ^0.513.0" ,
21
21
"@tailwindcss/vite" : " ^4.1.8" ,
22
22
"@types/react" : " ^19.1.6" ,
23
23
"@types/react-dom" : " ^19.1.6" ,
24
- "astro" : " ^5.9.1 " ,
24
+ "astro" : " ^5.12.0 " ,
25
25
"astro-google-fonts-optimizer" : " ^0.2.2" ,
26
26
"astro-seo" : " ^0.8.4" ,
27
27
"react" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments