{
  "name": "@kubex/zinc",
  "version": "1.0.102",
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
  "keywords": [
    "web components",
    "custom elements",
    "lit-element",
    "components"
  ],
  "bugs": {
    "url": "https://github.com/kubex/zinc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kubex/zinc"
  },
  "license": "MIT",
  "author": "",
  "contributors": [
    "Brooke Bryan <brooke@bajb,net>",
    "Tom Kay <oridan82@gmail.com>",
    "Kyle Essex <kyle.essex@hotmail.com>"
  ],
  "type": "module",
  "main": "src/zinc.ts",
  "module": "dist/zinc.js",
  "unpkg": "dist/zinc.min.js",
  "scripts": {
    "build": "node scripts/build.js",
    "build:vite": "vite build",
    "check-updates": "npx npm-check-updates --interactive --format group",
    "create": "plop --plopfile scripts/plop/plopfile.js",
    "lint": "eslint src --max-warnings 0",
    "lint:fix": "eslint src --max-warnings 0 --fix",
    "lint:component": "eslint -- ",
    "test": "npx playwright install --with-deps && web-test-runner --group default",
    "test:component": "npx playwright install --with-deps && web-test-runner -- --watch --group",
    "test:watch": "npx playwright install --with-deps && web-test-runner --watch --group default",
    "watch": "node scripts/build.js --serve"
  },
  "dependencies": {
    "@emoji-mart/data": "^1.2.1",
    "@floating-ui/dom": "^1.6.13",
    "@lit-labs/observers": "^2.0.4",
    "@lit/task": "^1.0.1",
    "@shoelace-style/localize": "^3.2.1",
    "air-datepicker": "^3.5.3",
    "apexcharts": "^4.5.0",
    "chart.js": "^4.4.8",
    "composed-offset-position": "^0.0.6",
    "emoji-mart": "^5.6.0",
    "lit": "^2.7.6",
    "quill": "^2.0.3"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.3",
    "@open-wc/testing": "^4.0.0",
    "@remcovaes/web-test-runner-vite-plugin": "^1.2.2",
    "@rollup/plugin-replace": "^6.0.2",
    "@types/lodash": "^4.17.16",
    "@types/mocha": "^10.0.10",
    "@types/tailwindcss": "^3.0.11",
    "@typescript-eslint/eslint-plugin": "^6.7.5",
    "@typescript-eslint/parser": "^6.7.5",
    "@web/test-runner": "^0.20.0",
    "@web/test-runner-commands": "^0.9.0",
    "@web/test-runner-playwright": "^0.11.0",
    "autoprefixer": "^10.4.20",
    "browser-sync": "^3.0.3",
    "chalk": "^5.4.1",
    "change-case": "^4.1.2",
    "command-line-args": "^6.0.1",
    "comment-parser": "^1.4.1",
    "custom-element-jet-brains-integration": "^1.7.0",
    "custom-element-vs-code-integration": "^1.5.0",
    "custom-element-vuejs-integration": "^1.4.0",
    "del": "^8.0.0",
    "esbuild": "^0.25.0",
    "esbuild-plugin-replace": "^1.4.0",
    "esbuild-sass-plugin": "^3.3.1",
    "eslint": "^8.57.1",
    "eslint-plugin-chai-expect": "^3.1.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-lit": "^1.15.0",
    "eslint-plugin-lit-a11y": "^4.1.4",
    "eslint-plugin-markdown": "^3.0.1",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "eslint-plugin-wc": "^2.2.0",
    "get-port": "^7.1.0",
    "globby": "^14.1.0",
    "jsdom": "^26.0.0",
    "lodash": "^4.17.21",
    "lunr": "^2.3.9",
    "markdown-it": "^14.1.0",
    "markdown-it-container": "^4.0.0",
    "markdown-it-ins": "^4.0.0",
    "markdown-it-kbd": "^2.2.2",
    "markdown-it-mark": "^4.0.0",
    "markdown-it-replace-it": "^1.0.0",
    "mocha": "^11.1.0",
    "ora": "^8.2.0",
    "pascal-case": "^3.1.2",
    "plop": "^4.0.0",
    "postcss": "^8.5.3",
    "postcss-minify": "^1.1.0",
    "postcss-preset-env": "^10.1.5",
    "prettier": "^3.5.2",
    "prismjs": "^1.30.0",
    "sass": "^1.85.1",
    "sinon": "^19.0.2",
    "slugify": "^1.6.6",
    "smartquotes": "^2.3.2",
    "strip-css-comments": "^5.0.0",
    "tailwindcss": "^3.4.17",
    "tslib": "^2.8.1",
    "typescript": "^5.3.3",
    "user-agent-data-types": "^0.4.2"
  },
  "customElements": "./dist/custom-elements.json",
  "web-types": "./dist/web-types.json"
}
