{
  "name": "@deque/cauldron-react",
  "version": "6.27.0",
  "license": "MPL-2.0",
  "description": "Fully accessible react components library for Deque Cauldron",
  "homepage": "https://cauldron.dequelabs.com/",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "style": "lib/cauldron.css",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "build": "yarn build:lib && yarn build:css",
    "prebuild:lib": "node scripts/buildIconTypes.js",
    "build:lib": "rollup -c",
    "build:css": "postcss --output=lib/cauldron.css src/index.css",
    "dev": "concurrently 'yarn build:css --watch' 'rollup -c --watch'",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "jest --maxWorkers=1 --coverage"
  },
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.2",
    "classnames": "^2.2.6",
    "focusable": "^2.3.0",
    "keyname": "^0.1.0",
    "react-id-generator": "^3.0.1",
    "react-syntax-highlighter": "^16.0.1",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.10",
    "@babel/plugin-proposal-export-default-from": "^7.22.5",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-dynamic-import-vars": "^1.4.2",
    "@rollup/plugin-typescript": "^11.1.2",
    "@svgr/rollup": "^6.1.2",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.2",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/classnames": "^2.2.10",
    "@types/jest": "^29.5.11",
    "@types/jest-axe": "^3.5.4",
    "@types/node": "^17.0.42",
    "@types/react": "^18.0.12",
    "@types/react-dom": "^18.0.5",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@types/sinon": "^10",
    "autoprefixer": "^9.7.6",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "concurrently": "^5.3.0",
    "jest": "^29.7.0",
    "jest-axe": "^8.0.0",
    "jest-environment-jsdom": "^29.7.0",
    "nyc": "^15.0.1",
    "postcss-cli": "^7.1.1",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "prop-types": "^15.8.1",
    "react": "^18",
    "react-dom": "^18",
    "rollup": "^2.23.0",
    "sinon": "^10.0.0",
    "ts-node": "^10.9.2",
    "typescript": "~5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dequelabs/cauldron.git"
  },
  "peerDependencies": {
    "react": ">=16.6 <= 18",
    "react-dom": ">=16.6 <= 18"
  }
}
