Files
basango/packages/ui/package.json
T

36 lines
918 B
JSON

{
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"zod": "^4.1.12"
},
"devDependencies": {
"@basango/tsconfig": "workspace:*",
"@tailwindcss/postcss": "^4.1.11",
"@turbo/gen": "^2.5.5",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"tailwindcss": "^4.1.11"
},
"exports": {
"./components/*": "./src/components/*.tsx",
"./globals.css": "./src/styles/globals.css",
"./hooks/*": "./src/hooks/*.ts",
"./lib/*": "./src/lib/*.ts",
"./postcss.config": "./postcss.config.mjs"
},
"name": "@basango/ui",
"private": true,
"scripts": {
"lint": "eslint . --max-warnings 0"
},
"type": "module"
}