{
  "name": "@shragaai/shraga-ui",
  "description": "The frontend package for the Shraga project, a framework for building RAG applications.",
  "author": "BigData Boutique",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "version": "1.4.0",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "index.d.ts",
  "style": "dist/shraga-ui.css",
  "exports": {
    "types": "./index.d.ts",
    "css": "./dist/shraga-ui.css",
    "import": "./dist/index.es.js",
    "require": "./dist/index.cjs.js"
  },
  "files": [
    "dist",
    "src",
    "index.d.ts"
  ],
  "scripts": {
    "dev": "vite",
    "watch": "vite build --mode development --watch",
    "build": "tsc -b && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "prepare": "husky",
    "release": "semantic-release"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@googlemaps/markerclusterer": "^2.5.3",
    "@googlemaps/react-wrapper": "^1.1.42",
    "@mui/icons-material": "^6.4.7",
    "@mui/material": "^6.4.7",
    "@mui/x-charts": "^7.27.1",
    "@mui/x-date-pickers": "^7.27.3",
    "classnames": "^2.5.1",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.13",
    "lodash": "^4.17.21",
    "react": "^18.3.1",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^18.3.1",
    "react-intersection-observer": "^9.16.0",
    "react-json-view-lite": "^2.4.1",
    "react-markdown": "^9.0.1",
    "react-router-dom": "^7.3.0",
    "react-toastify": "^11.0.5",
    "remark-gfm": "^4.0.1",
    "swr": "^2.3.3",
    "uuid": "^11.1.0",
    "vite-plugin-dts": "^4.5.3"
  },
  "devDependencies": {
    "@babel/plugin-syntax-import-assertions": "^7.26.0",
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@types/crypto-js": "^4.2.2",
    "@types/google.maps": "^3.58.1",
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.13.10",
    "@types/react": "^18.3.3",
    "@types/react-copy-to-clipboard": "^5.0.7",
    "@types/react-dom": "^18.3.0",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.22.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "husky": "^9.1.7",
    "postcss": "^8.4.39",
    "semantic-release": "^24.2.3",
    "tailwindcss": "^3.4.4",
    "typescript": "^5.8.2",
    "vite": "^6.2.2"
  }
}
