{
  "name": "@datavysta/vysta-react",
  "version": "1.0.70",
  "description": "React components for Vysta - a backend as a service",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css",
    "./mantine": {
      "types": "./dist/mantine/index.d.ts",
      "import": "./dist/mantine/index.js",
      "default": "./dist/mantine/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "mantine": [
        "./dist/mantine/index.d.ts"
      ]
    }
  },
  "sideEffects": [
    "**/*.css"
  ],
  "homepage": "https://www.datavysta.com/",
  "bugs": {
    "url": "https://github.com/datavysta/vysta-react/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "dist/mantine",
    "dist/style.css"
  ],
  "scripts": {
    "dev": "vite",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc && vite build",
    "postbuild": "cpx \"src/**/*.css\" dist",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "test": "vitest",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "@mantine/core": ">=7.0.0",
    "@mantine/dates": ">=7.0.0",
    "@mantine/hooks": ">=7.0.0",
    "ag-grid-community": ">=33.1.0",
    "ag-grid-react": ">=33.1.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@mantine/core": {
      "optional": true
    },
    "@mantine/hooks": {
      "optional": true
    },
    "@mantine/dates": {
      "optional": true
    }
  },
  "dependencies": {
    "@datavysta/vysta-client": "^1.0.50",
    "@uppy/core": "^4.4.2",
    "@uppy/dashboard": "^4.3.2",
    "@uppy/drag-drop": "^4.1.1",
    "@uppy/file-input": "^4.1.1",
    "@uppy/progress-bar": "^4.2.1",
    "@uppy/react": "^4.2.1",
    "@uppy/status-bar": "^4.1.2",
    "@uppy/tus": "^4.2.2",
    "@uppy/xhr-upload": "^4.3.3"
  },
  "devDependencies": {
    "@mantine/core": "^7.0.0",
    "@mantine/dates": "^7.0.0",
    "@mantine/hooks": "^7.0.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^8.35.0",
    "@typescript-eslint/parser": "^8.35.0",
    "@vitejs/plugin-react": "^4.0.0",
    "ag-grid-community": "^33.1.0",
    "ag-grid-react": "^33.1.0",
    "cpx2": "^3.0.0",
    "eslint": "^8.57.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.0",
    "typescript": "^5.0.0",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datavysta/vysta-react.git"
  },
  "keywords": [
    "vysta",
    "datavysta",
    "react",
    "grid",
    "data",
    "components",
    "typescript",
    "rest",
    "api"
  ],
  "author": "dev@datavysta.com",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  }
}
