mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 05:41:53 +01:00
26 lines
505 B
JSON
26 lines
505 B
JSON
{
|
|
"name": "@lume/utils",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.17.19",
|
|
"clsx": "^2.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"jotai": "^2.6.3",
|
|
"nostr-tools": "1.17.0",
|
|
"react": "^18.2.0",
|
|
"tailwind-merge": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@types/react": "^18.2.48",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|