-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@netlify/plugin-nextjs",
"version": "4.9.1",
"description": "Run Next.js seamlessly on Netlify",
"main": "lib/index.js",
"files": [
"lib/**/*",
"src/templates/edge/*",
"manifest.yml"
],
"dependencies": {
"@netlify/functions": "^1.0.0",
"@netlify/ipx": "^1.1.2",
"@vercel/node-bridge": "^2.1.0",
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"moize": "^6.1.0",
"node-fetch": "^2.6.6",
"node-stream-zip": "^1.15.0",
"outdent": "^0.8.0",
"p-limit": "^3.1.0",
"pathe": "^0.2.0",
"pretty-bytes": "^5.6.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@delucis/if-env": "^1.1.2",
"@netlify/build": "^27.1.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"next": "^12.1.7-canary.33",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.3"
},
"scripts": {
"prepublishOnly": "run-s clean build",
"publish:pull": "git pull",
"publish:install": "npm ci",
"publish:test": "cd .. && npm ci && npm test",
"clean": "rimraf lib",
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build"
},
"peerDependencies": {
"next": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
},
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
"engines": {
"node": ">=12.0.0"
}
}