mirror of
https://github.com/lumehq/lume.git
synced 2025-04-04 18:12:17 +02:00
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.1",
|
|
"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.4.0",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|