-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "cdk-document-management-system",
"private": true,
"packageManager": "yarn@3.3.0",
"workspaces": [
"infrastructure",
"webapp",
"services/*"
],
"scripts": {
"lint": "npx eslint . --fix --ext .js,.ts,.jsx",
"test": "",
"load:sampleData": "aws dynamodb batch-write-item --request-items file://sampleData.json"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.15.16",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unicorn": "^45.0.1",
"husky": "^8.0.2",
"jest-html-reporter": "^3.7.0",
"jest-junit": "^15.0.0",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"prettier-eslint": "^15.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"jest": "^29.2.2"
}
}