mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 13:51:59 +01:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@lume/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@getalby/sdk": "^3.5.1",
|
|
"@lume/ark": "workspace:^",
|
|
"@lume/icons": "workspace:^",
|
|
"@lume/utils": "workspace:^",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@tanstack/react-query": "^5.36.0",
|
|
"@tanstack/react-router": "^1.32.5",
|
|
"framer-motion": "^11.2.0",
|
|
"get-urls": "^12.1.0",
|
|
"media-chrome": "^3.2.2",
|
|
"minidenticons": "^4.2.1",
|
|
"nanoid": "^5.0.7",
|
|
"qrcode.react": "^3.1.0",
|
|
"re-resizable": "^6.9.16",
|
|
"react": "^18.3.1",
|
|
"react-currency-input-field": "^3.8.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.4",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"react-i18next": "^14.1.1",
|
|
"react-snap-carousel": "^0.4.0",
|
|
"react-string-replace": "^1.1.1",
|
|
"slate": "^0.103.0",
|
|
"slate-react": "^0.102.0",
|
|
"sonner": "^1.4.41",
|
|
"string-strip-html": "^13.4.8",
|
|
"uqr": "^0.1.2",
|
|
"use-debounce": "^10.0.0",
|
|
"virtua": "^0.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tailwindcss": "workspace:^",
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@types/react": "^18.3.2",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|