fast-web/package.json

21 lines
393 B
JSON

{
"name": "fast-web",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.tsx",
"dev": "bun run --hot src/index.tsx"
},
"devDependencies": {
"@types/bun": "latest",
"csstype": "^3.1.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"lightningcss": "^1.29.1",
"serve-static-bun": "^0.5.3"
}
}