BangSo/packages/ui-web/package.json

33 lines
753 B
JSON

{
"name": "@rakazo/ui-web",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./styles.css": "./src/styles.css"
},
"scripts": {
"check": "tsc --noEmit -p tsconfig.json",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@rakazo/core": "workspace:*",
"@rakazo/ui-tokens": "workspace:*",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.3.1"
},
"peerDependencies": {
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.8",
"typescript": "^5.9.2",
"vitest": "^4.1.10"
}
}