mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 22:01:43 +01:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@lume/ark",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@getalby/sdk": "^3.2.3",
|
|
"@lume/icons": "workspace:^",
|
|
"@lume/ndk-cache-tauri": "workspace:^",
|
|
"@lume/storage": "workspace:^",
|
|
"@lume/utils": "workspace:^",
|
|
"@nostr-dev-kit/ndk": "^2.3.3",
|
|
"@nostr-fetch/adapter-ndk": "^0.15.0",
|
|
"@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.17.19",
|
|
"get-urls": "^12.1.0",
|
|
"jotai": "^2.6.3",
|
|
"linkify-react": "^4.1.3",
|
|
"linkifyjs": "^4.1.3",
|
|
"media-chrome": "^2.1.0",
|
|
"minidenticons": "^4.2.0",
|
|
"nanoid": "^5.0.4",
|
|
"nostr-fetch": "^0.15.0",
|
|
"nostr-tools": "1.17.0",
|
|
"qrcode.react": "^3.1.0",
|
|
"re-resizable": "^6.9.11",
|
|
"react": "^18.2.0",
|
|
"react-currency-input-field": "^3.6.14",
|
|
"react-i18next": "^14.0.1",
|
|
"react-router-dom": "^6.21.3",
|
|
"react-string-replace": "^1.1.1",
|
|
"sonner": "^1.4.0",
|
|
"string-strip-html": "^13.4.5",
|
|
"tippy.js": "^6.3.7",
|
|
"use-context-selector": "^1.4.1",
|
|
"virtua": "^0.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tailwindcss": "workspace:^",
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@types/react": "^18.2.48",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|