{
  "name": "@blackpurl/web-components",
  "description": "Blackpurl Web Components for Blackpurl product",
  "license": "MIT",
  "author": "Blackpurl",
  "homepage": "https://web-components.blackpurl.com",
  "version": "0.1.1-beta.29",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "customElements": "dist/custom-elements.json",
  "web-types": "dist/web-types.json",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "node scripts/build.js --bundle --serve",
    "build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
    "verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
    "prepublishOnly": "npm run verify",
    "prettier": "prettier --write --loglevel warn .",
    "prettier:check": "prettier --check --loglevel warn .",
    "lint": "eslint src --max-warnings 0",
    "lint:fix": "eslint src --max-warnings 0 --fix",
    "ts-check": "tsc --noEmit --project ./tsconfig.json",
    "create": "plop --plopfile scripts/plop/plopfile.js",
    "test": "web-test-runner",
    "test:component": "npm run test -- --group",
    "test:watch": "web-test-runner --watch",
    "list-outdated-dependencies": "npm-check-updates --format repo --peer",
    "update-dependencies": "npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify",
    "postinstall": "npm dedupe",
    "clean": "del-cli packages/*/node_modules packages/*/package-lock.json && npm run clean:typescript && npm run clean:styles && npm run clean:scripts",
    "clean:typescript": "del-cli dist",
    "clean:styles": "del-cli packages/*/*.css.ts",
    "clean:scripts": "del-cli scripts/tsc-out",
    "prepare": "husky install",
    "analyze": "cem analyze --litelement --outdir dist",
    "prebuild:typescript": "node css-to-ts.js",
    "prepublish": "npm run build",
    "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "storybook": "npm run build && concurrently -k -r \"wds -c .storybook/server.mjs\"",
    "storybook:build": "npm run build && build-storybook",
    "hosting:deploy": "npm run build && firebase deploy --only hosting"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.2.8",
    "@material/card": "^14.0.0",
    "@material/chips": "^14.0.0",
    "@material/data-table": "^14.0.0",
    "@material/drawer": "^14.0.0",
    "@material/icon-button": "^14.0.0",
    "@material/layout-grid": "^14.0.0",
    "@material/mwc-button": "^0.27.0",
    "@material/mwc-circular-progress": "^0.27.0",
    "@material/mwc-circular-progress-four-color": "^0.27.0",
    "@material/mwc-dialog": "^0.27.0",
    "@material/mwc-drawer": "^0.27.0",
    "@material/mwc-elevation-overlay": "^0.27.0",
    "@material/mwc-fab": "^0.27.0",
    "@material/mwc-formfield": "^0.27.0",
    "@material/mwc-icon": "^0.27.0",
    "@material/mwc-icon-button": "^0.27.0",
    "@material/mwc-icon-button-toggle": "^0.27.0",
    "@material/mwc-linear-progress": "^0.27.0",
    "@material/mwc-list": "^0.27.0",
    "@material/mwc-menu": "^0.27.0",
    "@material/mwc-ripple": "^0.27.0",
    "@material/mwc-select": "^0.27.0",
    "@material/mwc-slider": "^0.27.0",
    "@material/mwc-snackbar": "^0.27.0",
    "@material/mwc-switch": "^0.27.0",
    "@material/mwc-tab-bar": "^0.27.0",
    "@material/mwc-textarea": "^0.27.0",
    "@material/mwc-textfield": "^0.27.0",
    "@material/mwc-top-app-bar": "^0.27.0",
    "@material/mwc-top-app-bar-fixed": "^0.27.0",
    "@material/radio": "^14.0.0",
    "@material/segmented-button": "^14.0.0",
    "@material/switch": "^14.0.0",
    "@material/tooltip": "^14.0.0",
    "@material/typography": "^14.0.0",
    "@shoelace-style/localize": "^3.0.1",
    "@shoelace-style/shoelace": "2.0.0-beta.77",
    "@tanstack/table-core": "^8.7.9",
    "flatpickr": "^4.6.13",
    "lit": "^2.4.0",
    "lit-translate": "^2.0.1",
    "wicg-inert": "^3.1.2"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.6.4",
    "@faker-js/faker": "^7.6.0",
    "@open-wc/eslint-config": "^8.0.2",
    "@open-wc/testing": "next",
    "@types/color": "^3.0.3",
    "@types/faker": "^6.6.9",
    "@types/mocha": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "@web/dev-server": "^0.1.34",
    "@web/dev-server-esbuild": "^0.3.2",
    "@web/dev-server-storybook": "^0.5.4",
    "@web/test-runner": "^0.14.0",
    "@web/test-runner-commands": "^0.6.5",
    "@web/test-runner-playwright": "^0.8.10",
    "autoprefixer": "^10.4.12",
    "babel-polyfill": "^6.26.0",
    "browser-sync": "^2.27.10",
    "chalk": "^5.1.2",
    "command-line-args": "^5.2.1",
    "comment-parser": "^1.3.1",
    "concurrently": "^7.4.0",
    "cspell": "^6.12.0",
    "cssnano": "^5.1.13",
    "cssnano-preset-lite": "^2.1.3",
    "del": "^7.0.0",
    "del-cli": "^5.0.0",
    "download": "^8.0.0",
    "esbuild": "0.15.11",
    "esbuild-sass-plugin": "2.3.3",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-lit": "^1.6.1",
    "eslint-plugin-lit-a11y": "^2.2.3",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-wc": "^1.3.2",
    "front-matter": "^4.0.2",
    "get-port": "^6.1.2",
    "glob": "^8.0.3",
    "globby": "^13.1.2",
    "husky": "^8.0.1",
    "jsonata": "^1.8.6",
    "lint-staged": "^13.0.3",
    "lunr": "^2.3.9",
    "npm-check-updates": "^16.3.11",
    "open": "^8.4.0",
    "pascal-case": "^3.1.2",
    "plop": "^3.1.1",
    "postcss": "^8.4.18",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "recursive-copy": "^2.0.14",
    "sass": "^1.55.0",
    "sass-true": "^6.1.0",
    "sinon": "^14.0.1",
    "strip-css-comments": "^5.0.0",
    "ts-lit-plugin": "^1.0.5",
    "tslib": "^2.4.0",
    "typescript": "4.8.4"
  },
  "engines": {
    "node": ">=14.17.0",
    "npm": ">=8.19.2"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --max-warnings 0 --cache --fix",
      "prettier --write"
    ]
  },
  "browserslist": [
    "last 2 versions",
    ">1%"
  ],
  "overrides": {
    "trim": "0.0.3",
    "fast-glob": {
      "glob-parent": "5.1.2"
    }
  }
}
