Files
cadence-ui/packages/ui/package.json
T

34 lines
708 B
JSON

{
"name": "@ai-ui/ui",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup src/index.ts --clean --dts --format esm,cjs",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@ai-ui/tokens": "workspace:*",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.38.0",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0"
}
}