mirror of
https://github.com/lumehq/lume.git
synced 2025-03-25 17:21:45 +01:00
* feat: improve create column command * refactor: thread * feat: add window virtualized to event screen * chore: update deps * fix: window decoration * feat: improve mention ntoe * feat: add subscription to event screen
30 lines
620 B
JSON
30 lines
620 B
JSON
{
|
|
"name": "@lume/utils",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"bitcoin-units": "^1.0.0",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.11",
|
|
"light-bolt11-decoder": "^3.1.1",
|
|
"nostr-tools": "^2.7.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"slate": "^0.103.0",
|
|
"slate-react": "^0.105.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|