forked from Enterprise-CMCS/macpro-mdct-mcr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.38 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "mdct-mcr",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "cd tests && npm test && cd -",
"test:ci": "cd tests && yarn run test:ci",
"test:e2e": "cd tests && yarn run test:e2e",
"test:e2e-ui": "cd tests && yarn run test:e2e-ui",
"track-flags": "./scripts/track-flags.sh",
"track-todos": "./scripts/track-todos.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Enterprise-CMCS/macpro-mdct-mcr.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Enterprise-CMCS/macpro-mdct-mcr/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/macpro-mdct-mcr#readme",
"dependencies": {
"@enterprise-cmcs/serverless-waf-plugin": "^1.4.0",
"axios": "^1.7.9",
"fast-xml-parser": "4.5.1",
"loader-utils": "2.0.4",
"tar": "^6.2.1",
"webpack": "^5.97.1"
},
"devDependencies": {
"@serverless/compose": "^1.3.0",
"@stratiformdigital/serverless-stage-destroyer": "^2.1.1",
"@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",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.4.1",
"serverless": "^3.39.0",
"serverless-bundle": "^6.0.0",
"serverless-cloudfront-invalidate": "^1.11.0",
"serverless-dotenv-plugin": "^3.0.0",
"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-s3-sync": "^3.2.0",
"serverless-stack-termination-protection": "^2.0.2",
"typescript": "^4.6.3",
"util": "^0.12.4",
"yargs": "^16.1.1"
},
"resolutions": {
"nwsapi": "^2.2.5",
"xml2js": "0.5.0",
"json5": "2.2.3",
"proxy-agent": "^6.3.0"
}
}