2025-12-18 15:55:15 -08:00
|
|
|
{
|
|
|
|
|
"name": "@katanemo/ui",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"default": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"./lib/utils": {
|
|
|
|
|
"types": "./src/lib/utils.ts",
|
|
|
|
|
"default": "./src/lib/utils.ts"
|
|
|
|
|
},
|
|
|
|
|
"./components/*": {
|
|
|
|
|
"types": "./src/components/*.tsx",
|
|
|
|
|
"default": "./src/components/*.tsx"
|
|
|
|
|
},
|
|
|
|
|
"./components/ui/*": {
|
|
|
|
|
"types": "./src/components/ui/*.tsx",
|
|
|
|
|
"default": "./src/components/ui/*.tsx"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "echo 'Skipping build'",
|
|
|
|
|
"lint": "biome check",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"framer-motion": "^12.23.24",
|
|
|
|
|
"lucide-react": "^0.548.0",
|
2026-01-28 17:52:39 -08:00
|
|
|
"next": "^16.1.6",
|
|
|
|
|
"react": "^19.2.0",
|
|
|
|
|
"react-dom": "^19.2.0",
|
2025-12-18 15:55:15 -08:00
|
|
|
"tailwind-merge": "^3.3.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "2.2.0",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^19.2.0",
|
|
|
|
|
"react-dom": "^19.2.0"
|
|
|
|
|
}
|
|
|
|
|
}
|