-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.02 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
{
"name": "mdct-hcbs",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"db:seed": "cd services/app-api && yarn run db:seed",
"test": "cd tests/cypress && npm test && cd -",
"test:ci": "cd tests/cypress && yarn run test:ci",
"test:e2e": "playwright test",
"test:e2e-ui": "playwright test --ui"
},
"repository": {
"type": "git",
"url": "https://github.com/Enterprise-CMCS/macpro-mdct-hcbs.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Enterprise-CMCS/macpro-mdct-hcbs/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/macpro-mdct-hcbs#readme",
"dependencies": {
"@enterprise-cmcs/serverless-waf-plugin": "^1.4.0"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@serverless/compose": "^1.3.0",
"@stratiformdigital/serverless-stage-destroyer": "^2.0.0",
"@types/dotenv": "^8.2.0",
"@types/flat": "^5.0.2",
"@types/node": "^20.12.7",
"@types/yargs": "^15.0.10",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"dotenv": "^8.2.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.x",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.x",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.4.1",
"serverless": "^3.39.0",
"serverless-bundle": "^6.0.0",
"serverless-dotenv-plugin": "^3.0.0",
"serverless-dynamodb": "^0.2.54",
"serverless-iam-helper": "github:Enterprise-CMCS/serverless-iam-helper",
"serverless-offline": "^13.5.0",
"serverless-plugin-scripts": "^1.0.2",
"serverless-s3-bucket-helper": "github:Enterprise-CMCS/serverless-s3-bucket-helper#master",
"serverless-stack-termination-protection": "^2.0.2",
"typescript": "^4.6.3",
"util": "^0.12.4",
"yargs": "^16.1.1"
}
}