forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths"
},
"dependencies": {
"@aws-amplify/analytics": "^3.3.6",
"antd": "^4.7.0",
"aws-amplify": "^3.3.3",
"gatsby": "^2.24.77",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-catch-links": "^2.3.15",
"gatsby-plugin-sitemap": "^2.4.16",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-theme-apollo-docs": "^4.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"resolutions": {
"graphql": "^14.7.0",
"bl": "^4.0.3",
"semver": "^7.3.2",
"node-fetch": "^2.6.1",
"axios": "^0.21.1"
},
"keywords": [],
"license": "MIT-0",
"repository": "https://github.com/awslabs/aws-lambda-powertools-python",
"name": "aws-lambda-powertools-python",
"description": "Powertools is a suite of utilities for AWS Lambda functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.",
"devDependencies": {}
}