@nadeshikon/plugin-nextjs
Version:
Run Next.js seamlessly on Netlify
39 lines (38 loc) • 913 B
JSON
{
"name": "@netlify/next",
"version": "1.4.3",
"description": "Enhanced Next.js features on Netlify",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
"@types/node": "^17.0.25",
"next": "^13.0.7",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.3"
},
"scripts": {
"prepublishOnly": "run-s clean build",
"clean": "rimraf lib",
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build"
},
"peerDependencies": {
"next": ">=12.2.0"
},
"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",
"engines": {
"node": ">=12.0.0"
}
}