Upload and test

This commit is contained in:
MangoPig
2025-12-09 17:25:14 +00:00
parent f9a669ae69
commit dba1acccee
53 changed files with 1756 additions and 107 deletions

View File

@@ -0,0 +1,22 @@
{
"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",
"serve": "^14.2.5",
"solid-js": "^1.9.10"
},
"devDependencies": {
"sass": "^1.94.2"
}
}