-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.84 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
{
"name": "macpro-mdct-qmr",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "cd tests/cypress && npm test && cd -",
"test:ci": "cd tests/cypress && yarn run test:ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Enterprise-CMCS/macpro-mdct-qmr.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Enterprise-CMCS/macpro-mdct-qmr/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/macpro-mdct-qmr#readme",
"devDependencies": {
"@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": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.x",
"eslint-plugin-jsx-a11y": "^6.x",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^2.x",
"prettier": "^2.4.1",
"serverless": "^3.39.0",
"serverless-bundle": "^6.0.0",
"serverless-dotenv-plugin": "^4.0.0",
"serverless-iam-helper": "github:Enterprise-CMCS/serverless-iam-helper",
"serverless-offline": "^13.5.0",
"serverless-offline-ssm": "^6.2.0",
"serverless-plugin-scripts": "^1.0.2",
"serverless-s3-bucket-helper": "Enterprise-CMCS/serverless-s3-bucket-helper#0.1.0",
"serverless-stack-termination-protection": "^1.0.4",
"typescript": "^4.0.5",
"yargs": "^16.1.1"
},
"dependencies": {
"@enterprise-cmcs/serverless-waf-plugin": "^1.4.0",
"xml2js": "0.6.0"
},
"resolutions": {
"json5": "^2.2.3"
}
}