2021-05-24 14:46:22 +02:00
|
|
|
{
|
|
|
|
"name": "@strapi/admin-test-utils",
|
2023-03-16 17:49:52 +01:00
|
|
|
"version": "4.8.2",
|
2021-05-24 14:46:22 +02:00
|
|
|
"private": true,
|
|
|
|
"description": "Test utilities for the Strapi administration panel",
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "MIT",
|
2021-11-29 16:23:55 +01:00
|
|
|
"author": {
|
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
}
|
|
|
|
],
|
2021-05-24 14:46:22 +02:00
|
|
|
"main": "lib/index.js",
|
2021-10-04 11:54:39 +02:00
|
|
|
"devDependencies": {
|
2022-08-08 10:06:17 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2022-12-06 09:05:14 +00:00
|
|
|
"jest-styled-components": "7.1.1",
|
2022-08-11 10:40:09 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-is": "^17.0.2",
|
2023-02-09 14:51:02 +01:00
|
|
|
"redux": "^4.2.1",
|
2023-02-20 12:23:47 +01:00
|
|
|
"styled-components": "5.3.3",
|
|
|
|
"whatwg-fetch": "3.6.2"
|
2021-10-04 11:54:39 +02:00
|
|
|
},
|
2022-08-08 23:33:39 +02:00
|
|
|
"peerDependencies": {
|
2023-02-09 14:51:02 +01:00
|
|
|
"redux": "^4.2.1"
|
2022-08-08 23:33:39 +02:00
|
|
|
},
|
2021-05-24 14:46:22 +02:00
|
|
|
"scripts": {
|
2023-03-22 11:21:33 +01:00
|
|
|
"lint": "eslint ."
|
2021-05-24 14:46:22 +02:00
|
|
|
},
|
2021-11-30 12:36:11 +01:00
|
|
|
"engines": {
|
2022-09-08 08:44:27 +02:00
|
|
|
"node": ">=14.19.1 <=18.x.x"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
2021-05-24 14:46:22 +02:00
|
|
|
}
|