{"_id":"@amandhiman/ui-button","name":"@amandhiman/ui-button","dist-tags":{"latest":"0.0.0"},"versions":{"0.0.0":{"name":"@amandhiman/ui-button","private":false,"version":"0.0.0","type":"module","scripts":{"dev":"vite","build":"tsc -b && vite build","lint":"eslint .","preview":"vite preview"},"dependencies":{"@radix-ui/react-slot":"^1.2.3","@tailwindcss/forms":"^0.5.10","@tailwindcss/vite":"^4.1.11","class-variance-authority":"^0.7.1","clsx":"^2.1.1","lucide-react":"^0.525.0","react":"^19.1.0","react-dom":"^19.1.0","react-icons":"^5.5.0","tailwind-merge":"^3.3.1","tailwind-variants":"^1.0.0"},"devDependencies":{"@eslint/js":"^9.30.1","@types/node":"^24.0.15","@types/react":"^19.1.8","@types/react-dom":"^19.1.6","@vitejs/plugin-react":"^4.6.0","autoprefixer":"^10.4.21","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","globals":"^16.3.0","postcss":"^8.5.6","tailwindcss":"^4.1.11","tw-animate-css":"^1.3.5","typescript":"~5.8.3","typescript-eslint":"^8.35.1","vite":"^7.0.4"},"author":{"name":"Aman"},"license":"MIT","peerDependencies":{"react":"^18.0.0","react-dom":"^18.0.0"},"_id":"@amandhiman/ui-button@0.0.0","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","_nodeVersion":"20.19.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-qLAb9uiOWM/jHx3+fEqII/luyq7YSkXltalRHZTq3d0yDjzoZ0Yze/UTAq3eAcVclKJhzx8O51CQ2nFTj3wiLw==","shasum":"82b46cd816099090b9bcad53aa1a34e40667f69d","tarball":"https://registry.npmjs.org/@amandhiman/ui-button/-/ui-button-0.0.0.tgz","fileCount":19,"unpackedSize":21193,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDrLWNYCNDuafXlqa8SgDgvE2HhIepNgxHpA+7aWETBrQIhAMAb4j85Xr1KGL36dcXXTx5dAT1VTLjk9x6LsRpW1iLt"}]},"_npmUser":{"name":"amandhiman","email":"aman.dhiimann@gmail.com"},"directories":{},"maintainers":[{"name":"amandhiman","email":"aman.dhiimann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ui-button_0.0.0_1753099425335_0.17605461259197952"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-21T12:03:45.265Z","0.0.0":"2025-07-21T12:03:45.517Z","modified":"2025-07-21T12:03:45.771Z"},"maintainers":[{"name":"amandhiman","email":"aman.dhiimann@gmail.com"}],"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","author":{"name":"Aman"},"license":"MIT","readme":"# React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:\n\n```js\nexport default tseslint.config([\n  globalIgnores(['dist']),\n  {\n    files: ['**/*.{ts,tsx}'],\n    extends: [\n      // Other configs...\n\n      // Remove tseslint.configs.recommended and replace with this\n      ...tseslint.configs.recommendedTypeChecked,\n      // Alternatively, use this for stricter rules\n      ...tseslint.configs.strictTypeChecked,\n      // Optionally, add this for stylistic rules\n      ...tseslint.configs.stylisticTypeChecked,\n\n      // Other configs...\n    ],\n    languageOptions: {\n      parserOptions: {\n        project: ['./tsconfig.node.json', './tsconfig.app.json'],\n        tsconfigRootDir: import.meta.dirname,\n      },\n      // other options...\n    },\n  },\n])\n```\n\nYou can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:\n\n```js\n// eslint.config.js\nimport reactX from 'eslint-plugin-react-x'\nimport reactDom from 'eslint-plugin-react-dom'\n\nexport default tseslint.config([\n  globalIgnores(['dist']),\n  {\n    files: ['**/*.{ts,tsx}'],\n    extends: [\n      // Other configs...\n      // Enable lint rules for React\n      reactX.configs['recommended-typescript'],\n      // Enable lint rules for React DOM\n      reactDom.configs.recommended,\n    ],\n    languageOptions: {\n      parserOptions: {\n        project: ['./tsconfig.node.json', './tsconfig.app.json'],\n        tsconfigRootDir: import.meta.dirname,\n      },\n      // other options...\n    },\n  },\n])\n```\n","readmeFilename":"README.md","_rev":"1-962bd70133cef81cdafd7de47fe30924"}