Folo/packages/components/package.json

65 lines
2.0 KiB
JSON

{
"name": "@follow/components",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"exports": {
"./atoms/*": "./src/atoms/*",
"./common/*": "./src/common/*",
"./dayjs": "./src/utils/dayjs.ts",
"./hooks/*": "./src/hooks/*",
"./icons/*": "./src/icons/*",
"./modules/*": "./src/modules/*",
"./providers/*": "./src/providers/*",
"./tailwind": "./assets/index.css",
"./ui/*": "./src/ui/*",
"./utils/*": "./src/utils/*"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@essentials/request-timeout": "1.3.0",
"@follow/hooks": "workspace:*",
"@follow/models": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/types": "workspace:*",
"@follow/utils": "workspace:*",
"@headlessui/react": "2.2.0",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-context-menu": "2.2.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-hover-card": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-scroll-area": "1.2.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-tooltip": "1.1.4",
"@react-hook/window-size": "3.1.1",
"class-variance-authority": "0.7.1",
"dayjs": "1.11.13",
"foxact": "0.2.43",
"framer-motion": "11.13.1",
"jotai": "2.10.3",
"masonic": "4.0.1",
"react-blurhash": "^0.3.0",
"react-fast-marquee": "1.6.5",
"react-hook-form": "7.54.0",
"react-i18next": "^15.1.3",
"sonner": "1.7.1",
"use-context-selector": "2.0.0",
"usehooks-ts": "3.1.0",
"vaul": "1.1.1"
}
}