{
  "name": "saydata",
  "version": "1.0.3",
  "description": "Saydata seamlessly integrates AI-driven analytics for your customers into your app. Designed for beautiful visualization. Engineered for simplicity.",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "keywords": [
    "saydata",
    "analytics",
    "ai",
    "customer-facing",
    "dashboards",
    "embedded"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "author": "Yash Sharma <yash@saydata.tech>",
  "license": "Apache-2.0",
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.13.7",
    "@mui/material": "^5.13.7",
    "@mui/x-data-grid": "^6.10.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.13",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "chroma-js": "^2.4.2",
    "clsx": "^1.2.1",
    "node-sass": "^7.0.3",
    "notistack": "^3.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-grid-layout": "^1.3.4",
    "react-markdown": "^8.0.7",
    "react-query": "^3.39.3",
    "react-scripts": "5.0.1",
    "recharts": "^2.7.2",
    "rehype-raw": "^6.1.1",
    "remark-directive": "^2.0.1",
    "remark-gfm": "^3.0.1",
    "typescript": "^4.4.2",
    "uuid": "^9.0.0",
    "web-vitals": "^2.1.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist/* && yarn build:esm && yarn copy-files",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "prepare": "npm run build",
    "copy-files": "cp -r ./src/components/icons/ ./dist/esm/components/icons/ && find ./src/components -type f -name '*.scss' -exec sh -c 'file={}; dest=./dist/esm/components/${file#./src/components/}; cp $file $dest' \\;",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/chroma-js": "^2.4.1",
    "@types/react-grid-layout": "^1.3.2",
    "@types/uuid": "^9.0.3",
    "sass": "^1.66.1"
  }
}
