cpns / packages /ui /package.json
pramudya-yb
Rename project from Labas to Pram
2b62b0c
Raw
History Blame Contribute Delete
931 Bytes
{
"name": "@pram/ui",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"exports": {
"./globals.css": "./src/styles/globals.css",
"./lib/*": "./src/lib/*.ts",
"./components/*": "./src/components/*.tsx",
"./hooks/*": "./src/hooks/*.ts",
"./postcss.config": "./postcss.config.mjs"
},
"scripts": {
"check-types": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.546.0",
"next-themes": "catalog:",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shadcn": "^3.6.2",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4"
},
"devDependencies": {
"@pram/config": "workspace:*",
"@types/react": "^19.2.10",
"@types/react-dom": "catalog:",
"tailwindcss": "^4.1.18",
"typescript": "catalog:"
}
}