-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1 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
{
"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": {
"gatsby-theme-apollo-docs/*/*/*/*/bl": "^1.2.3"
},
"keywords": [],
"license": "Apache-2.0",
"repository": "https://github.com/awslabs/aws-lambda-powertools-java",
"name": "aws-lambda-powertools-java",
"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": {}
}