mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-21 07:09:20 +08:00
* [APP-1108][APP-1109][APP-1110] Add analytics backend logic * [APP-1108][APP-1109][APP-1110] Add analytics backend logic * Add nonce to the widget settings * Update routes and DB table * Fix comments * Fix comments * Fix comments * Fix comments * Fix comments * Fix comments * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1107] Add dashboard for analytics * [APP-1201] add accessibility rules * [APP-1107] fixed API endpoint * [APP-1107] fixed API endpoint * [APP-1107] fixed API endpoint * [APP-1107] add check for is_active * update to the latest * update to the latest * update to the latest * fix bugs, add changes * fix bugs, add changes * fix bugs, add changes * fix bugs, add changes
61 lines
2.3 KiB
JSON
61 lines
2.3 KiB
JSON
{
|
|
"name": "pojo-accessibility",
|
|
"slug": "pojo-accessibility",
|
|
"homepage": "http://pojo.me/",
|
|
"description": "",
|
|
"version": "3.0.3",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start",
|
|
"format": "wp-scripts format",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"lint:js:fix": "wp-scripts lint-js --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",
|
|
"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/icons": "^1.20.0",
|
|
"@elementor/ui": "^1.21.2",
|
|
"@mui/x-charts": "^7.27.0",
|
|
"@wordpress/api-fetch": "^7.10.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/url": "^4.10.0",
|
|
"clipboard-copy": "^4.0.1",
|
|
"html-react-parser": "^5.2.2",
|
|
"husky": "^9.1.6",
|
|
"mixpanel-browser": "^2.58.0",
|
|
"prop-types": "^15.8.1",
|
|
"react-colorful": "^5.6.1",
|
|
"react-content-loader": "^7.0.2",
|
|
"use-debounce": "^10.0.4"
|
|
}
|
|
}
|