forked from WebDevStudios/wds-headless-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
77 lines (77 loc) · 2.33 KB
/
composer.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
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
{
"name": "webdevstudios/nextjs",
"description": "A WordPress backend to power a Next.js frontend.",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WebDevStudios",
"email": "contact@webdevstudios.com"
}
],
"repositories": {
"wppackagist": {
"type": "composer",
"url": "https://wpackagist.org/"
},
"wds-satis": {
"type": "composer",
"url": "https://packages.wdslab.com/"
},
"wp-graphql-tax-query": {
"type": "git",
"url": "https://github.com/wp-graphql/wp-graphql-tax-query/"
}
},
"extra": {
"installer-paths": {
"plugins/{$name}/": [
"type:wordpress-plugin"
],
"mu-plugins/{$name}/": [
"type:wordpress-muplugin"
],
"themes/{$name}/": [
"type:wordpress-theme"
]
}
},
"config": {
"platform": {
"php": "7.4"
}
},
"require": {
"deliciousbrains-plugin/wp-migrate-db-pro": "^2.0",
"deliciousbrains-plugin/wp-migrate-db-pro-cli": "^1.4",
"deliciousbrains-plugin/wp-migrate-db-pro-media-files": "^2.0",
"dre1080/wp-graphql-upload": "^0.1",
"harness-software/wp-graphql-gravity-forms": "^0.4",
"pristas-peter/wp-graphql-gutenberg": "^0.3",
"webdevstudios/advanced-custom-fields-pro": "^5.9",
"webdevstudios/gravityforms": "^2.5",
"webdevstudios/mu-autoload": "^1.0",
"webdevstudios/sso-addon": "^1.0",
"webdevstudios/wordpress-seo-premium": "^15.9",
"wp-graphql/wp-graphql-acf": "^0.4",
"wp-graphql/wp-graphql-jwt-authentication": "^0.4",
"wp-graphql/wp-graphql-tax-query": "^0.1.0",
"wpackagist-plugin/add-wpgraphql-seo": "^4.14",
"wpackagist-plugin/block-manager": "^1.2",
"wpackagist-plugin/custom-post-type-ui": "^1.9",
"wpackagist-plugin/gutenberg": "^11.0",
"wpackagist-plugin/lazy-blocks": "^2.3",
"wpackagist-plugin/wp-graphql": "^1.5",
"wpackagist-plugin/wp-search-with-algolia": "^2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-cli/wp-cli-bundle": "^2.5",
"wp-coding-standards/wpcs": "^2.3"
},
"scripts": {
"format": "./vendor/bin/phpcbf --standard=.phpcs.xml --report=summary,source",
"lint": "./vendor/bin/phpcs --standard=.phpcs.xml --report=summary,source"
}
}