-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
41 lines (41 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "default-demo",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"build": "next build",
"dev": "next dev",
"serve": "next build && next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/next-runtime.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme",
"dependencies": {
"@netlify/next": "*",
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@vercel/og": "^0.5.0",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"critters": "^0.0.22",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
}
}