Files
bun.sh/templates/react-ssr/package.json
2023-05-15 15:00:31 -07:00

24 lines
458 B
JSON

{
"name": "@bun-examples/react-ssr",
"version": "0.1.82",
"dependencies": {
"bun-types": "canary",
"react": "next",
"react-dom": "next",
"web-vitals": "^3.0.3"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"typescript": "latest"
},
"scripts": {
"dev": "bun --watch dev.tsx"
},
"bun-create": {
"start": "bun run dev"
},
"module": "index.ts",
"type": "module"
}