91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
{
|
|
"name": "@follow/components",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"exports": {
|
|
"./assets/*": "./assets/*",
|
|
"./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/*"
|
|
},
|
|
"main": "./exports.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"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",
|
|
"@microflash/remark-callout-directives": "4.3.2",
|
|
"@radix-ui/react-avatar": "1.1.2",
|
|
"@radix-ui/react-checkbox": "1.1.3",
|
|
"@radix-ui/react-context-menu": "2.2.5",
|
|
"@radix-ui/react-dialog": "1.1.5",
|
|
"@radix-ui/react-dropdown-menu": "2.1.5",
|
|
"@radix-ui/react-hover-card": "1.1.5",
|
|
"@radix-ui/react-label": "2.1.1",
|
|
"@radix-ui/react-navigation-menu": "1.2.4",
|
|
"@radix-ui/react-popover": "1.1.5",
|
|
"@radix-ui/react-radio-group": "1.2.2",
|
|
"@radix-ui/react-scroll-area": "1.2.2",
|
|
"@radix-ui/react-select": "2.1.5",
|
|
"@radix-ui/react-slider": "^1.2.2",
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"@radix-ui/react-switch": "1.1.2",
|
|
"@radix-ui/react-tabs": "1.1.2",
|
|
"@radix-ui/react-toast": "1.2.5",
|
|
"@radix-ui/react-tooltip": "1.1.7",
|
|
"@react-hook/window-size": "3.1.1",
|
|
"@types/hast": "3.0.4",
|
|
"@types/unist": "3.0.3",
|
|
"class-variance-authority": "0.7.1",
|
|
"dayjs": "1.11.13",
|
|
"foxact": "0.2.43",
|
|
"framer-motion": "11.13.1",
|
|
"hast-util-to-jsx-runtime": "2.3.2",
|
|
"hast-util-to-text": "4.0.2",
|
|
"input-otp": "^1.4.2",
|
|
"jotai": "2.11.3",
|
|
"katex": "0.16.21",
|
|
"masonic": "4.0.1",
|
|
"react-blurhash": "^0.3.0",
|
|
"react-fast-marquee": "1.6.5",
|
|
"react-hook-form": "7.54.2",
|
|
"react-i18next": "^15.4.0",
|
|
"rehype-infer-description-meta": "2.0.0",
|
|
"rehype-parse": "9.0.1",
|
|
"rehype-sanitize": "6.0.0",
|
|
"rehype-stringify": "10.0.1",
|
|
"remark-directive": "3.0.1",
|
|
"remark-gfm": "4.0.0",
|
|
"remark-gh-alerts": "0.0.3",
|
|
"remark-rehype": "11.1.1",
|
|
"sonner": "1.7.4",
|
|
"unified": "11.0.5",
|
|
"unist-util-visit": "5.0.0",
|
|
"unist-util-visit-parents": "5.1.3",
|
|
"use-context-selector": "2.0.0",
|
|
"usehooks-ts": "3.1.0",
|
|
"vaul": "1.1.2",
|
|
"vfile": "5.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/katex": "0.16.7"
|
|
}
|
|
}
|