@nadeshikon/plugin-nextjs
Version:
Run Next.js seamlessly on Netlify
34 lines (33 loc) • 802 B
JSON
{
"name": "custom-routes",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/react": "^18.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
},
"dependencies": {
"next": "^13.0.7"
},
"scripts": {
"build": "next build",
"test": "jest"
},
"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"
}