lume/packages/lume-column-trending-notes/package.json

27 lines
636 B
JSON
Raw Normal View History

2024-01-30 07:22:56 +00:00
{
"name": "@columns/trending-notes",
"version": "0.0.0",
"private": true,
"main": "./src/index.tsx",
"dependencies": {
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
2024-02-05 01:30:06 +00:00
"@nostr-dev-kit/ndk": "^2.4.0",
"@tanstack/react-query": "^5.18.1",
2024-01-30 07:22:56 +00:00
"react": "^18.2.0",
2024-02-05 01:30:06 +00:00
"react-router-dom": "^6.22.0",
2024-01-30 08:33:24 +00:00
"sonner": "^1.4.0",
2024-02-05 01:30:06 +00:00
"virtua": "^0.23.3"
2024-01-30 07:22:56 +00:00
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
2024-02-05 01:30:06 +00:00
"@types/react": "^18.2.52",
"tailwindcss": "^3.4.1",
2024-01-30 07:22:56 +00:00
"typescript": "^5.3.3"
}
}