lume/packages/ui/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"name": "@lume/ui",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"dependencies": {
2024-04-16 01:55:36 +00:00
"@getalby/sdk": "^3.5.0",
2023-12-25 07:28:39 +00:00
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
2024-01-08 13:18:07 +00:00
"@radix-ui/react-accordion": "^1.1.2",
2023-12-25 07:28:39 +00:00
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
2024-02-14 08:51:06 +00:00
"@radix-ui/react-collapsible": "^1.0.3",
2024-01-03 04:03:56 +00:00
"@radix-ui/react-dialog": "^1.0.5",
2023-12-25 07:28:39 +00:00
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
2024-01-15 07:06:11 +00:00
"@radix-ui/react-popover": "^1.0.7",
2024-02-14 08:51:06 +00:00
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.31.0",
2024-04-22 06:18:34 +00:00
"@tanstack/react-router": "^1.29.2",
"framer-motion": "^11.1.7",
2024-02-14 08:51:06 +00:00
"get-urls": "^12.1.0",
2024-04-16 01:55:36 +00:00
"media-chrome": "^3.2.1",
2024-03-02 09:08:01 +00:00
"minidenticons": "^4.2.1",
2024-04-10 07:11:05 +00:00
"nanoid": "^5.0.7",
2024-02-14 08:51:06 +00:00
"qrcode.react": "^3.1.0",
2024-04-22 06:18:34 +00:00
"re-resizable": "^6.9.14",
2023-12-25 07:28:39 +00:00
"react": "^18.2.0",
2024-02-24 11:26:20 +00:00
"react-currency-input-field": "^3.8.0",
2024-01-04 01:52:45 +00:00
"react-dom": "^18.2.0",
2024-04-16 01:55:36 +00:00
"react-hook-form": "^7.51.3",
2024-02-05 01:30:06 +00:00
"react-hotkeys-hook": "^4.5.0",
2024-03-16 08:05:06 +00:00
"react-i18next": "^14.1.0",
2024-02-14 08:51:06 +00:00
"react-string-replace": "^1.1.1",
2024-03-16 11:45:54 +00:00
"slate": "^0.102.0",
"slate-react": "^0.102.0",
2024-03-29 00:45:37 +00:00
"sonner": "^1.4.41",
2024-04-10 07:11:05 +00:00
"string-strip-html": "^13.4.8",
2024-01-15 02:51:49 +00:00
"uqr": "^0.1.2",
2024-01-23 06:07:24 +00:00
"use-debounce": "^10.0.0",
"virtua": "^0.30.2"
2023-12-25 07:28:39 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-04-16 01:55:36 +00:00
"@types/react": "^18.2.79",
2024-03-29 00:45:37 +00:00
"tailwindcss": "^3.4.3",
2024-04-11 00:47:37 +00:00
"typescript": "^5.4.5"
2023-12-25 07:28:39 +00:00
}
}