-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
44
45
46
{
"name": "aws",
"version": "0.1.0",
"bin": {
"aws": "bin/aws.js"
},
"scripts": {
"build:dev": "webpack --config ./webpack.dev.js",
"build:prod": "webpack --config ./webpack.prod.js"
},
"devDependencies": {
"@aws-cdk/assert": "1.122.0",
"@aws-cdk/aws-apigateway": "^1.136.0",
"@aws-cdk/aws-dynamodb": "^1.136.0",
"@aws-cdk/aws-events": "^1.136.0",
"@aws-cdk/aws-events-targets": "^1.136.0",
"@aws-cdk/aws-lambda": "^1.136.0",
"@aws-cdk/aws-lambda-event-sources": "^1.136.0",
"@aws-cdk/core": "^1.136.0",
"@swc/cli": "^0.1.52",
"@swc/core": "^1.2.118",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"aws-cdk": "^2.0.0",
"clean-webpack-plugin": "^4.0.0",
"dotenv": "^10.0.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"jest": "^26.4.2",
"prettier": "^2.5.1",
"swc-loader": "^0.1.15",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7",
"webpack": "^5.64.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {}
}