mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"name": "@bun-examples/next",
|
|
"version": "0.0.47",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"next": "12.0.2",
|
|
"react": "alpha",
|
|
"react-dom": "alpha",
|
|
"react-is": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.19",
|
|
"bun-framework-next": "^12",
|
|
"typescript": "^4.4.0"
|
|
},
|
|
"bun-create": {
|
|
"postinstall": [
|
|
"bun bun --use next"
|
|
]
|
|
}
|
|
}
|