{
  "name": "@jetshop/ui",
  "version": "6.3.8",
  "license": "MIT",
  "files": [
    "**/*.js",
    "**/*.js.map",
    "**/*.jsx",
    "**/*.jsx.map",
    "**/*.d.ts",
    "**/*.gql",
    "**/*.svg"
  ],
  "main": "src/index.js",
  "scripts": {
    "build": "tsc --noEmit false",
    "test": "react-scripts test",
    "test:watch": "react-scripts test --watch",
    "preversion": "yarn build"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json}": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "jest": {
    "globals": {
      "__IN_SERVER__": true
    }
  },
  "dependencies": {
    "@jetshop/snappy-react-grid": "1.0.1",
    "formik": "^2.2.9",
    "fuse.js": "^3.4.5",
    "lodash.debounce": "^4.0.8",
    "object-fit-images": "^3.2.4",
    "prop-types": "^15.6.2",
    "react-animate-height": "^3.0.4",
    "react-apollo-network-status": "^5.2.1",
    "react-image-gallery": "^1.2.12",
    "react-intersection-observer": "^9.5.2",
    "react-modal": "^3.16.1",
    "react-window": "^1.8.5",
    "use-resize-observer": "^9.1.0"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.4",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/react-image-gallery": "^0.9.1",
    "@types/react-modal": "^3.16.0",
    "@types/react-window": "^1.8.1",
    "jest-dom": "^3.4.0",
    "lint-staged": "^8.1.5",
    "prettier": "^2.3.2",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "gitHead": "74e5c206d33c37e973bb0ca8c650a1c22a7bb0ad"
}
