ipv4.army/package.json
wont-stream 5e03f3ef36
Some checks failed
Code quality checks / biome (push) Failing after 10s
formatting
2025-04-10 19:22:07 -04:00

24 lines
No EOL
572 B
JSON

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