@webiny/project-aws-template 0.0.0-unstable.6da6f521e4 → 0.0.0-unstable.7be00a75a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +38 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/project-aws-template",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.7be00a75a9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,47 +9,46 @@
|
|
|
9
9
|
"description": "A Webiny AWS project template.",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@webiny/ai-powerups": "0.0.0-unstable.
|
|
13
|
-
"@webiny/api-aco": "0.0.0-unstable.
|
|
14
|
-
"@webiny/api-audit-logs": "0.0.0-unstable.
|
|
15
|
-
"@webiny/api-background-tasks-ddb": "0.0.0-unstable.
|
|
16
|
-
"@webiny/api-background-tasks-os": "0.0.0-unstable.
|
|
17
|
-
"@webiny/api-core-ddb": "0.0.0-unstable.
|
|
18
|
-
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.
|
|
19
|
-
"@webiny/api-file-manager": "0.0.0-unstable.
|
|
20
|
-
"@webiny/api-file-manager-aco": "0.0.0-unstable.
|
|
21
|
-
"@webiny/api-file-manager-s3": "0.0.0-unstable.
|
|
22
|
-
"@webiny/api-headless-cms-aco": "0.0.0-unstable.
|
|
23
|
-
"@webiny/api-headless-cms-ddb": "0.0.0-unstable.
|
|
24
|
-
"@webiny/api-headless-cms-ddb-es": "0.0.0-unstable.
|
|
25
|
-
"@webiny/api-headless-cms-scheduler": "0.0.0-unstable.
|
|
26
|
-
"@webiny/api-headless-cms-tasks": "0.0.0-unstable.
|
|
27
|
-
"@webiny/api-headless-cms-tasks-ddb-es": "0.0.0-unstable.
|
|
28
|
-
"@webiny/api-headless-cms-workflows": "0.0.0-unstable.
|
|
29
|
-
"@webiny/api-mailer": "0.0.0-unstable.
|
|
30
|
-
"@webiny/api-opensearch": "0.0.0-unstable.
|
|
31
|
-
"@webiny/api-record-locking": "0.0.0-unstable.
|
|
32
|
-
"@webiny/api-scheduler": "0.0.0-unstable.
|
|
33
|
-
"@webiny/api-website-builder": "0.0.0-unstable.
|
|
34
|
-
"@webiny/api-website-builder-workflows": "0.0.0-unstable.
|
|
35
|
-
"@webiny/api-websockets": "0.0.0-unstable.
|
|
36
|
-
"@webiny/api-workflows": "0.0.0-unstable.
|
|
37
|
-
"@webiny/app": "0.0.0-unstable.
|
|
38
|
-
"@webiny/app-serverless-cms": "0.0.0-unstable.
|
|
39
|
-
"@webiny/aws-layers": "0.0.0-unstable.
|
|
40
|
-
"@webiny/aws-sdk": "0.0.0-unstable.
|
|
41
|
-
"@webiny/db-dynamodb": "0.0.0-unstable.
|
|
42
|
-
"@webiny/handler-aws": "0.0.0-unstable.
|
|
43
|
-
"@webiny/handler-db": "0.0.0-unstable.
|
|
44
|
-
"@webiny/handler-graphql": "0.0.0-unstable.
|
|
45
|
-
"@webiny/languages": "0.0.0-unstable.
|
|
46
|
-
"@webiny/project-aws": "0.0.0-unstable.
|
|
47
|
-
"@webiny/tenant-manager": "0.0.0-unstable.
|
|
12
|
+
"@webiny/ai-powerups": "0.0.0-unstable.7be00a75a9",
|
|
13
|
+
"@webiny/api-aco": "0.0.0-unstable.7be00a75a9",
|
|
14
|
+
"@webiny/api-audit-logs": "0.0.0-unstable.7be00a75a9",
|
|
15
|
+
"@webiny/api-background-tasks-ddb": "0.0.0-unstable.7be00a75a9",
|
|
16
|
+
"@webiny/api-background-tasks-os": "0.0.0-unstable.7be00a75a9",
|
|
17
|
+
"@webiny/api-core-ddb": "0.0.0-unstable.7be00a75a9",
|
|
18
|
+
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.7be00a75a9",
|
|
19
|
+
"@webiny/api-file-manager": "0.0.0-unstable.7be00a75a9",
|
|
20
|
+
"@webiny/api-file-manager-aco": "0.0.0-unstable.7be00a75a9",
|
|
21
|
+
"@webiny/api-file-manager-s3": "0.0.0-unstable.7be00a75a9",
|
|
22
|
+
"@webiny/api-headless-cms-aco": "0.0.0-unstable.7be00a75a9",
|
|
23
|
+
"@webiny/api-headless-cms-ddb": "0.0.0-unstable.7be00a75a9",
|
|
24
|
+
"@webiny/api-headless-cms-ddb-es": "0.0.0-unstable.7be00a75a9",
|
|
25
|
+
"@webiny/api-headless-cms-scheduler": "0.0.0-unstable.7be00a75a9",
|
|
26
|
+
"@webiny/api-headless-cms-tasks": "0.0.0-unstable.7be00a75a9",
|
|
27
|
+
"@webiny/api-headless-cms-tasks-ddb-es": "0.0.0-unstable.7be00a75a9",
|
|
28
|
+
"@webiny/api-headless-cms-workflows": "0.0.0-unstable.7be00a75a9",
|
|
29
|
+
"@webiny/api-mailer": "0.0.0-unstable.7be00a75a9",
|
|
30
|
+
"@webiny/api-opensearch": "0.0.0-unstable.7be00a75a9",
|
|
31
|
+
"@webiny/api-record-locking": "0.0.0-unstable.7be00a75a9",
|
|
32
|
+
"@webiny/api-scheduler": "0.0.0-unstable.7be00a75a9",
|
|
33
|
+
"@webiny/api-website-builder": "0.0.0-unstable.7be00a75a9",
|
|
34
|
+
"@webiny/api-website-builder-workflows": "0.0.0-unstable.7be00a75a9",
|
|
35
|
+
"@webiny/api-websockets": "0.0.0-unstable.7be00a75a9",
|
|
36
|
+
"@webiny/api-workflows": "0.0.0-unstable.7be00a75a9",
|
|
37
|
+
"@webiny/app": "0.0.0-unstable.7be00a75a9",
|
|
38
|
+
"@webiny/app-serverless-cms": "0.0.0-unstable.7be00a75a9",
|
|
39
|
+
"@webiny/aws-layers": "0.0.0-unstable.7be00a75a9",
|
|
40
|
+
"@webiny/aws-sdk": "0.0.0-unstable.7be00a75a9",
|
|
41
|
+
"@webiny/db-dynamodb": "0.0.0-unstable.7be00a75a9",
|
|
42
|
+
"@webiny/handler-aws": "0.0.0-unstable.7be00a75a9",
|
|
43
|
+
"@webiny/handler-db": "0.0.0-unstable.7be00a75a9",
|
|
44
|
+
"@webiny/handler-graphql": "0.0.0-unstable.7be00a75a9",
|
|
45
|
+
"@webiny/languages": "0.0.0-unstable.7be00a75a9",
|
|
46
|
+
"@webiny/project-aws": "0.0.0-unstable.7be00a75a9",
|
|
47
|
+
"@webiny/tenant-manager": "0.0.0-unstable.7be00a75a9",
|
|
48
48
|
"react": "18.3.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
|
-
"access": "public"
|
|
52
|
-
"directory": "."
|
|
51
|
+
"access": "public"
|
|
53
52
|
},
|
|
54
53
|
"adio": {
|
|
55
54
|
"ignore": {
|