Files
bun.sh/examples/hello-next/package.json
Jarred Sumner 4541606469 latest
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420
2021-08-25 17:56:06 -07:00

20 lines
392 B
JSON

{
"name": "hello-next",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"next": "^11.1.0",
"parcel": "2.0.0-rc.0",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"whatwg-url": "^9.1.0"
},
"devDependencies": {
"@babel/standalone": "^7.15.3",
"@types/react": "^17.0.19",
"typescript": "^4.3.5"
}
}