2019-10-16 08:30:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-plugins",
|
2022-06-02 07:26:21 +00:00
|
|
|
"version": "2.35.0",
|
2020-03-23 15:35:58 +01:00
|
|
|
"license": "MIT",
|
2020-01-06 11:30:04 +01:00
|
|
|
"bin": {
|
|
|
|
|
"ui-plugins": "./bin/ui-plugins.js"
|
|
|
|
|
},
|
2019-10-16 08:30:15 +02:00
|
|
|
"dependencies": {
|
2022-06-02 07:26:21 +00:00
|
|
|
"@scm-manager/ui-components": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-extensions": "^2.35.0",
|
2020-01-06 11:30:04 +01:00
|
|
|
"classnames": "^2.2.6",
|
2021-11-29 11:21:45 +01:00
|
|
|
"query-string": "6.14.1",
|
2021-03-05 15:09:35 +01:00
|
|
|
"react": "^17.0.1",
|
2021-05-14 09:08:57 +02:00
|
|
|
"react-hook-form": "^7.5.1",
|
2020-01-06 11:30:04 +01:00
|
|
|
"react-i18next": "^10.13.1",
|
|
|
|
|
"react-redux": "^5.0.7",
|
2022-04-25 16:34:40 +02:00
|
|
|
"react-router": "^5.3.1",
|
2022-04-29 11:42:21 +00:00
|
|
|
"react-router-dom": "^5.3.1",
|
2020-01-06 11:30:04 +01:00
|
|
|
"redux": "^4.0.0",
|
2022-04-25 16:34:40 +02:00
|
|
|
"styled-components": "^5.3.5"
|
2020-01-06 11:30:04 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-04-25 16:34:40 +02:00
|
|
|
"@scm-manager/babel-preset": "^2.13.1",
|
|
|
|
|
"@scm-manager/eslint-config": "^2.15.1",
|
2021-11-10 10:10:17 +01:00
|
|
|
"@scm-manager/jest-preset": "^2.13.0",
|
2021-11-18 07:11:53 +01:00
|
|
|
"@scm-manager/plugin-scripts": "^1.2.2",
|
2020-12-09 11:35:40 +01:00
|
|
|
"@scm-manager/prettier-config": "^2.10.1",
|
2022-04-25 16:34:40 +02:00
|
|
|
"@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",
|
2021-03-05 15:09:35 +01:00
|
|
|
"@types/react": "^17.0.1",
|
2019-10-21 11:05:03 +02:00
|
|
|
"@types/react-redux": "5.0.7",
|
2022-04-25 16:34:40 +02:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
|
"@types/styled-components": "^5.1.25",
|
2020-01-06 11:30:04 +01:00
|
|
|
"jest": "^24.9.0"
|
2019-10-16 11:22:33 +02:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2019-10-16 08:30:15 +02:00
|
|
|
}
|
|
|
|
|
}
|