2018-07-02 14:50:13 +02:00
|
|
|
{
|
2019-10-07 10:57:09 +02:00
|
|
|
"name": "@scm-manager/ui-webapp",
|
2022-06-02 07:26:21 +00:00
|
|
|
"version": "2.35.0",
|
2018-07-02 14:50:13 +02:00
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2022-05-13 10:11:33 +00:00
|
|
|
"@headlessui/react": "^1.4.3",
|
2022-06-02 07:26:21 +00:00
|
|
|
"@scm-manager/ui-api": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-components": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-extensions": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-modules": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-syntaxhighlighting": "^2.35.0",
|
|
|
|
|
"@scm-manager/ui-text": "^2.35.0",
|
2018-07-02 14:50:13 +02:00
|
|
|
"classnames": "^2.2.5",
|
2019-10-08 14:02:01 +02:00
|
|
|
"history": "^4.10.1",
|
2020-07-20 05:25:00 +00:00
|
|
|
"i18next": "^19.6.0",
|
2019-10-23 10:26:27 +02:00
|
|
|
"i18next-browser-languagedetector": "^4.0.0",
|
|
|
|
|
"i18next-fetch-backend": "^2.2.0",
|
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",
|
|
|
|
|
"react-dom": "^17.0.1",
|
2021-05-14 09:08:57 +02:00
|
|
|
"react-hook-form": "^7.5.1",
|
2019-10-23 10:26:27 +02:00
|
|
|
"react-i18next": "^10.13.1",
|
2018-07-02 14:50:13 +02:00
|
|
|
"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",
|
2018-11-26 14:37:05 +01:00
|
|
|
"react-select": "^2.1.2",
|
2018-07-02 14:50:13 +02:00
|
|
|
"redux": "^4.0.0",
|
2021-03-04 10:39:58 +01:00
|
|
|
"string_score": "^0.1.22",
|
2022-04-25 16:34:40 +02:00
|
|
|
"styled-components": "^5.3.5",
|
2022-05-13 10:11:33 +00:00
|
|
|
"systemjs": "0.21.6"
|
2018-07-02 14:50:13 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-12-09 09:12:02 +01:00
|
|
|
"test": "jest",
|
|
|
|
|
"lint": "eslint src"
|
2018-07-04 16:43:46 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-04-25 16:34:40 +02:00
|
|
|
"@scm-manager/eslint-config": "^2.15.1",
|
2022-04-29 11:42:21 +00:00
|
|
|
"@scm-manager/jest-preset": "^2.13.0",
|
2022-06-02 07:26:21 +00:00
|
|
|
"@scm-manager/ui-tests": "^2.35.0",
|
2019-10-21 14:18:43 +02:00
|
|
|
"@types/classnames": "^2.2.9",
|
|
|
|
|
"@types/enzyme": "^3.10.3",
|
|
|
|
|
"@types/fetch-mock": "^7.3.1",
|
|
|
|
|
"@types/jest": "^24.0.19",
|
2021-03-05 15:09:35 +01:00
|
|
|
"@types/react": "^17.0.1",
|
|
|
|
|
"@types/react-dom": "^17.0.1",
|
2019-10-21 14:18:43 +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",
|
2019-10-21 14:18:43 +02:00
|
|
|
"@types/systemjs": "^0.20.6",
|
2019-10-09 12:14:41 +02:00
|
|
|
"fetch-mock": "^7.5.1",
|
2021-03-05 15:09:35 +01:00
|
|
|
"react-test-renderer": "^17.0.1"
|
2019-10-09 10:19:46 +02:00
|
|
|
},
|
2019-10-10 10:53:38 +02:00
|
|
|
"babel": {
|
2019-10-10 16:38:24 +02:00
|
|
|
"presets": [
|
|
|
|
|
"@scm-manager/babel-preset"
|
|
|
|
|
]
|
2019-10-10 10:53:38 +02:00
|
|
|
},
|
2019-10-09 10:19:46 +02:00
|
|
|
"jest": {
|
2019-10-10 14:32:37 +02:00
|
|
|
"preset": "@scm-manager/jest-preset"
|
2019-10-14 11:58:18 +02:00
|
|
|
},
|
2019-10-16 11:22:33 +02:00
|
|
|
"prettier": "@scm-manager/prettier-config",
|
2022-04-25 16:34:40 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config"
|
|
|
|
|
},
|
2019-10-16 11:22:33 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
}
|
2018-07-02 14:50:13 +02:00
|
|
|
}
|