cdk-nextjs-standalone
Version:
Deploy a NextJS app to AWS using CDK and OpenNext.
23 lines (22 loc) • 474 B
JSON
{
"name": "cdk-nextjs-standalone-example-high-security",
"version": "0.1.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@types/node": "20.10.4",
"aws-cdk": "2.114.1",
"cdk-nag": "^2.27.211",
"esbuild": "^0.19.8",
"tsx": "^4.6.2",
"typescript": "~5.3.3"
},
"dependencies": {
"aws-cdk-lib": "2.114.1",
"cdk-nextjs-standalone": "link:../..",
"constructs": "^10.3.0"
}
}