{"_id":"@aceu/my-ui-lib","name":"@aceu/my-ui-lib","dist-tags":{"latest":"1.2.3"},"versions":{"1.2.3":{"name":"@aceu/my-ui-lib","version":"1.2.3","private":false,"type":"module","main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","exports":{".":{"import":"./dist/index.mjs","require":"./dist/index.js"}},"scripts":{"dev":"vite","build":"tsc -b && vite build","lint":"eslint .","preview":"vite preview"},"dependencies":{"clsx":"^2.1.1","react":"^19.1.0","react-dom":"^19.1.0"},"devDependencies":{"@eslint/js":"^9.25.0","@types/react":"^19.1.2","@types/react-dom":"^19.1.2","@vitejs/plugin-react":"^4.4.1","autoprefixer":"^10.4.21","eslint":"^9.25.0","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.19","globals":"^16.0.0","postcss":"^8.5.6","storybook":"^9.0.12","tailwindcss":"^4.1.10","typescript":"~5.8.3","typescript-eslint":"^8.30.1","vite":"^6.3.5","vite-plugin-dts":"^4.5.4"},"_id":"@aceu/my-ui-lib@1.2.3","gitHead":"f7f0b621e6c2ff7db7204f0c7cd132050aa59af9","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","_nodeVersion":"20.17.0","_npmVersion":"11.1.0","dist":{"integrity":"sha512-PZjkQtT5wPgIRuRIOlQPaku76hujAA4IszQzyTebzqhWw/qzB3IK/XJ8ohoMyFY7I+FpnCxoXeM6c3nL63slfg==","shasum":"1f9ee770bc4c511a3bf55f4be931bde048950b95","tarball":"https://registry.npmjs.org/@aceu/my-ui-lib/-/my-ui-lib-1.2.3.tgz","fileCount":5,"unpackedSize":20373,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCwiSng1jPaosBvXYs4R6xKPUvztScqINKYohyoG4c8rAIgOULWGKlkWAD7Zmq2c06EmaMWJFTjuvwGmsdoh62U4aQ="}]},"_npmUser":{"name":"aceu","email":"1229346382@qq.com","actor":{"name":"aceu","email":"1229346382@qq.com","type":"user"}},"directories":{},"maintainers":[{"name":"aceu","email":"1229346382@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/my-ui-lib_1.2.3_1750750328531_0.4014859595056599"},"_hasShrinkwrap":false}},"time":{"created":"2025-06-24T07:32:08.403Z","1.2.3":"2025-06-24T07:32:08.690Z","modified":"2025-06-24T07:32:08.960Z"},"maintainers":[{"name":"aceu","email":"1229346382@qq.com"}],"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","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  extends: [\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  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\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  plugins: {\n    // Add the react-x and react-dom plugins\n    'react-x': reactX,\n    'react-dom': reactDom,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended typescript rules\n    ...reactX.configs['recommended-typescript'].rules,\n    ...reactDom.configs.recommended.rules,\n  },\n})\n```\n","readmeFilename":"README.md","_rev":"1-bec907b6b479f0c393960596606c409f"}