fix(site): resolve build parse errors, add semantics, remove bloat

This commit is contained in:
2026-02-11 20:03:11 -05:00
parent 591373ae7e
commit b5d3866f64
254 changed files with 162068 additions and 1 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "webdev",
"version": "1.0.0",
"description": "Welcome to the Web Development Site repository. This project is a simple website designed to showcase basic web development skills.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://git.dustin.coffee/hobokenchicken/webdev-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"vite": "^7.3.1"
}
}