mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
22 lines
390 B
JSON
22 lines
390 B
JSON
{
|
|
"name": "@bun-examples/next",
|
|
"version": "0.0.58",
|
|
"dependencies": {
|
|
"next": "^12.2.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-is": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18",
|
|
"bun-framework-next": "^12.2",
|
|
"typescript": "latest"
|
|
},
|
|
"bun-create": {
|
|
"postinstall": [
|
|
"bun bun --use next"
|
|
]
|
|
},
|
|
"module": "index.js"
|
|
}
|