forked from seth/ipv4.army
Init website
This commit is contained in:
parent
ec5e3ffbc4
commit
e4a18bfba9
10 changed files with 492 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue