fast-web/package.json

25 lines
546 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"
},
"peerDependencies": {
"typescript": "^5.7.2"
},
"dependencies": {
"lightningcss": "^1.29.1",
"pokedex-promise-v2": "^4.2.1",
"serve-static-bun": "^0.5.3",
"tree-sitter-cli": "^0.25.2",
"tree-sitter-typescript": "^0.23.2",
"web-tree-sitter": "^0.25.2"
}
}