lume/packages/ui/package.json

46 lines
1.2 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": {
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
2024-01-12 13:32:45 +00:00
"@lume/storage": "workspace:^",
2023-12-25 07:28:39 +00:00
"@lume/utils": "workspace:^",
2024-02-05 01:30:06 +00:00
"@nostr-dev-kit/ndk": "^2.4.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-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-05 01:30:06 +00:00
"@tanstack/react-query": "^5.18.1",
2024-02-12 13:04:45 +00:00
"@tanstack/react-router": "^1.16.0",
2024-01-30 08:33:24 +00:00
"framer-motion": "^11.0.3",
2024-02-05 01:30:06 +00:00
"jotai": "^2.6.4",
2023-12-25 07:28:39 +00:00
"minidenticons": "^4.2.0",
"react": "^18.2.0",
2024-01-04 01:52:45 +00:00
"react-dom": "^18.2.0",
2024-02-05 01:30:06 +00:00
"react-hook-form": "^7.50.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.0.2",
"react-router-dom": "^6.22.0",
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-01-30 08:33:24 +00:00
"sonner": "^1.4.0",
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-05 01:30:06 +00:00
"virtua": "^0.23.3"
2023-12-25 07:28:39 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-02-05 01:30:06 +00:00
"@types/react": "^18.2.52",
2024-01-07 13:47:48 +00:00
"tailwindcss": "^3.4.1",
2023-12-25 07:28:39 +00:00
"typescript": "^5.3.3"
}
}