aboutsummaryrefslogtreecommitdiff
path: root/examples/next/package.json
blob: 6988c5283ef6d2a6760ce997791b0e158780009e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@bun-examples/next",
  "version": "0.0.48",
  "main": "index.js",
  "dependencies": {
    "next": "12.0.2",
    "react": "beta",
    "react-dom": "beta",
    "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"
    ]
  }
}