-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.62 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "contentful-report",
"version": "1.0.0",
"description": "Creates reports based on contentful content.",
"repository": {
"type": "git",
"url": "https://github.com/UoA-eResearch/research-hub-contentful-reporting.git"
},
"main": "contentfulReport.ts",
"scripts": {
"start": "sls offline",
"test-graph": "echo \"Error: no test specified\"",
"deploy-graph": "sls deploy --config graphAPI.yml",
"deploy-report": "sls deploy --config report.yml --stage report",
"generate": "graphql-codegen",
"postinstall": "npm run generate"
},
"author": "Lukas Trombach [email protected]",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.19",
"@aws-sdk/client-s3": "^3.24.0",
"@graphql-codegen/typed-document-node": "^1.18.6",
"@graphql-codegen/typescript-operations": "^1.18.0",
"contentful-management": "^7.45.7",
"cross-fetch": "^3.1.4",
"export-to-csv": "^0.2.1",
"fs": "0.0.1-security",
"google-spreadsheet": "^3.1.15",
"graphql": "^15.5.0",
"serverless": "^2.43.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "^1.22.1",
"@types/aws-lambda": "^8.10.76",
"@types/google-spreadsheet": "^3.1.3",
"@types/node": "^15.0.2",
"@types/serverless": "^1.78.26",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"serverless-add-api-key": "^4.1.1",
"serverless-domain-manager": "^6.0.2",
"serverless-offline": "^7.0.0",
"serverless-plugin-typescript": "^1.1.9",
"typescript": "^4.2.4"
}
}