{
  "name": "@gridsheet/react-core",
  "version": "3.0.6",
  "description": "Spreadsheet component for React",
  "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"
    },
    "./dev": {
      "types": "./dist/dev.d.ts",
      "import": "./dist/dev.js",
      "default": "./dist/dev.js"
    },
    "./spellbook": {
      "types": "./dist/spellbook.d.ts",
      "import": "./dist/spellbook.js",
      "default": "./dist/spellbook.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/walkframe/gridsheet.git"
  },
  "keywords": [
    "spreadsheet",
    "spread-sheet",
    "excel",
    "gridsheet",
    "react",
    "formula",
    "grid"
  ],
  "author": "righ",
  "license": "Apache-2.0",
  "files": [
    "dist/",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "bugs": {
    "url": "https://github.com/walkframe/gridsheet/issues"
  },
  "homepage": "https://gridsheet.walkframe.com/",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/react": "^16.9.24",
    "@types/react-dom": "^16.9.24",
    "@vitejs/plugin-react": "^4.3.4",
    "dayjs": "^1.11.13",
    "jest": "^29.4.3",
    "jest-environment-jsdom": "^29.4.3",
    "less": "^4.1.3",
    "less-plugin-clean-css": "^1.5.1",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.2",
    "vite": "^6.2.2",
    "vite-plugin-dts": "^4.5.3",
    "@gridsheet/functions": "3.0.6"
  },
  "dependencies": {
    "@gridsheet/core": "3.0.6"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf ./dist || true && vite build",
    "typecheck": "pnpm tsc --noEmit --types jest",
    "jest": "jest"
  }
}