Files
SCM-Manager/scm-ui/ui-plugins/package.json
Konstantin Schaper 640a270e1d refactor form fields to enable usage with react-hook-form (#1656)
React Hook Form is a library that makes working with forms easier and reduces boilerplate. For it to be used in our project, some of the form fields had to be adjusted.
2021-05-14 09:08:57 +02:00

46 lines
1.3 KiB
JSON

{
"name": "@scm-manager/ui-plugins",
"version": "2.18.1-SNAPSHOT",
"license": "MIT",
"bin": {
"ui-plugins": "./bin/ui-plugins.js"
},
"dependencies": {
"@scm-manager/ui-components": "^2.18.1-SNAPSHOT",
"@scm-manager/ui-extensions": "^2.18.1-SNAPSHOT",
"classnames": "^2.2.6",
"query-string": "^5.0.1",
"react": "^17.0.1",
"react-hook-form": "^7.5.1",
"react-i18next": "^10.13.1",
"react-redux": "^5.0.7",
"react-router-dom": "^5.1.2",
"redux": "^4.0.0",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@scm-manager/babel-preset": "^2.12.0",
"@scm-manager/eslint-config": "^2.12.0",
"@scm-manager/jest-preset": "^2.12.7",
"@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.11.2",
"@scm-manager/ui-scripts": "^2.18.1-SNAPSHOT",
"@scm-manager/ui-tests": "^2.18.1-SNAPSHOT",
"@scm-manager/ui-types": "^2.18.1-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/query-string": "5",
"@types/react": "^17.0.1",
"@types/react-redux": "5.0.7",
"@types/react-router-dom": "^5.1.0",
"@types/styled-components": "^5.1.0",
"jest": "^24.9.0"
},
"publishConfig": {
"access": "public"
}
}