mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
40 lines
873 B
JSON
40 lines
873 B
JSON
{
|
|
"name": "@strapi/admin-test-utils",
|
|
"version": "4.8.2",
|
|
"private": true,
|
|
"description": "Test utilities for the Strapi administration panel",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
],
|
|
"main": "lib/index.js",
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"jest-styled-components": "7.1.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"redux": "^4.2.1",
|
|
"styled-components": "5.3.3",
|
|
"whatwg-fetch": "3.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"redux": "^4.2.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x"
|
|
}
|
|
}
|