forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 939 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
{
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths"
},
"dependencies": {
"@aws-amplify/analytics": "^3.2.0",
"antd": "^4.2.4",
"aws-amplify": "^3.0.17",
"gatsby": "^2.22.9",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-remark-autolink-headers": "^2.3.3",
"gatsby-theme-apollo-docs": "^4.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.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": {}
}