{
  "name": "@plusui/library",
  "version": "0.1.25",
  "description": "Plus UI Core is a great library that offers many features that you can use in any framework without any problems.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "analyze": "cem analyze",
    "analyze:dev": "cem analyze --watch",
    "dev": "npm run clean && concurrently -k -r \"npm run analyze:dev\" \"npm run build:watch\" \"npm run preview\"",
    "build": "npm run clean && npm run analyze && npm run build:cdn",
    "build:cdn": "tsc && rollup -c rollup.config.js",
    "build:watch": "concurrently -k -r \"tsc --watch\" \"rollup -c rollup.config.js --watch\"",
    "new": "plop",
    "deploy": "npm run build && npm publish",
    "format": "npm run format:eslint && npm run format:prettier",
    "format:eslint": "npx eslint --fix",
    "format:prettier": "npx prettier . --write",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "npx eslint",
    "lint:prettier": "npx prettier . --check",
    "preview": "node dev/server.js",
    "clean": "rimraf cdn dist eslint public react types custom-elements.json web-types.json vscode.css-custom-data.json vscode.html-custom-data.json"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "lit": "^3.2.1",
    "tslib": "^2.8.1",
    "tailwindcss": "^4.0.0-beta.8",
    "@floating-ui/dom": "^1.6.13",
    "tailwind-variants": "^0.3.0",
    "@tailwindcss/postcss": "^4.0.0-beta.8"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.3",
    "@eslint/js": "^9.17.0",
    "@eslint/json": "^0.9.0",
    "@eslint/markdown": "^6.2.1",
    "@rollup/plugin-multi-entry": "^6.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/mocha": "^10.0.2",
    "@web/dev-server-esbuild": "^1.0.2",
    "cem-plugin-custom-jsdoc-tags": "^1.1.2",
    "cem-plugin-expanded-types": "^1.3.3",
    "concurrently": "^9.1.0",
    "custom-element-eslint-rule-generator": "^1.0.1",
    "custom-element-jet-brains-integration": "^1.6.2",
    "custom-element-jsx-integration": "^1.5.3",
    "custom-element-lazy-loader": "^1.3.1",
    "custom-element-react-wrappers": "^1.6.8",
    "custom-element-solidjs-integration": "^1.8.2",
    "custom-element-svelte-integration": "^1.1.2",
    "custom-element-vs-code-integration": "^1.4.1",
    "custom-element-vuejs-integration": "^1.3.3",
    "custom-elements-manifest-deprecator": "^1.1.1",
    "custom-elements-manifest-inheritance": "^1.1.1",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-lit": "^1.15.0",
    "eslint-plugin-lit-a11y": "^1.1.0-next.1",
    "eslint-plugin-require-extensions": "^0.1.3",
    "express": "^4.21.2",
    "glob": "^11.0.0",
    "globals": "^15.14.0",
    "lint-staged": "^15.2.7",
    "plop": "^4.0.1",
    "prettier": "^3.3.2",
    "rimraf": "^5.0.10",
    "rollup": "^4.28.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-summary": "^3.0.0",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.18.2"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.format:prettier": "prettier --write"
  },
  "files": [
    "cdn",
    "eslint",
    "dist",
    "react",
    "types",
    "index.d.ts",
    "index.js",
    "public",
    "package.json",
    "custom-elements.json",
    "vscode.css-custom-data.json",
    "vscode.html-custom-data.json",
    "web-types.json"
  ],
  "keywords": [
    "web-components",
    "custom-elements",
    "lit-element",
    "typescript",
    "lit"
  ],
  "engines": {
    "node": ">=20.9.0",
    "npm": ">=9.0.0"
  }
}
