74 lines
2.5 KiB
JSON
74 lines
2.5 KiB
JSON
{
|
|
"name": "kirki-framework/kirki",
|
|
"type": "library",
|
|
"version": "4.0.24",
|
|
"keywords": ["WordPress", "Customizer"],
|
|
"description": "Extending the WordPress customizer",
|
|
"homepage": "https://kirki.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kirki Framework",
|
|
"email": "connect@mapsteps.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "packages",
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"include-path": [".", "core"],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"kirki-framework/util": "*",
|
|
"kirki-framework/l10n": "*",
|
|
"kirki-framework/field": "*",
|
|
"kirki-framework/url-getter": "*",
|
|
"kirki-framework/control-base": "*",
|
|
"kirki-framework/control-checkbox": "*",
|
|
"kirki-framework/control-code": "*",
|
|
"kirki-framework/control-cropped-image": "*",
|
|
"kirki-framework/control-custom": "*",
|
|
"kirki-framework/control-dashicons": "*",
|
|
"kirki-framework/control-date": "*",
|
|
"kirki-framework/control-dimension": "*",
|
|
"kirki-framework/control-editor": "*",
|
|
"kirki-framework/control-generic": "*",
|
|
"kirki-framework/control-image": "*",
|
|
"kirki-framework/control-multicheck": "*",
|
|
"kirki-framework/control-palette": "*",
|
|
"kirki-framework/control-radio": "*",
|
|
"kirki-framework/control-repeater": "*",
|
|
"kirki-framework/control-select": "*",
|
|
"kirki-framework/control-react-select": "*",
|
|
"kirki-framework/control-slider": "*",
|
|
"kirki-framework/control-sortable": "*",
|
|
"kirki-framework/control-upload": "*",
|
|
"kirki-framework/field-dimensions": "*",
|
|
"kirki-framework/field-fontawesome": "*",
|
|
"kirki-framework/field-typography": "*",
|
|
"kirki-framework/module-css": "*",
|
|
"kirki-framework/module-editor-styles": "*",
|
|
"kirki-framework/module-field-dependencies": "*",
|
|
"kirki-framework/module-postmessage": "*",
|
|
"kirki-framework/module-preset": "*",
|
|
"kirki-framework/module-selective-refresh": "*",
|
|
"kirki-framework/module-tooltips": "*",
|
|
"kirki-framework/module-webfonts": "*",
|
|
"kirki-framework/compatibility": "*",
|
|
"kirki-framework/data-option": "*",
|
|
"kirki-framework/module-panels": "*",
|
|
"kirki-framework/module-sections": "*",
|
|
"kirki-framework/module-section-icons": "*",
|
|
"kirki-framework/control-react-colorful": "*",
|
|
"kirki-framework/control-color": "*",
|
|
"kirki-framework/control-color-palette": "*",
|
|
"kirki-framework/field-background": "*",
|
|
"kirki-framework/field-multicolor": "*"
|
|
},
|
|
"require-dev": {
|
|
}
|
|
}
|