ipv4.army/package.json
2025-04-08 16:22:07 -04:00

22 lines
485 B
JSON

{
"name": "ipv4.army-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"halfmoon": "^2.0.2",
"preact": "^10.26.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@preact/preset-vite": "^2.10.1",
"lightningcss": "^1.29.3",
"typescript": "~5.7.2",
"vite": "^6.2.0"
}
}