-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 975 Bytes
/
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
{
"name": "corona-api-lambda",
"version": "0.2.0",
"description": "CoronaAPI",
"scripts": {
"dev": "MODE=development NODE_ENV=development serverless offline start"
},
"keywords": [
"AWS",
"Lambda",
"Serverless"
],
"author": "Nico Domino <yo@ndo.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ndom91/coronaAWS.git"
},
"dependencies": {
"apollo-server-lambda": "^2.14.2",
"aws-sdk": "^2.656.0",
"dayjs": "^1.8.23",
"graphql": "^15.0.0",
"isomorphic-unfetch": "^3.0.0",
"redis": "^3.0.2",
"redis-jsonify": "^1.2.0",
"uuidv4": "^6.0.7",
"webpack": "^4.42.1",
"webpack-node-externals": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"imports-loader": "^0.7.1",
"serverless-offline": "^6.1.4",
"serverless-webpack": "^5.3.1",
"standard": "^14.3.3"
}
}