Some checks failed
CI & Lighthouse / test (push) Has been cancelled
Update README with detailed project overview, features, installation, and usage. Add AGENTS.md developer guide, CONTRIBUTING.md guidelines, MIT LICENSE file, and fix CI workflow configuration.
24 lines
794 B
JSON
24 lines
794 B
JSON
{
|
|
"name": "webdev",
|
|
"version": "1.0.0",
|
|
"description": "Modern coffee-themed web development portfolio built with vanilla JavaScript, CSS, and HTML. Uses Vite, Bootstrap 5, and features dark/light mode, particle animations, and cross-browser compatibility.",
|
|
"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": ["portfolio", "web development", "coffee theme", "bootstrap", "vite", "vanilla javascript", "dark mode"],
|
|
"author": "Dustin Newkirk",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|