36 lines
919 B
JSON
36 lines
919 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": "^3.25.76"
|
|
},
|
|
"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"
|
|
}
|