Files
SCM-Manager/scm-ui/ui-plugins/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@scm-manager/ui-plugins",
2022-06-02 07:26:21 +00:00
"version": "2.35.0",
"license": "MIT",
"bin": {
"ui-plugins": "./bin/ui-plugins.js"
},
"dependencies": {
2022-06-02 07:26:21 +00:00
"@scm-manager/ui-components": "^2.35.0",
"@scm-manager/ui-extensions": "^2.35.0",
"classnames": "^2.2.6",
"query-string": "6.14.1",
"react": "^17.0.1",
"react-hook-form": "^7.5.1",
"react-i18next": "^10.13.1",
"react-redux": "^5.0.7",
"react-router": "^5.3.1",
2022-04-29 11:42:21 +00:00
"react-router-dom": "^5.3.1",
"redux": "^4.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@scm-manager/babel-preset": "^2.13.1",
"@scm-manager/eslint-config": "^2.15.1",
"@scm-manager/jest-preset": "^2.13.0",
2021-11-18 07:11:53 +01:00
"@scm-manager/plugin-scripts": "^1.2.2",
"@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.13.0",
2022-06-02 07:26:21 +00:00
"@scm-manager/ui-scripts": "^2.35.0",
"@scm-manager/ui-tests": "^2.35.0",
"@scm-manager/ui-types": "^2.35.0",
2019-10-21 11:05:03 +02:00
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/fetch-mock": "^7.3.1",
2019-10-25 12:15:25 +02:00
"@types/i18next": "^13.0.0",
2019-10-21 11:05:03 +02:00
"@types/jest": "^24.0.19",
"@types/react": "^17.0.1",
2019-10-21 11:05:03 +02:00
"@types/react-redux": "5.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"jest": "^24.9.0"
2019-10-16 11:22:33 +02:00
},
"publishConfig": {
"access": "public"
}
}