{
  "name": "@platform/ui.datagrid",
  "version": "0.7.380",
  "description": "Isolated tabular DataGrid.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "parcel src/test.parcel/index.html",
    "test": "echo ts test",
    "lint": "ts lint",
    "build": "ts build --no-esm",
    "bundle": "sh script.sh/bundle.sh",
    "clean": "sh script.sh/clean.sh",
    "serve": "cd dist && serve",
    "prepare": "ts prepare"
  },
  "dependencies": {
    "@babel/polyfill": "7.12.1",
    "@platform/cache": "0.3.27",
    "@platform/cell.coord": "0.8.285",
    "@platform/cell.func": "0.1.332",
    "@platform/cell.schema": "0.5.103",
    "@platform/cell.types": "0.5.100",
    "@platform/cell.value": "0.2.242",
    "@platform/css": "0.4.50",
    "@platform/libs": "0.2.14",
    "@platform/react": "0.4.83",
    "@platform/ui.datagrid.types": "0.7.253",
    "@platform/ui.datagrid.util": "0.2.244",
    "@platform/ui.text": "0.3.114",
    "handsontable": "6.2.2"
  },
  "devDependencies": {
    "@platform/cell.func.sys": "0.2.285",
    "@platform/polyfill": "0.0.7",
    "@platform/test": "0.2.10",
    "@platform/test.dom": "0.0.122",
    "@platform/ts": "4.1.23",
    "@platform/ui.datagrid.cell": "0.2.213",
    "@platform/ui.datagrid.debug": "0.0.254",
    "@platform/ui.dev": "0.0.57",
    "parcel-bundler": "1.12.5"
  },
  "resolutions": {
    "prosemirror-state": "1.3.2"
  },
  "files": [
    "lib",
    "css",
    "import.css",
    "lib",
    "!lib/test",
    "!lib/test.parcel",
    "!*.TEST.{js, mjs, d.ts}"
  ],
  "license": "MIT"
}
