2022-10-21 08:47:42 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-shortcuts",
|
2025-11-28 15:20:19 +00:00
|
|
|
"version": "3.11.2-SNAPSHOT",
|
2024-09-24 09:42:07 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2022-10-21 08:47:42 +02:00
|
|
|
"private": true,
|
2024-01-24 10:38:17 +01:00
|
|
|
"main": "index.ts",
|
2024-10-16 11:19:22 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"depcheck": "depcheck"
|
|
|
|
|
},
|
2022-10-21 08:47:42 +02:00
|
|
|
"peerDependencies": {
|
2024-10-16 11:19:22 +02:00
|
|
|
"react": "^17.0.1",
|
|
|
|
|
"mousetrap": "1.6.5",
|
|
|
|
|
"react-i18next": "11"
|
2022-10-21 08:47:42 +02:00
|
|
|
},
|
2024-10-25 08:34:38 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@scm-manager/eslint-config": "^2.17.0",
|
|
|
|
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
|
|
|
"@scm-manager/tsconfig": "^2.13.0"
|
|
|
|
|
},
|
2024-10-16 11:19:22 +02:00
|
|
|
"dependencies": {
|
2025-11-28 15:20:19 +00:00
|
|
|
"@scm-manager/ui-core": "3.11.2-SNAPSHOT"
|
2022-10-21 08:47:42 +02:00
|
|
|
},
|
|
|
|
|
"prettier": "@scm-manager/prettier-config",
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config"
|
|
|
|
|
}
|
2025-04-14 14:13:03 +02:00
|
|
|
}
|