@tamilvananmurugan/xlibs
Version:
Comprehensive UI component library with Aceternity, MagicUI, and ShadCN components
82 lines (81 loc) • 2.04 kB
JSON
{
"name": "@tamilvananmurugan/xlibs",
"version": "1.0.1",
"description": "Comprehensive UI component library with Aceternity, MagicUI, and ShadCN components",
"type": "module",
"main": "dist/xlibs.js",
"module": "dist/xlibs.esm.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/xlibs.esm.js",
"require": "./dist/xlibs.js"
},
"./styles": "./dist/xlibs.css"
},
"files": [
"dist/**/*",
"components/**/*",
"*.ts",
"*.tsx"
],
"scripts": {
"build:css": "tailwindcss -i ./src/styles.css -o ./xlibs.css --minify",
"build:lib": "vite build",
"build": "npm run build:css && npm run build:lib",
"dev": "vite",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/fiber": "^8.15.19",
"@tabler/icons-react": "^3.34.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.4",
"framer-motion": "^10.0.0 || ^11.0.0",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"react-dropzone": "^14.3.8",
"tailwind-merge": "^2.6.0",
"three": "^0.158.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"rimraf": "^5.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0",
"vite": "^7.1.1"
},
"keywords": [
"react",
"ui",
"components",
"aceternity",
"magicui",
"shadcn",
"tailwind",
"typescript"
],
"author": "Tamilvanan Murugan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xlibs/xlibs.git"
},
"bugs": {
"url": "https://github.com/xlibs/xlibs/issues"
},
"homepage": "https://github.com/xlibs/xlibs#readme"
}