29 lines
No EOL
585 B
JSON
29 lines
No EOL
585 B
JSON
{
|
|
"name": "bunhtml",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun run build.ts",
|
|
"start": "bun run ."
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"lucide-preact": "^0.473.0",
|
|
"lucide-static": "^0.473.0",
|
|
"modern-normalize": "^3.0.1",
|
|
"preact": "^10.25.4",
|
|
"react": "npm:@preact/compat",
|
|
"react-countdown": "^2.3.6",
|
|
"react-dom": "npm:@preact/compat",
|
|
"react-icons": "^5.4.0"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome"
|
|
]
|
|
} |