mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "10.2.0",
|
|
"peechy": "^0.4.5",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"sucrase": "^3.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.8",
|
|
"typescript": "^4.3.2",
|
|
"webpack": "^5.38.1",
|
|
"webpack-cli": "^4.7.0"
|
|
}
|
|
}
|