This repository was archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.6 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "contentapi-base",
"version": "0.1.0",
"private": true,
"dependencies": {
"@webiny/aws-layers": "^4.12.1",
"@webiny/cli": "^4.12.1",
"@webiny/cli-plugin-deploy-components": "^4.12.1",
"@webiny/cli-plugin-scaffold": "^4.12.1",
"@webiny/cli-plugin-scaffold-admin-app-module": "^4.12.1",
"@webiny/cli-plugin-scaffold-graphql-service": "^4.12.1",
"@webiny/cli-plugin-scaffold-lambda": "^4.12.1",
"@webiny/cli-plugin-scaffold-node-package": "^4.12.1",
"@webiny/cli-plugin-scaffold-react-app": "^4.12.1",
"@webiny/cli-plugin-scaffold-react-package": "^4.12.1",
"@webiny/cwp-template-full": "^4.12.1",
"@webiny/project-utils": "^4.12.1",
"@webiny/serverless-api-gateway": "^4.12.1",
"@webiny/serverless-aws-api-gateway": "^4.12.1",
"@webiny/serverless-aws-cloudfront": "^4.12.1",
"@webiny/serverless-aws-cognito-user-pool": "^4.12.1",
"@webiny/serverless-aws-lambda": "^4.12.1",
"@webiny/serverless-aws-s3-object": "^4.12.1",
"@webiny/serverless-component": "^4.12.1",
"@webiny/serverless-files": "^4.12.1",
"@webiny/serverless-function": "^4.12.1",
"boxen": "^5.0.0",
"commander": "^6.2.1",
"googleapis": "^67.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "^12.12.22",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.1.0",
"lerna": "^3.21.0",
"merge": "^1.2.1",
"ts-jest": "^26.1.1",
"typescript": "3.7.4"
},
"workspaces": {
"packages": [
"apps/*",
"api/apolloGateway",
"api/databaseProxy",
"api/files/*",
"api/formBuilder",
"api/cms/*",
"api/i18n/*",
"api/pageBuilder",
"api/security/*",
"api/settingsManager",
"api/tinynews-models"
]
},
"scripts": {
"postinstall": "node ./scripts/linkPackages.js",
"test": "jest --config jest.config.js",
"sync-deploy": "node scripts/sync-deploy.js"
}
}