lume/packages/ui/package.json

55 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-02-24 11:26:20 +00:00
"@getalby/sdk": "^3.3.1",
2023-12-25 07:28:39 +00:00
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
2024-02-24 11:26:20 +00:00
"@nostr-dev-kit/ndk": "^2.5.0",
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",
2024-03-02 08:21:28 +00:00
"@tanstack/react-query": "^5.24.1",
2024-03-02 09:08:01 +00:00
"@tanstack/react-router": "^1.18.1",
"framer-motion": "^11.0.8",
2024-02-14 08:51:06 +00:00
"get-urls": "^12.1.0",
2024-02-24 11:26:20 +00:00
"media-chrome": "^2.2.5",
2024-03-02 09:08:01 +00:00
"minidenticons": "^4.2.1",
2024-02-24 11:26:20 +00:00
"nanoid": "^5.0.6",
2024-02-14 08:51:06 +00:00
"qrcode.react": "^3.1.0",
"re-resizable": "^6.9.11",
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-03-02 09:08:01 +00:00
"react-hook-form": "^7.51.0",
2024-02-05 01:30:06 +00:00
"react-hotkeys-hook": "^4.5.0",
2024-02-15 07:32:40 +00:00
"react-i18next": "^14.0.5",
2024-03-02 08:21:28 +00:00
"react-router-dom": "^6.22.2",
2024-02-14 08:51:06 +00:00
"react-string-replace": "^1.1.1",
2024-01-04 01:52:45 +00:00
"slate": "^0.101.5",
2024-01-25 01:35:17 +00:00
"slate-react": "^0.101.6",
2024-03-02 09:08:01 +00:00
"sonner": "^1.4.3",
2024-02-14 08:51:06 +00:00
"string-strip-html": "^13.4.6",
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",
2024-02-24 11:26:20 +00:00
"virtua": "^0.27.5"
2023-12-25 07:28:39 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-03-02 09:08:01 +00:00
"@types/react": "^18.2.61",
2024-01-07 13:47:48 +00:00
"tailwindcss": "^3.4.1",
2023-12-25 07:28:39 +00:00
"typescript": "^5.3.3"
}
}