File manager - Edit - /home/targetcrm/htdocs/www.targetcrm.cloud/wp-content/plugins/_ithemes-security-pro/package.json
Back
{ "name": "ithemes-security", "description": "Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.", "version": "5.6.0", "author": "iThemes", "browserslist": [ "extends @wordpress/browserslist-config" ], "dependencies": { "@react-hook/debounce": "^3.0.0", "@rjsf/core": "^2.5.1", "@wordpress/a11y": "^2.15.2", "@wordpress/api-fetch": "^3.23.1", "@wordpress/autop": "^2.12.2", "@wordpress/base-styles": "^3.4.2", "@wordpress/components": "^13.0.2", "@wordpress/compose": "^3.25.2", "@wordpress/data": "^4.27.2", "@wordpress/date": "^3.15.1", "@wordpress/dom-ready": "^2.13.2", "@wordpress/element": "^2.20.2", "@wordpress/hooks": "^2.12.2", "@wordpress/html-entities": "^2.11.2", "@wordpress/i18n": "^3.19.2", "@wordpress/is-shallow-equal": "^3.1.2", "@wordpress/keycodes": "^2.19.2", "@wordpress/notices": "^2.13.2", "@wordpress/plugins": "^2.25.2", "@wordpress/redux-routine": "^3.14.2", "@wordpress/rich-text": "^3.25.2", "@wordpress/url": "^2.22.2", "@wordpress/viewport": "^2.26.2", "ajv": "^6.12.6", "classnames": "^2.3.1", "contrast": "^1.0.1", "deep-object-diff": "^1.1.0", "history": "^4.10.1", "interweave": "^12.7.2", "li": "^1.3.0", "lodash": "^4.17.21", "memize": "^1.1.0", "query-string": "^7.0.0", "react": "^16.14.0", "react-error-boundary": "^3.1.3", "react-grid-layout": "^0.18.0", "react-hooks-global-state": "^1.0.1", "react-resizable": "^1.11.1", "react-router-dom": "^5.2.0", "react-select": "^3.2.0", "react-transition-group": "^2.9.0", "recharts": "^2.0.9", "rememo": "^3.0.0", "scroll-into-view-if-needed": "^2.2.28", "uri-templates": "^0.2.0", "use-deep-compare-effect": "^1.6.1", "use-query-params": "^1.2.2", "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "^7.13.16", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-export-default-from": "^7.12.13", "@babel/plugin-proposal-private-methods": "^7.13.0", "@babel/plugin-proposal-throw-expressions": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-react-jsx": "^7.13.12", "@babel/runtime-corejs2": "^7.13.17", "@emotion/core": "^10.1.1", "@emotion/styled": "^10.0.27", "@emotion/stylis": "^0.8.5", "@wordpress/babel-plugin-import-jsx-pragma": "^3.0.3", "@wordpress/babel-preset-default": "^5.2.1", "@wordpress/browserslist-config": "^3.0.3", "@wordpress/custom-templated-path-webpack-plugin": "^2.0.3", "@wordpress/icons": "^2.10.2", "@wordpress/jest-preset-default": "^7.0.3", "@wordpress/scripts": "^15.0.1", "acorn": "^6.4.2", "autoprefixer": "^9.8.6", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^2.0.2", "concurrently": "^6.0.2", "copy-webpack-plugin": "^6.4.1", "crypto": "^1.0.1", "css-loader": "^2.1.1", "escape-string-regexp": "^2.0.0", "eslint-import-resolver-webpack": "^0.13.0", "glob": "^7.1.6", "husky": "^1.3.1", "loader-utils": "^1.4.0", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.14.1", "path": "^0.12.7", "postcss-loader": "^3.0.0", "raw-loader": "^1.0.0", "readdirp": "^2.2.1", "rimraf": "^2.7.1", "sass-loader": "^7.3.1", "style-loader": "^0.23.1", "svg-react-loader": "github:woutervanvliet/svg-react-loader", "tmp": "^0.2.1", "webpack": "^4.46.0", "webpack-cli": "^4.6.0", "webpack-filter-warnings-plugin": "^1.2.1", "webpack-livereload-plugin": "^2.3.0", "webpack-manifest-plugin": "^2.2.0", "webpack-sources": "latest", "webpack-webstorm-debugger-script": "^1.0.1" }, "directories": {}, "homepage": "https://ithemes.com/security", "husky": { "hooks": { "pre-commit": "node bin/pre-commit" } }, "license": "GPL-2.0-or-later", "private": true, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/ithemes/ithemes-security-pro.git" }, "scripts": { "build": "NODE_ENV=production ./node_modules/.bin/webpack", "clean": "node ./bin/clean.js ", "dev": "./node_modules/.bin/webpack", "lint": "concurrently \"npm run lint-js\"", "lint-js": "wp-scripts lint-js", "lint-js:fix": "wp-scripts lint-js --fix", "test": "concurrently \"npm run lint-js && npm run test-unit\"", "test-unit": "wp-scripts test-unit-js --config tests/js/unit/jest.config.json", "test-unit:coverage": "npm run test-unit -- --coverage", "test-unit:update": "npm run test-unit -- --updateSnapshot", "test-unit:watch": "npm run test-unit -- --watch", "watch": "./node_modules/.bin/webpack --watch", "packages-update": "wp-scripts packages-update", "test-up": "./bin/test-up.sh", "test-wpunit": "docker-compose exec -T -w /var/www/html/wp-content/plugins/ithemes-security-pro wordpress ./vendor/bin/codecept run wpunit", "test-acceptance": "docker-compose exec -T -w /var/www/html/wp-content/plugins/ithemes-security-pro wordpress ./vendor/bin/codecept run acceptance", "test-cli": "docker-compose exec -T -w /var/www/html/wp-content/plugins/ithemes-security-pro wordpress ./vendor/bin/codecept run wpcli", "test-upgrade": "docker-compose exec -T -w /var/www/html/wp-content/plugins/ithemes-security-pro wordpress ./vendor/bin/codecept run upgrade", "test-build": "docker-compose exec -T -w /var/www/html/wp-content/plugins/ithemes-security-pro wordpress ./vendor/bin/codecept build" } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings