@catho/quantum
Version:
Catho react components
60 lines (59 loc) • 1.38 kB
JSON
{
"name": "@catho/quantum",
"version": "9.33.5",
"description": "Catho react components",
"private": false,
"sideEffects": false,
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:catho/quantum.git"
},
"keywords": [
"catho",
"react",
"components",
"style",
"guide",
"quantum"
],
"author": "Catho",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"babel-polyfill": "^6.26.0",
"downshift": "^3.1.10",
"prop-types": "^15.6.2",
"react-slick": "^0.29.0",
"react-text-mask": "^5.4.3",
"slugify": "^1.3.6"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0",
"styled-components": ">= 4"
},
"loki": {
"chromeSelector": "#regression-test > *",
"diffingEngine": "looks-same",
"chromeTolerance": 2.3,
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false,
"fitWindow": false
},
"chrome.iphone7": {
"target": "chrome.docker",
"preset": "iPhone 7"
}
}
},
"main": "./index.js"
}