lume/packages/utils/package.json

26 lines
505 B
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
2024-01-01 01:19:43 +00:00
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
2024-01-25 01:35:17 +00:00
"@tanstack/react-query": "^5.17.19",
2024-01-01 01:19:43 +00:00
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
2024-01-25 01:35:17 +00:00
"jotai": "^2.6.3",
2024-01-01 01:19:43 +00:00
"nostr-tools": "1.17.0",
"react": "^18.2.0",
2024-01-25 01:35:17 +00:00
"tailwind-merge": "^2.2.1"
2024-01-01 01:19:43 +00:00
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-01-16 01:37:42 +00:00
"@types/react": "^18.2.48",
2024-01-01 01:19:43 +00:00
"typescript": "^5.3.3"
}
}