one-click-accessibility/package.json
VasylD 2f647a254d
Release/v4.0.1 (#498)
* [APP-0000] fix tab index

* fix: php error in legacy module [APP-2370] (#495)

* fix: php error in legacy module

* Fix fatal error

* Fix fatal error

---------

Co-authored-by: Rami Yushuvaev <ramiy@elementor.com>

* Fix: Ally action link toggle [APP-2326] (#497)

* [APP-0000] add change log items

* readme.txt and README.MD

* Update readme.txt

Co-authored-by: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com>

---------

Co-authored-by: Nirbhay Singh <121793120+nirbhayel@users.noreply.github.com>
Co-authored-by: Rami Yushuvaev <ramiy@elementor.com>
Co-authored-by: Raz Ohad <ohad@elementor.com>
Co-authored-by: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com>
2026-01-20 19:28:56 +07:00

82 lines
3.1 KiB
JSON

{
"name": "pojo-accessibility",
"slug": "pojo-accessibility",
"homepage": "http://pojo.me/",
"description": "",
"version": "4.0.1",
"scripts": {
"build": "NODE_ENV=production wp-scripts build",
"start": "NODE_ENV=development wp-scripts start",
"format": "wp-scripts format",
"lint": "npm run lint:css && npm run lint:js && npm run lint:php",
"lint:css": "wp-scripts lint-style",
"lint:css:fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"lint:php": "composer run lint",
"lint:php:fix": "composer run lint:fix",
"prepare": "husky install",
"local:start": "wp-env start",
"local:stop": "wp-env stop",
"local:quick-run": "npx @wp-now/wp-now start",
"local:composer:dev": "wp-env run cli --env-cwd=wp-content/plugins/one-click-accessibility composer install",
"local:composer:build": "wp-env run cli --env-cwd=wp-content/plugins/one-click-accessibility composer install --no-dev",
"local:wp-cli": "wp-env run cli --env-cwd=wp-content/plugins/one-click-accessibility wp",
"local:phpunit": "wp-env run tests-cli --env-cwd=wp-content/plugins/one-click-accessibility ./vendor/bin/phpunit",
"local:phpunit:cov": "wp-env start --xdebug=coverage && wp-env run tests-cli --env-cwd=wp-content/plugins/one-click-accessibility ./vendor/bin/phpunit --coverage-html /var/www/html/wp-content/plugins/one-click-accessibility/coverage"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@wordpress/dom-ready": "^4.10.0",
"@wordpress/env": "^10.10.0",
"@wordpress/eslint-plugin": "^21.3.0",
"@wordpress/scripts": "^30.3.0",
"@wordpress/stylelint-config": "^23.22.0",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"husky": "^9.1.6",
"prettier": "^3.4.1"
},
"dependencies": {
"@elementor/design-tokens": "^1.1.4",
"@elementor/elementor-one-assets": "^0.4.21",
"@elementor/icons": "^1.65.0",
"@elementor/ui": "^1.37.3",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@mui/x-charts": "^7.27.0",
"@wordpress/a11y": "^4.25.0",
"@wordpress/api-fetch": "^7.10.0",
"@wordpress/block-editor": "^14.17.0",
"@wordpress/blocks": "^14.11.0",
"@wordpress/components": "^29.8.0",
"@wordpress/core-data": "^7.10.0",
"@wordpress/data": "^10.10.0",
"@wordpress/date": "^5.18.0",
"@wordpress/element": "^6.10.0",
"@wordpress/i18n": "^5.10.0",
"@wordpress/media-utils": "^5.22.0",
"@wordpress/url": "^4.10.0",
"clipboard-copy": "^4.0.1",
"focus-trap-react": "^11.0.4",
"get-xpath": "^3.3.0",
"html-react-parser": "^5.2.2",
"husky": "^9.1.6",
"mixpanel-browser": "^2.58.0",
"postcss": "^8.5.6",
"prop-types": "^15.8.1",
"react-colorful": "^5.6.1",
"react-content-loader": "^7.0.2",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"use-debounce": "^10.0.4",
"zod": "^4.1.5"
}
}