feat: layout
This commit is contained in:
10
package.json
10
package.json
@@ -6,9 +6,13 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"deploy": "./scripts/deploy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.15.8"
|
||||
"@astrojs/solid-js": "^5.1.3",
|
||||
"astro": "^5.15.8",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"solid-js": "^1.9.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user