Merged in feat/netlify-nextjs-beta (pull request #37)

feat: Netlify Next.js Runtime Beta

Approved-by: Arvid Norlin
This commit is contained in:
Michael Zetterberg
2024-02-20 12:29:16 +00:00
committed by Arvid Norlin
3 changed files with 12 additions and 0 deletions

2
netlify.toml Normal file
View File

@@ -0,0 +1,2 @@
[[plugins]]
package = "@netlify/plugin-nextjs"

9
package-lock.json generated
View File

@@ -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",

View File

@@ -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",