forked from vroegop/conf-cdk-restaurant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1001 Bytes
/
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
{
"name": "conf-cdk-restaurant",
"version": "0.1.0",
"bin": {
"conf-cdk-restaurant": "bin/conf-cdk-restaurant.js"
},
"scripts": {
"build": "tsc && webpack",
"serve": "webpack serve",
"test": "tsc && webpack && jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.427.0",
"@aws-sdk/lib-dynamodb": "^3.427.0",
"@types/aws-lambda": "^8.10.124",
"@types/jest": "^29.5.4",
"@types/node": "20.5.9",
"aws-cdk": "2.96.2",
"aws-cdk-lib": "2.96.2",
"aws-lambda": "^1.0.7",
"constructs": "^10.0.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.4",
"jest-mock-fetch": "^2.0.5",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-hot-middleware": "^2.25.4"
},
"dependencies": {
"lit": "^2.8.0"
}
}