chore: initial environment setup

This commit is contained in:
2026-02-24 11:38:36 -06:00
commit b340b1790f
18 changed files with 1214 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "juggernautplays-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "bun .husky/install.mts"
},
"dependencies": {
"astro": "^5.17.1"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7"
}
}