{
    "name": "@glideapps/glide-data-grid",
    "version": "6.0.3",
    "description": "React data grid for beautifully displaying and editing large amounts of data with amazing performance.",
    "sideEffects": [
        "**/*.css"
    ],
    "type": "module",
    "browser": "dist/esm/index.js",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/dts/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/dts/index.d.ts",
            "import": "./dist/esm/index.js",
            "require": "./dist/cjs/index.js"
        },
        "./dist/index.css": {
            "import": "./dist/index.css",
            "require": "./dist/index.css"
        }
    },
    "scripts": {
        "build": "./build.sh",
        "lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
        "cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
        "test": "vitest",
        "check-package": "package-check"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/glideapps/glide-data-grid.git",
        "directory": "packages/core"
    },
    "keywords": [
        "react",
        "datagrid",
        "data-grid",
        "editor",
        "reactjs",
        "scrolling",
        "data",
        "table",
        "cell",
        "canvas"
    ],
    "author": "Glide",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/glideapps/glide-data-grid/issues"
    },
    "homepage": "https://grid.glideapps.com",
    "dependencies": {
        "@linaria/react": "^4.5.3",
        "canvas-hypertxt": "^1.0.3",
        "react-number-format": "^5.0.0"
    },
    "peerDependencies": {
        "lodash": "^4.17.19",
        "marked": "^4.0.10",
        "react": "^16.12.0 || 17.x || 18.x",
        "react-dom": "^16.12.0 || 17.x || 18.x",
        "react-responsive-carousel": "^3.2.7"
    },
    "devDependencies": {
        "@babel/cli": "^7.16.0",
        "@glideapps/ts-helper": "5.0.0",
        "@skypack/package-check": "^0.2.2",
        "@vitest/coverage-v8": "^0.34.6",
        "eslint": "^8.19.0",
        "react-resize-detector": "^7.1.2",
        "tsc-esm-fix": "^2.7.8",
        "typedoc": "^0.23.13"
    }
}
