{ "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.0.5-SNAPSHOT", "license": "MIT", "dependencies": { "react": "17", "react-dom": "17", "react-router": "^5.3.1", "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", "@scm-manager/ui-api": "3.0.5-SNAPSHOT", "@scm-manager/ui-extensions": "3.0.5-SNAPSHOT", "@scm-manager/ui-components": "3.0.5-SNAPSHOT", "@scm-manager/ui-forms": "3.0.5-SNAPSHOT", "@scm-manager/ui-buttons": "3.0.5-SNAPSHOT", "@scm-manager/ui-overlays": "3.0.5-SNAPSHOT", "@scm-manager/ui-layout": "3.0.5-SNAPSHOT", "classnames": "^2.2.6", "query-string": "6.14.1", "redux": "^4.0.0", "react-redux": "^5.0.7", "react-hook-form": "^7.5.1", "react-query": "^3.25.1" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.13.0", "@scm-manager/plugin-scripts": "^1.2.2", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", "@scm-manager/ui-tests": "3.0.5-SNAPSHOT", "@scm-manager/ui-types": "3.0.5-SNAPSHOT", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", "@types/i18next": "^13.0.0", "@types/jest": "^24.0.19", "@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": "^24.9.0" }, "publishConfig": { "access": "public" } }