{
  "name": "gridsify",
  "version": "0.1.3",
  "description": "react + vite data grid generator",
  "license": "MIT",
  "keywords": [
    "react",
    "react component",
    "react table",
    "react table component",
    "react-component",
    "react-table",
    "react-table-component",
    "data-grid-generator",
    "data grid generator",
    "freely",
    "custom",
    "table",
    "grid",
    "sheet",
    "object as table",
    "array as table",
    "data table",
    "gridsify"
  ],
  "private": false,
  "repository": "https://github.com/YiHyeongRae/gridsify",
  "type": "module",
  "main": "dist/index.umd.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "peerDependencies": {
    "lodash": "^4.17.21",
    "@types/lodash": "^4.17.13"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.15.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.14",
    "globals": "^15.12.0",
    "path": "^0.12.7",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.15.0",
    "vite": "^6.0.1",
    "vite-plugin-dts": "^4.3.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview",
    "clean": "rm -rf dist",
    "prepublish": "pnpm clean && pnpm build"
  }
}