@serverless-stack/nextjs-lambda
Version:
Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge
92 lines (91 loc) • 2.8 kB
JSON
{
"name": "@serverless-stack/nextjs-lambda",
"publishConfig": {
"access": "public"
},
"version": "0.1.9",
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"build-lambda-at-edge": "dist/command.js"
},
"scripts": {
"prepare": "yarn clean && yarn build",
"clean": "yarn rimraf dist",
"build-test-manifests": "ts-node scripts/build-test-manifests.ts",
"copy-sharp-modules": "ts-node scripts/copy-sharp-modules.ts",
"build": "rollup --config && tsc -p tsconfig.build.json && yarn copy-sharp-modules"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/serverless-nextjs/serverless-next.js.git",
"directory": "packages/libs/lambda-at-edge"
},
"keywords": [
"AWS",
"Lambda@Edge",
"Next.js"
],
"author": "Daniel Conde Marin <danielconde9@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/serverless-nextjs/serverless-next.js/issues"
},
"homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/aws-lambda": "^8.10.83",
"@types/fresh": "^0.5.0",
"@types/fs-extra": "^9.0.1",
"@types/klaw": "^3.0.1",
"@types/node": "^16.9.1",
"@types/node-fetch": "^2.5.7",
"@types/normalize-path": "^3.0.0",
"@types/react": "17.0.20",
"@types/react-dom": "^17.0.9",
"@types/send": "^0.17.0",
"@types/sharp": "^0.29.1",
"fetch-mock-jest": "^1.5.1",
"klaw": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"sharp": "^0.28.3",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.30.0",
"@aws-sdk/client-sqs": "^3.30.0",
"@hapi/accept": "^5.0.2",
"@serverless-stack/nextjs-core": "^0.1.9",
"@vercel/nft": "^0.13.1",
"execa": "^5.0.1",
"fast-glob": "^3.2.7",
"fresh": "^0.5.2",
"fs-extra": "^9.1.0",
"get-stream": "^6.0.0",
"is-animated": "^2.0.1",
"node-fetch": "^2.6.1",
"normalize-path": "^3.0.0",
"path-to-regexp": "^6.1.0",
"send": "^0.17.1"
},
"peerDependencies": {
"builtin-modules": "^3.2.0"
},
"gitHead": "46daf136243db84500ff767252153a35af6fd4c6"
}