Files
popcorntime/packages/popcorntime-ui/package.json
2025-10-01 09:41:15 -04:00

78 lines
2.3 KiB
JSON

{
"name": "@popcorntime/ui",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
"./styles.css": "./src/styles/globals.css",
"./postcss.config": "./postcss.config.mjs",
"./lib/*": "./src/lib/*.ts",
"./blocks/*": "./src/blocks/*.tsx",
"./components/*": "./src/components/*.tsx",
"./hooks/*": "./src/hooks/*.ts"
},
"scripts": {
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"test-storybook": "vitest run --project=storybook",
"build-storybook": "storybook build"
},
"devDependencies": {
"@popcorntime/typescript-config": "workspace:*",
"@storybook/addon-a11y": "^9.1.10",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-themes": "^9.1.10",
"@storybook/addon-vitest": "^9.1.10",
"@storybook/react-vite": "^9.1.10",
"@storybook/test-runner": "^0.23.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "4.1.0",
"autoprefixer": "^10.4.20",
"globals": "^16.4.0",
"postcss": "^8.5.3",
"storybook": "^9.1.10",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.2",
"vite": "^6.1.0",
"vitest": "catalog:",
"@vitest/browser": "3.2.4",
"playwright": "^1.55.1",
"@vitest/coverage-v8": "3.2.4"
},
"dependencies": {
"@hookform/resolvers": "catalog:",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "catalog:",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.23.21",
"lucide-react": "catalog:",
"next-themes": "^0.4.6",
"react": "catalog:",
"react-dom": "catalog:",
"react-hook-form": "catalog:",
"sonner": "catalog:",
"tailwindcss": "catalog:",
"zod": "catalog:"
}
}