fast-web/package.json

22 lines
444 B
JSON

{
"name": "fast-web",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.tsx",
"dev": "bun run --watch --hot src/index.tsx"
},
"devDependencies": {
"@types/bun": "latest",
"csstype": "^3.1.3",
"typescript": "^5.8.3"
},
"dependencies": {
"chokidar": "^4.0.3",
"lightningcss": "^1.30.1",
"lucide": "^0.525.0",
"serve-static-bun": "^0.5.3"
},
"private": true
}