2019-10-10 15:05:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-tests",
|
2022-06-02 07:26:21 +00:00
|
|
|
"version": "2.35.0",
|
2019-10-10 15:05:17 +02:00
|
|
|
"description": "UI-Tests helpers",
|
|
|
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
2020-03-23 15:35:58 +01:00
|
|
|
"license": "MIT",
|
2019-10-10 15:05:17 +02:00
|
|
|
"private": false,
|
2019-10-20 16:57:48 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc"
|
|
|
|
|
},
|
2019-10-10 15:05:17 +02:00
|
|
|
"dependencies": {
|
2021-05-12 16:05:30 +02:00
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
|
|
|
|
|
"babel-plugin-istanbul": "^6.0.0",
|
2019-10-10 15:05:17 +02:00
|
|
|
"enzyme": "^3.10.0",
|
|
|
|
|
"enzyme-context": "^1.1.2",
|
|
|
|
|
"enzyme-context-react-router-4": "^2.0.0",
|
2020-11-18 07:14:10 +00:00
|
|
|
"jest": "^26.0.0",
|
2019-10-17 12:07:20 +02:00
|
|
|
"raf": "^3.4.1",
|
2021-03-05 15:09:35 +01:00
|
|
|
"react-test-renderer": "^17.0.1"
|
2019-10-14 11:58:18 +02:00
|
|
|
},
|
2019-10-16 11:22:33 +02:00
|
|
|
"prettier": "@scm-manager/prettier-config",
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2019-10-20 15:52:58 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-04-25 16:34:40 +02:00
|
|
|
"@scm-manager/tsconfig": "^2.13.0",
|
2019-10-20 15:52:58 +02:00
|
|
|
"@types/enzyme": "^3.10.3",
|
2021-02-24 08:17:40 +01:00
|
|
|
"@types/jest": "^24.0.19"
|
2019-10-16 11:22:33 +02:00
|
|
|
}
|
2019-10-10 15:05:17 +02:00
|
|
|
}
|