{
  "name": "@getpara/react-components",
  "description": "Capsule Core React Components",
  "version": "3.9.0",
  "dependencies": {
    "@getpara/core-components": "3.9.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "glob": "^11.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.8.3"
  },
  "directories": {
    "lib": "lib"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js"
    },
    "./css/capsule-core.css": "./css/capsule-core.css"
  },
  "files": [
    "dist/",
    "css/"
  ],
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node scripts/preBuild.js && yarn copy && rm -rf dist && node ./scripts/build.mjs && yarn typegen",
    "copy": "node scripts/copy.cjs",
    "old-build": "node scripts/preBuild.js && yarn copy && yarn tsc",
    "tsc": "tsc -p . --outDir ./dist",
    "typegen": "tsc --emitDeclarationOnly"
  },
  "sideEffects": [
    "*.css"
  ],
  "type": "module",
  "types": "dist/types/index.d.ts",
  "gitHead": "0ce96d513e4690451e371054e2e75bdcad379639"
}
