File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com
13
13
14
14
## 👍 Features
15
15
16
- * Astro v1 .x
17
- * Node v16 .x
16
+ * Astro v3 .x
17
+ * Node v18 .x
18
18
* Bulma v0.9.x
19
19
* ES6 support
20
20
* Alpine v3.x
Original file line number Diff line number Diff line change 7
7
"author" : {
8
8
"name" :
" cssninjaStudio <[email protected] > (https://cssninja.io)"
9
9
},
10
+ "engines" : {
11
+ "node" : " >=18" ,
12
+ "pnpm" : " >=8"
13
+ },
10
14
"license" : " MIT" ,
11
15
"scripts" : {
12
16
"dev" : " astro dev" ,
39
43
"@fontsource-variable/cabin" : " ^5.0.9" ,
40
44
"@fontsource-variable/open-sans" : " ^5.0.13" ,
41
45
"autoprefixer" : " 10.4.15" ,
42
- "npm-run-all" : " 4.1.5" ,
43
- "unplugin-fonts" : " ^1.0.3"
46
+ "npm-run-all" : " 4.1.5"
44
47
}
45
48
}
You can’t perform that action at this time.
0 commit comments