Init website

This commit is contained in:
wont-stream 2025-04-08 06:40:24 -04:00
parent ec5e3ffbc4
commit e4a18bfba9
10 changed files with 492 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "ipv4.army",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"bootstrap": "^5.3.5",
"halfmoon": "^2.0.2",
"purgecss": "^7.0.2"
}
}