-
Notifications
You must be signed in to change notification settings - Fork 673
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.03 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
{
"name": "@webiny/api-headless-cms",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"keywords": [
"cms:base"
],
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git",
"directory": "packages/api-headless-cms"
},
"description": "GraphQL API for Webiny Headless CMS.",
"contributors": [
"Pavel Denisjuk <pavel@webiny.com>",
"Sven Al Hamad <sven@webiny.com>",
"Adrian Smijulj <adrian@webiny.com>"
],
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@graphql-tools/merge": "^9.1.6",
"@graphql-tools/schema": "^10.0.30",
"@webiny/api": "0.0.0",
"@webiny/api-core": "0.0.0",
"@webiny/di": "^0.2.1",
"@webiny/error": "0.0.0",
"@webiny/feature": "0.0.0",
"@webiny/handler": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/handler-db": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/lexical-converter": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/project": "0.0.0",
"@webiny/pubsub": "0.0.0",
"@webiny/utils": "0.0.0",
"@webiny/validation": "0.0.0",
"dot-prop": "^6.0.1",
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"p-map": "^7.0.3",
"p-reduce": "^3.0.0",
"pluralize": "^8.0.0",
"semver": "^7.7.2",
"slugify": "^1.6.6",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@types/pluralize": "^0.0.33",
"@webiny/aws-sdk": "0.0.0",
"@webiny/build-tools": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/handler-db": "0.0.0",
"@webiny/project-utils": "0.0.0",
"@webiny/wcp": "0.0.0",
"apollo-graphql": "^0.9.7",
"graphql": "^16.12.0",
"openai": "^6.6.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "5.9.3",
"vitest": "^3.2.4",
"write-json-file": "^4.3.0"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"gitHead": "b8aec8a1be3f25c3b428b357fe1e352c7cbff9ae"
}