@nadeshikon/plugin-nextjs
Version:
Run Next.js seamlessly on Netlify
33 lines (32 loc) • 803 B
JSON
{
"name": "next-export-demo",
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.0.7"
},
"devDependencies": {
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/next-runtime.git"
},
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme"
}