feat: Netlify Next.js Runtime Beta
This commit is contained in:
2
netlify.toml
Normal file
2
netlify.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
9
package-lock.json
generated
9
package-lock.json
generated
@@ -9,6 +9,7 @@
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@contentstack/live-preview-utils": "^1.4.0",
|
||||
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
|
||||
"@t3-oss/env-nextjs": "0.9.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"graphql": "16.8.1",
|
||||
@@ -162,6 +163,14 @@
|
||||
"integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@netlify/plugin-nextjs": {
|
||||
"version": "5.0.0-beta.9",
|
||||
"resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.0.0-beta.9.tgz",
|
||||
"integrity": "sha512-B5fLnRQ117TtrwSzy4m2M1XcU+0KadXsp7UMVplsGZaemoaoJsQlCjrsQCj1MOoWZ4Gda/6DsJqygtTDY6coeg==",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@next/env": {
|
||||
"version": "14.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@contentstack/live-preview-utils": "^1.4.0",
|
||||
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
|
||||
"@t3-oss/env-nextjs": "0.9.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"graphql": "16.8.1",
|
||||
@@ -34,4 +35,4 @@
|
||||
"engines": {
|
||||
"node": "18"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user