2022-08-02 08:39:37 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-buttons",
|
2025-08-19 20:03:06 +02:00
|
|
|
"version": "3.7.7-SNAPSHOT",
|
2023-01-12 14:01:04 +01:00
|
|
|
"private": false,
|
2024-01-24 10:38:17 +01:00
|
|
|
"main": "index.ts",
|
2024-10-16 11:19:22 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"depcheck": "depcheck"
|
2022-08-02 08:39:37 +02:00
|
|
|
},
|
2024-10-16 11:19:22 +02:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^17.0.1",
|
|
|
|
|
"react-router-dom": "^5.3.1",
|
|
|
|
|
"classnames": "^2.3.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-19 20:03:06 +02:00
|
|
|
"@scm-manager/ui-core": "3.7.7-SNAPSHOT"
|
2022-08-02 08:39:37 +02:00
|
|
|
},
|
2024-10-25 08:34:38 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
|
|
|
"@scm-manager/eslint-config": "^2.17.0",
|
2025-11-28 11:02:31 +00:00
|
|
|
"@scm-manager/tsconfig": "^2.13.0"
|
2024-10-25 08:34:38 +02:00
|
|
|
},
|
2022-08-02 08:39:37 +02:00
|
|
|
"prettier": "@scm-manager/prettier-config",
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
2023-01-16 09:22:53 +01:00
|
|
|
"access": "public"
|
2022-08-02 08:39:37 +02:00
|
|
|
}
|
2024-12-05 10:00:59 +00:00
|
|
|
}
|