{
    "name": "@weavable/react",
    "version": "0.2.4",
    "description": "React components for Weavable AI summaries",
    "main": "./dist/index.cjs.js",
    "module": "./dist/index.es.js",
    "types": "./dist/index.d.ts",
    "sideEffects": false,
    "exports": {
        ".": {
            "import": "./dist/index.es.js",
            "require": "./dist/index.cjs.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsc && vite build",
        "dev": "vite build --watch",
        "typecheck": "tsc --noEmit",
        "lint": "eslint ./src",
        "format": "prettier --write .",
        "check-format": "prettier --check .",
        "prepublishOnly": "yarn build"
    },
    "dependencies": {
        "@floating-ui/react": "^0.26.0"
    },
    "peerDependencies": {
        "react": ">=16.8.0",
        "react-dom": ">=16.8.0"
    },
    "devDependencies": {
        "@types/react": "^18.0.0",
        "@types/react-dom": "^18.0.0",
        "@typescript-eslint/eslint-plugin": "^5.62.0",
        "@typescript-eslint/parser": "^5.62.0",
        "eslint": "^8.47.0",
        "eslint-config-prettier": "^9.0.0",
        "eslint-plugin-prettier": "^5.0.0",
        "eslint-plugin-react": "^7.33.0",
        "eslint-plugin-react-hooks": "^4.6.0",
        "prettier": "^3.0.0",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "typescript": "^5.0.0",
        "vite": "^6.4.2",
        "vite-plugin-dts": "^3.0.0"
    },
    "keywords": [
        "react",
        "weavable",
        "ai",
        "summaries",
        "analytics",
        "dashboard"
    ],
    "author": "Weavable",
    "license": "MIT",
    "resolutions": {
        "lodash": "^4.18.0",
        "vite/**/picomatch": "^4.0.4",
        "vite-plugin-dts/**/picomatch": "^4.0.4",
        "**/micromatch/picomatch": "^2.3.2",
        "flatted": "^3.4.2"
    }
}
