{ "name": "@scm-manager/ui-plugins", "description": "Defines the versions of SCM-Manager plugin dependencies provided by the core webapp. Exclusively used by the postinstall command of @scm-manager/plugin-scripts.", "version": "3.11.2-SNAPSHOT", "license": "AGPL-3.0-only", "type": "module", "main": "./build/provided-modules.js", "types": "./build/provided-modules.d.ts", "scripts": { "build": "node ./generateStatic.js", "depcheck": "depcheck" }, "dependencies": { "react": "^17.0.1", "react-dom": "^17.0.1", "react-router": "^5.3.1", "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", "@scm-manager/ui-api": "3.11.2-SNAPSHOT", "@scm-manager/ui-buttons": "3.11.2-SNAPSHOT", "@scm-manager/ui-components": "3.11.2-SNAPSHOT", "@scm-manager/ui-core": "3.11.2-SNAPSHOT", "@scm-manager/ui-extensions": "3.11.2-SNAPSHOT", "@scm-manager/ui-forms": "3.11.2-SNAPSHOT", "@scm-manager/ui-layout": "3.11.2-SNAPSHOT", "@scm-manager/ui-overlays": "3.11.2-SNAPSHOT", "classnames": "^2.3.1", "query-string": "6.14.1", "redux": "^4.0.0", "react-redux": "^5.0.7", "react-hook-form": "^7.33.1", "react-query": "^3.39.2" }, "lazyDependencies": [ "redux", "react-redux" ], "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", "@scm-manager/plugin-scripts": "^1.6.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", "@scm-manager/ui-tests": "3.11.2-SNAPSHOT", "@scm-manager/ui-types": "3.11.2-SNAPSHOT", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/i18next": "^13.0.0", "@types/jest": "^26.0.24", "@types/react": "^17.0.1", "@types/react-redux": "5.0.7", "@types/react-router-dom": "^5.3.3", "@types/styled-components": "^5.1.25", "jest": "^26.6.3" }, "publishConfig": { "access": "public" } }