helix/composer.json
Abhijit Bhatnagar e80316be89 updated react app and API backend
1. Added API backend for settings
2. Added React components for the settings page
3. Added JS lint using @wordpress/scripts
4. Lint fixes for PHP
2025-08-11 01:38:33 +05:30

21 lines
493 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "helix/helix",
"description": "Helix Modern WP Admin",
"type": "project",
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"squizlabs/php_codesniffer": "^3.10",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"scripts": {
"lint": "vendor/bin/phpcs -q --report=full",
"fix": "vendor/bin/phpcbf"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}