{
  "name": "tabulus",
  "version": "0.1.0",
  "description": "React Table Library",
  "license": "MIT",
  "keywords": [
    "react-table",
    "react",
    "table",
    "data-table"
  ],
  "author": "Tetarchus <contact@tetbot.app>",
  "repository": {
    "type": "github",
    "url": "https://github.com/tetarchus/tabulus.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && tsup",
    "storybook:build": "storybook build",
    "storybook:start": "storybook dev --no-open -p 6006",
    "publish": "npm publish",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc"
  },
  "peerDependencies": {
    "react": ">=18.0",
    "react-dom": ">=18.0"
  },
  "dependencies": {
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "classnames": "2.3.2",
    "lodash-es": "4.17.21",
    "tsup": "7.3.0"
  },
  "devDependencies": {
    "@storybook/addon-essentials": "7.5.3",
    "@storybook/addon-interactions": "7.5.3",
    "@storybook/addon-links": "7.5.3",
    "@storybook/blocks": "7.5.3",
    "@storybook/react": "7.5.3",
    "@storybook/react-vite": "7.5.3",
    "@storybook/testing-library": "0.2.2",
    "@types/lodash-es": "4.17.11",
    "@types/react": "18.2.37",
    "@types/react-dom": "18.2.15",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "storybook": "7.5.3",
    "ts-essentials": "9.4.1",
    "typescript": "5.2.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}