-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 851 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
{
"name": "udacity-backend-todo",
"version": "1.0.0",
"description": "Serverless backend Todo Udacity project",
"dependencies": {
"@types/axios": "^0.14.0",
"aws-xray-sdk": "^2.5.0",
"axios": "^0.19.2",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.10",
"uuid": "^7.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/jsonwebtoken": "^8.3.8",
"@types/node": "^10.12.18",
"aws-sdk": "^2.646.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"serverless-iam-roles-per-function": "^2.0.2",
"serverless-plugin-tracing": "^2.0.0",
"serverless-webpack": "^5.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
},
"author": "Claudio Acioli",
"license": "MIT"
}