{
  "name": "practical-react-components-core",
  "version": "1.18.3",
  "description": "Practical react components library - Core",
  "homepage": "https://github.com/AxisCommunications/practical-react-components",
  "license": "MIT",
  "main": "build/index.js",
  "files": [
    "build"
  ],
  "dependencies": {
    "@juggle/resize-observer": "3.4.0",
    "focus-trap-react": "10.0.0",
    "no-scroll": "2.1.1",
    "practical-react-components-icons": "1.18.3",
    "react-hooks-shareable": "1.53.0",
    "tabbable": "6.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.19.3",
    "@babel/core": "7.19.3",
    "@babel/preset-env": "7.19.4",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "7.18.6",
    "@jest/globals": "29.2.0",
    "@mdx-js/mdx": "2.1.5",
    "@mdx-js/react": "2.1.5",
    "@types/no-scroll": "2.1.0",
    "@types/react": "18.0.21",
    "@types/react-dom": "18.0.6",
    "@types/react-test-renderer": "18.0.0",
    "@types/react-transition-group": "4.4.5",
    "@types/styled-components": "5.1.26",
    "core-js": "3.25.5",
    "jest-styled-components": "7.1.1",
    "pepjs": "0.5.3",
    "prop-types": "15.8.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-is": "18.2.0",
    "react-test-renderer": "18.2.0",
    "react-transition-group": "4.4.5",
    "styled-components": "5.3.6",
    "typeface-open-sans": "1.1.13",
    "typescript": "4.8.4",
    "yup": "0.32.11"
  },
  "peerDependencies": {
    "pepjs": "^0.5.2",
    "react": "^17.0.1 || ^18.0.0",
    "react-dom": "^17.0.1 || ^18.0.0",
    "react-transition-group": "^4.3.0",
    "styled-components": "^5.1.0"
  },
  "scripts": {
    "tsc": "tsc --emitDeclarationOnly --noEmit false",
    "build:ts": "babel src --out-dir build --root-mode upward --ignore \"**/*.test.tsx\" --extensions .ts,.tsx",
    "build": "yarn build:ts && yarn tsc",
    "dev": "yarn build:ts --watch && yarn tsc "
  }
}