File tree 6 files changed +4596
-19
lines changed
6 files changed +4596
-19
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules /
3
- pnpm-lock.yaml
Original file line number Diff line number Diff line change @@ -19,5 +19,3 @@ pnpm-debug.log*
19
19
20
20
# macOS-specific files
21
21
.DS_Store
22
-
23
- pnpm-lock.yaml
Original file line number Diff line number Diff line change 8
8
"format" : " prettier -w ."
9
9
},
10
10
"dependencies" : {
11
- "@astrojs/starlight" : " 0.32.2" ,
12
- "@fontsource-variable/jetbrains-mono" : " 5.2.0" ,
13
- "@fontsource-variable/jost" : " 5.2.0" ,
14
- "@tailwindcss/vite" : " 4.0.9" ,
15
- "astro" : " 5.4.1" ,
16
- "dedent" : " 1.5.3" ,
17
- "sharp" : " 0.33.5" ,
18
- "tailwindcss" : " 4.0.9" ,
11
+ "@astrojs/starlight" : " ^ 0.32.2" ,
12
+ "@fontsource-variable/jetbrains-mono" : " ^ 5.2.0" ,
13
+ "@fontsource-variable/jost" : " ^ 5.2.0" ,
14
+ "@tailwindcss/vite" : " ^ 4.0.9" ,
15
+ "astro" : " ^ 5.4.1" ,
16
+ "dedent" : " ^ 1.5.3" ,
17
+ "sharp" : " ^ 0.33.5" ,
18
+ "tailwindcss" : " ^ 4.0.9" ,
19
19
"tailwindcss-addons" : " workspace:*"
20
20
},
21
21
"devDependencies" : {
22
- "@ianvs/prettier-plugin-sort-imports" : " 4.4.1" ,
23
- "prettier" : " 3.4.2" ,
24
- "prettier-plugin-astro" : " 0.14.1" ,
25
- "prettier-plugin-tailwindcss" : " 0.6.11"
22
+ "@ianvs/prettier-plugin-sort-imports" : " ^ 4.4.1" ,
23
+ "prettier" : " ^ 3.4.2" ,
24
+ "prettier-plugin-astro" : " ^ 0.14.1" ,
25
+ "prettier-plugin-tailwindcss" : " ^ 0.6.11"
26
26
},
27
27
"type" : " module"
28
28
}
Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules /
3
- pnpm-lock.yaml
Original file line number Diff line number Diff line change 12
12
"tailwindcss" : " 4"
13
13
},
14
14
"devDependencies" : {
15
- "prettier" : " 3.4.2" ,
16
- "prettier-plugin-tailwindcss" : " 0.6.11" ,
17
- "tailwindcss" : " 4.0.9"
15
+ "prettier" : " ^ 3.4.2" ,
16
+ "prettier-plugin-tailwindcss" : " ^ 0.6.11" ,
17
+ "tailwindcss" : " ^ 4.0.9"
18
18
},
19
19
"files" : [
20
20
" /src/"
You can’t perform that action at this time.
0 commit comments