lume/packages/ark/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"name": "@lume/ark",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"dependencies": {
2023-12-29 01:26:13 +00:00
"@getalby/sdk": "^3.2.3",
2023-12-25 07:28:39 +00:00
"@lume/icons": "workspace:^",
"@lume/ndk-cache-tauri": "workspace:^",
"@lume/storage": "workspace:^",
"@lume/utils": "workspace:^",
2024-01-17 05:39:04 +00:00
"@nostr-dev-kit/ndk": "^2.3.3",
2024-01-07 13:47:48 +00:00
"@nostr-fetch/adapter-ndk": "^0.15.0",
2023-12-25 07:28:39 +00:00
"@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",
2023-12-27 03:52:13 +00:00
"@radix-ui/react-hover-card": "^1.0.7",
2023-12-25 07:28:39 +00:00
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
2024-01-17 05:39:04 +00:00
"@tanstack/react-query": "^5.17.15",
2023-12-28 01:44:55 +00:00
"get-urls": "^12.1.0",
2024-01-17 05:39:04 +00:00
"jotai": "^2.6.2",
2024-01-12 08:14:49 +00:00
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
2024-01-19 00:45:28 +00:00
"media-chrome": "^2.1.0",
2023-12-25 07:28:39 +00:00
"minidenticons": "^4.2.0",
"nanoid": "^5.0.4",
2024-01-07 13:47:48 +00:00
"nostr-fetch": "^0.15.0",
2023-12-25 07:28:39 +00:00
"nostr-tools": "1.17.0",
"qrcode.react": "^3.1.0",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
2024-01-01 01:19:43 +00:00
"react-currency-input-field": "^3.6.14",
2024-01-19 00:45:28 +00:00
"react-router-dom": "^6.21.3",
2023-12-25 07:28:39 +00:00
"react-string-replace": "^1.1.1",
2023-12-29 01:26:13 +00:00
"sonner": "^1.3.1",
2024-01-20 02:06:00 +00:00
"string-strip-html": "^13.4.5",
2023-12-25 07:28:39 +00:00
"tippy.js": "^6.3.7",
2024-01-23 06:07:24 +00:00
"use-context-selector": "^1.4.1",
"virtua": "^0.20.5"
2023-12-25 07:28:39 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-01-16 01:37:42 +00:00
"@types/react": "^18.2.48",
2024-01-07 13:47:48 +00:00
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
2023-12-25 07:28:39 +00:00
"typescript": "^5.3.3"
}
}