-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "fast-page",
"version": "0.1.0",
"bin": {
"fast-page": "src/infra/main.ts"
},
"scripts": {
"lint": "eslint .",
"format": "prettier --check .",
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.2",
"@aws-amplify/backend-cli": "^1.0.3",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"aws-cdk": "^2.137.0",
"eslint": "^8.57.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"cdk-dia": "^0.11.0"
},
"dependencies": {
"@aws-amplify/auth": "^5.6.12",
"@aws-sdk/client-cognito-identity": "^3.569.0",
"@aws-sdk/credential-providers": "^3.569.0",
"@aws-solutions-constructs/aws-cloudfront-s3": "^2.55.0",
"aws-amplify": "^5.3.18",
"aws-cdk-lib": "^2.137.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
}