2019-10-16 08:30:15 +02:00
{
"name" : "@scm-manager/ui-plugins" ,
2023-10-13 08:15:27 +02:00
"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." ,
2025-09-17 08:44:34 +02:00
"version" : "3.10.4-SNAPSHOT" ,
2024-09-24 09:42:07 +02:00
"license" : "AGPL-3.0-only" ,
2024-09-25 13:52:18 +02:00
"type" : "module" ,
"main" : "./build/provided-modules.js" ,
"types" : "./build/provided-modules.d.ts" ,
"scripts" : {
2024-10-16 11:19:22 +02:00
"build" : "node ./generateStatic.js" ,
"depcheck" : "depcheck"
2024-09-25 13:52:18 +02:00
} ,
2019-10-16 08:30:15 +02:00
"dependencies" : {
2024-10-16 11:19:22 +02:00
"react" : "^17.0.1" ,
"react-dom" : "^17.0.1" ,
2023-06-09 15:25:21 +02:00
"react-router" : "^5.3.1" ,
"react-router-dom" : "^5.3.1" ,
"react-i18next" : "11" ,
"styled-components" : "^5.3.5" ,
2025-09-17 08:44:34 +02:00
"@scm-manager/ui-api" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-buttons" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-components" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-core" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-extensions" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-forms" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-layout" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-overlays" : "3.10.4-SNAPSHOT" ,
2024-10-16 11:19:22 +02:00
"classnames" : "^2.3.1" ,
2021-11-29 11:21:45 +01:00
"query-string" : "6.14.1" ,
2020-01-06 11:30:04 +01:00
"redux" : "^4.0.0" ,
2023-06-09 15:25:21 +02:00
"react-redux" : "^5.0.7" ,
2024-10-16 11:19:22 +02:00
"react-hook-form" : "^7.33.1" ,
"react-query" : "^3.39.2"
2020-01-06 11:30:04 +01:00
} ,
2024-10-09 12:19:03 +00:00
"lazyDependencies" : [
"redux" ,
"react-redux"
] ,
2020-01-06 11:30:04 +01:00
"devDependencies" : {
2022-04-25 16:34:40 +02:00
"@scm-manager/babel-preset" : "^2.13.1" ,
2022-11-16 16:50:17 +01:00
"@scm-manager/eslint-config" : "^2.17.0" ,
2024-09-26 16:56:44 +02:00
"@scm-manager/jest-preset" : "^2.14.1" ,
2024-09-24 09:42:07 +02:00
"@scm-manager/plugin-scripts" : "^1.6.1" ,
2024-10-16 11:19:22 +02:00
"@scm-manager/prettier-config" : "^2.12.0" ,
2022-04-25 16:34:40 +02:00
"@scm-manager/tsconfig" : "^2.13.0" ,
2025-09-17 08:44:34 +02:00
"@scm-manager/ui-tests" : "3.10.4-SNAPSHOT" ,
"@scm-manager/ui-types" : "3.10.4-SNAPSHOT" ,
2024-10-16 11:19:22 +02:00
"@types/classnames" : "^2.3.1" ,
"@types/enzyme" : "^3.10.18" ,
2019-10-25 12:15:25 +02:00
"@types/i18next" : "^13.0.0" ,
2024-09-26 16:56:44 +02:00
"@types/jest" : "^26.0.24" ,
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" ,
2024-09-26 16:56:44 +02:00
"jest" : "^26.6.3"
2019-10-16 11:22:33 +02:00
} ,
"publishConfig" : {
"access" : "public"
2019-10-16 08:30:15 +02:00
}
2025-04-14 14:13:03 +02:00
}