-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
66 lines (66 loc) · 1.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "deepracer-event-manager",
"version": "0.1.0",
"bin": {
"drem": "bin/drem.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"postinstall": "(cd website-leaderboard && npm install); (cd website-stream-overlays && npm install); (cd website && npm install)"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "20.5.6",
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"aws-cdk": "2.122.0",
"eslint": "^8.48.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.122.0-alpha.0",
"aws-cdk-lib": "2.122.0",
"awscdk-appsync-utils": "^0.0.190",
"cdk-nag": "2.27.111",
"cdk-serverless-clamscan": "^2.5.64",
"constructs": "^10.2.69",
"source-map-support": "^0.5.21"
}
}