This commit is contained in:
MangoPig
2025-12-08 23:32:49 +00:00
parent 3f9fb28c6b
commit f9a669ae69
39 changed files with 12400 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "web-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.16.4",
"astro-expressive-code": "^0.41.3",
"solid-js": "^1.9.10"
},
"devDependencies": {
"sass": "^1.94.2"
}
}