{
  "name": "react-fa-picker",
  "version": "1.0.12",
  "type": "module",
  "main": "dist/app.cjs.js",
  "module": "dist/app.es.js",
  "types": "dist/app.d.ts",
  "styles": "dist/style.css",
  "license": "MIT",
  "author": {
    "name": "Fahim Mahmud Chisti",
    "url": "https://fahimcode.com/"
  },
  "scripts": {
    "dev": "vite",
    "lint": "eslint .",
    "test": "vitest",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "release": "node scripts/release.js"
  },
  "peerDependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-brands-svg-icons": "^6.7.2",
    "@fortawesome/free-regular-svg-icons": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@radix-ui/react-label": "^2.1.4",
    "@radix-ui/react-popover": "^1.1.14",
    "@radix-ui/react-scroll-area": "^1.2.6",
    "@radix-ui/react-separator": "^1.1.4",
    "@radix-ui/react-slider": "^1.3.2",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.2",
    "lucide-react": "^0.507.0",
    "react": "^19.0.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.1.5"
  },
  "dependencies": {
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "tailwind-merge": "^3.2.0",
    "use-debounce": "^10.0.4",
    "zod": "^3.25.17"
  },
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@tailwindcss/postcss": "^4.1.5",
    "@tailwindcss/vite": "^4.1.5",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.3",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.0.0",
    "eslint": "^9.22.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^16.0.0",
    "jsdom": "^23.0.0",
    "postcss": "^8.0.0",
    "tailwindcss": "^4.1.5",
    "tw-animate-css": "^1.2.9",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.26.1",
    "vite": "^6.3.1",
    "vite-plugin-dts": "^4.0.0",
    "vitest": "^0.31.0"
  },
  "keywords": [
    "shadcn-icon-picker",
    "react-icon-picker",
    "react-fontawesome",
    "react-svg-icons",
    "react-icon-grid",
    "react-searchable-icons"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fmchisti/react-fa-picker.git"
  },
  "bugs": {
    "url": "https://github.com/fmchisti/react-fa-picker/issues"
  },
  "homepage": "https://github.com/fmchisti/react-fa-picker"
}
