forked from adamclark-dev/cr-mid-code-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 KB
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
{
"name": "cr-mid-code-test",
"version": "1.0.0",
"description": "Comic Relief coding test",
"repository": "https://github.com/comicrelief/cr-mid-code-test",
"author": "Adam Clark",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.1",
"@babel/node": "7.27.1",
"@babel/plugin-transform-runtime": "7.27.1",
"@babel/preset-env": "7.27.2",
"@babel/register": "7.27.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"babel-loader": "^8.3.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "6.26.0",
"chai": "^4.0.2",
"dotenv": "8.0.0",
"eslint": "6.0.1",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-unicorn": "^10.0.0",
"json-loader": "^0.5.7",
"mocha": "6.1.4",
"path": "^0.12.7",
"serverless": "^3.40.0",
"serverless-mocha-plugin": "^1.12.0",
"serverless-offline": "^14.4.0",
"serverless-webpack": "^5.13.0",
"uglifyjs-webpack-plugin": "2.1.3",
"webpack": "^5.89.0",
"webpack-node-externals": "^3.0.0"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@comicrelief/lambda-wrapper": "^1.10.2",
"aws-sdk": "^2.1492.0",
"axios": "^1.9.0"
}
}