{
  "name": "@operato/data-grist",
  "version": "10.0.0-beta.57",
  "description": "User interface for grid (desktop) and list (mobile)",
  "author": "heartyoh",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "license": "MIT",
  "operato": true,
  "publishConfig": {
    "access": "public",
    "@operato:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hatiolab/operato.git",
    "directory": "webcomponents/data-grist"
  },
  "exports": {
    ".": "./dist/src/index.js",
    "./package.json": "./package.json",
    "./ox-grist.js": "./dist/src/data-grist.js",
    "./ox-report.js": "./dist/src/data-report.js",
    "./ox-filters-form.js": "./dist/src/filters/filters-form.js",
    "./ox-sorters-control.js": "./dist/src/sorters/sorters-control.js",
    "./ox-record-creator.js": "./dist/src/record-view/ox-record-creator.js",
    "./ox-grist-personalizer.js": "./dist/src/personalizer/ox-grist-personalizer.js",
    "./ox-popup-code-input.js": "./dist/src/editors/ox-popup-code-input.js"
  },
  "typesVersions": {
    "*": {
      "ox-grist.js": [
        "dist/src/data-grist.d.ts"
      ],
      "ox-report.js": [
        "dist/src/data-report.d.ts"
      ],
      "ox-filters-form.js": [
        "dist/src/filters/filters-form.d.ts"
      ],
      "ox-sorters-control.js": [
        "dist/src/sorters/sorters-control.d.ts"
      ],
      "ox-record-creator.js": [
        "dist/src/record-view/ox-record-creator.d.ts"
      ],
      "ox-grist-personalizer.js": [
        "dist/src/personalizer/ox-grist-personalizer.d.ts"
      ],
      "ox-popup-code-input.js": [
        "dist/src/personalizer/ox-grist-personalizer.d.ts"
      ]
    }
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "tsc && npm run analyze -- --exclude dist",
    "prepublishOnly": "tsc && npm run analyze -- --exclude dist",
    "lint": "eslint --ext .ts,.html . --ignore-path ../../.gitignore && prettier \"**/*.ts\" --check --ignore-path ../../.gitignore",
    "format": "eslint --ext .ts,.html . --fix --ignore-path ../../.gitignore && prettier \"**/*.ts\" --write --ignore-path ../../.gitignore",
    "test": "tsc && wtr --coverage",
    "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
    "storybook": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
    "storybook:build": "tsc && build-storybook"
  },
  "dependencies": {
    "@material/web": "^2.0.0",
    "@operato/headroom": "^10.0.0-beta.57",
    "@operato/input": "^10.0.0-beta.57",
    "@operato/p13n": "^10.0.0-beta.57",
    "@operato/popup": "^10.0.0-beta.57",
    "@operato/pull-to-refresh": "^10.0.0-beta.57",
    "@operato/styles": "^10.0.0-beta.57",
    "@operato/time-calculator": "^10.0.0-beta.57",
    "@operato/utils": "^10.0.0-beta.57",
    "i18next": "^24.2.1",
    "json5": "^2.2.0",
    "lit": "^3.1.2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.0",
    "@hatiolab/prettier-config": "^1.0.0",
    "@open-wc/eslint-config": "^12.0.3",
    "@open-wc/testing": "^4.0.0",
    "@types/lodash-es": "^4.17.5",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@web/dev-server": "^0.4.0",
    "@web/dev-server-storybook": "^2.0.1",
    "@web/test-runner": "^0.19.0",
    "concurrently": "^9.0.0",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "tslib": "^2.3.1",
    "typescript": "^5.0.4"
  },
  "customElements": "custom-elements.json",
  "prettier": "@hatiolab/prettier-config",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "gitHead": "3128f845d0eda6fe73fc6f89b0632fa742feaf85"
}
