mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.2.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-is": "^17.0.2",
|
|
"shiki": "0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18",
|
|
"@types/node": "latest",
|
|
"bun-framework-next": "^12",
|
|
"typescript": "latest"
|
|
}
|
|
} |