{
  "name": "@cps-elements/web",
  "description": "Web Components de ponta, sem complicação.",
  "version": "0.25.0",
  "homepage": "https://github.com/cpsrepositorio/cps-elements",
  "author": "Erick Eduardo Petrucelli <erickpetru@gmail.com>",
  "license": "MIT",
  "type": "module",
  "customElements": "custom-elements.json",
  "web-types": "web-types.json",
  "types": "all.d.ts",
  "main": "all.js",
  "exports": {
    ".": {
      "types": "./all.d.ts",
      "import": "./all.js"
    },
    "./autoloader": "./autoloader.js",
    "./themes/*": "./themes/*",
    "./components/*": "./components/*",
    "./utilities/*": "./utilities/*",
    "./react": "./react/index.js",
    "./react/*": "./react/*",
    "./translations/*": "./translations/*"
  },
  "files": [
    "assets",
    "chunks",
    "components",
    "internal",
    "react",
    "styles",
    "themes",
    "translations",
    "utilities",
    "autoloader.d.ts",
    "autoloader.js",
    "custom-elements.json",
    "all.d.ts",
    "all.js",
    "vscode.html-custom-data.json",
    "web-types.json"
  ],
  "keywords": [
    "web components",
    "custom elements",
    "components"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cpsrepositorio/cps-elements.git"
  },
  "bugs": {
    "url": "https://github.com/cpsrepositorio/cps-elements/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/ErickPetru"
  },
  "scripts": {
    "dev": "node scripts/build.js --bundle --serve",
    "build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
    "prestart": "symlink-dir docs cps-elements",
    "start": "http-server . -a localhost -g -o cps-elements && unlink cps-elements",
    "verify": "npm run prettier:check && npm run eslint:check && npm run stylelint:check && npm run build && npm run test",
    "prettier:check": "prettier --check --loglevel warn .",
    "prettier:fix": "prettier --write --loglevel warn .",
    "eslint:check": "eslint src --max-warnings 0",
    "eslint:fix": "eslint src --max-warnings 0 --fix",
    "stylelint:check": "stylelint {docs,src}/**/*.{styles.ts,css,html,md}",
    "stylelint:fix": "stylelint {docs,src}/**/*.{styles.ts,css,html,md} --fix",
    "ts:check": "tsc --noEmit --project ./tsconfig.json",
    "spell:check": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
    "create": "plop --plopfile scripts/plop/plopfile.js",
    "test": "web-test-runner --group default",
    "test:component": "web-test-runner -- --watch --group",
    "test:watch": "web-test-runner --watch --group default",
    "list-outdated-dependencies": "npm-check-updates --format repo --peer",
    "update-dependencies": "npm-check-updates --peer -u && npm install",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d docs"
  },
  "engines": {
    "node": ">=24.11.0",
    "npm": ">=11.6.0"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.2.1",
    "@lit-labs/react": "^1.1.1",
    "composed-offset-position": "^0.0.4",
    "lit": "^3.3.1"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.6.8",
    "@iconify-json/fluent": "^1.1.18",
    "@open-wc/testing": "^3.1.7",
    "@types/mocha": "^10.0.1",
    "@types/react": "^18.0.28",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "@web/dev-server-esbuild": "^0.3.6",
    "@web/test-runner": "^0.15.0",
    "@web/test-runner-commands": "^0.6.5",
    "@web/test-runner-playwright": "^0.9.0",
    "browser-sync": "^3.0.2",
    "cem-plugin-vs-code-custom-data-generator": "^1.4.1",
    "chalk": "^5.2.0",
    "command-line-args": "^5.2.1",
    "comment-parser": "^1.3.1",
    "cspell": "^6.26.3",
    "del": "^7.0.0",
    "download": "^8.0.0",
    "esbuild": "^0.16.17",
    "esbuild-plugin-replace": "^1.4.0",
    "eslint": "^8.45.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-lit": "^2.1.1",
    "eslint-plugin-lit-a11y": "^4.1.4",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "eslint-plugin-wc": "^1.5.0",
    "front-matter": "^4.0.2",
    "get-port": "^6.1.2",
    "gh-pages": "^5.0.0",
    "globby": "^13.1.3",
    "http-server": "^14.1.1",
    "husky": "^8.0.3",
    "jsonata": "^2.0.1",
    "lint-staged": "^13.1.2",
    "lunr": "^2.3.9",
    "lunr-languages": "^1.10.0",
    "marked": "^4.2.12",
    "npm-check-updates": "^16.7.5",
    "open": "^8.4.1",
    "pascal-case": "^3.1.2",
    "plop": "^3.1.2",
    "postcss-html": "^1.5.0",
    "postcss-lit": "^1.1.0",
    "postcss-markdown": "^1.2.0",
    "prettier": "^2.8.4",
    "react": "^18.2.0",
    "recursive-copy": "^2.0.14",
    "sinon": "^15.0.1",
    "source-map": "^0.7.4",
    "strip-css-comments": "^5.0.0",
    "stylelint": "^15.10.2",
    "stylelint-config-concentric-order": "^5.1.0",
    "stylelint-config-recommended": "^13.0.0",
    "symlink-dir": "^5.1.1",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6",
    "user-agent-data-types": "^0.3.0"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --max-warnings 0 --cache --fix",
      "prettier --write"
    ]
  }
}
