YAS/packages/ui/package.json
YetAnotherSuite Dev c7d98523c6
Some checks failed
CI / Quality Check (push) Has been cancelled
init backup
2026-07-23 23:33:50 +02:00

49 lines
1.4 KiB
JSON

{
"name": "@yetanother/ui",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"clean": "rm -rf .turbo node_modules"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.0",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.0",
"@radix-ui/react-tooltip": "^1.2.0",
"@tanstack/react-query": "^5.75.0",
"@yetanother/utils": "workspace:*",
"clsx": "^2.1.0",
"lucide-react": "^0.510.0",
"react": "^19.1.0",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/react": "^10.5.2",
"@storybook/react-vite": "^10.5.2",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.0",
"@yetanother/eslint-config": "workspace:*",
"@yetanother/tsconfig": "workspace:*",
"eslint": "^9.25.0",
"jsdom": "^26.0.0",
"storybook": "^10.5.2",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.0",
"vitest": "^3.1.0"
}
}