lume/packages/utils/package.json
2024-02-24 18:26:20 +07:00

30 lines
616 B
JSON

{
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.22.2",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"jotai": "^2.6.5",
"nostr-tools": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.101.5",
"slate-react": "^0.101.6"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"tailwind-merge": "^2.2.1",
"typescript": "^5.3.3"
}
}