You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.3 KiB
78 lines
2.3 KiB
{ |
|
"name": "jumble", |
|
"version": "0.1.0", |
|
"description": "A beautiful nostr client focused on browsing relay feeds", |
|
"private": true, |
|
"type": "module", |
|
"author": "codytseng", |
|
"license": "MIT", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/CodyTseng/jumble" |
|
}, |
|
"homepage": "https://github.com/CodyTseng/jumble", |
|
"scripts": { |
|
"dev": "vite --host", |
|
"build": "tsc -b && vite build", |
|
"lint": "eslint .", |
|
"format": "prettier --write .", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@nextui-org/image": "^2.2.3", |
|
"@noble/hashes": "^1.6.1", |
|
"@radix-ui/react-avatar": "^1.1.2", |
|
"@radix-ui/react-dialog": "^1.1.4", |
|
"@radix-ui/react-dropdown-menu": "^2.1.4", |
|
"@radix-ui/react-hover-card": "^1.1.4", |
|
"@radix-ui/react-label": "^2.1.1", |
|
"@radix-ui/react-popover": "^1.1.4", |
|
"@radix-ui/react-scroll-area": "1.2.0", |
|
"@radix-ui/react-separator": "^1.1.1", |
|
"@radix-ui/react-slot": "^1.1.1", |
|
"@radix-ui/react-switch": "^1.1.2", |
|
"@radix-ui/react-toast": "^1.2.4", |
|
"class-variance-authority": "^0.7.1", |
|
"clsx": "^2.1.1", |
|
"cmdk": "^1.0.0", |
|
"dataloader": "^2.2.3", |
|
"dayjs": "^1.11.13", |
|
"framer-motion": "^11.15.0", |
|
"i18next": "^24.2.0", |
|
"i18next-browser-languagedetector": "^8.0.2", |
|
"lru-cache": "^11.0.2", |
|
"lucide-react": "^0.469.0", |
|
"nostr-tools": "^2.10.4", |
|
"path-to-regexp": "^8.2.0", |
|
"qrcode.react": "^4.2.0", |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-i18next": "^15.2.0", |
|
"react-resizable-panels": "^2.1.7", |
|
"react-simple-pull-to-refresh": "^1.3.3", |
|
"react-string-replace": "^1.1.1", |
|
"tailwind-merge": "^2.5.5", |
|
"tailwindcss-animate": "^1.0.7", |
|
"yet-another-react-lightbox": "^3.21.7", |
|
"zod": "^3.24.1" |
|
}, |
|
"devDependencies": { |
|
"@eslint/js": "^9.17.0", |
|
"@types/node": "^22.10.2", |
|
"@types/react": "^18.3.17", |
|
"@types/react-dom": "^18.3.5", |
|
"@vitejs/plugin-react": "^4.3.4", |
|
"autoprefixer": "^10.4.20", |
|
"eslint": "^9.17.0", |
|
"eslint-plugin-react-hooks": "^5.0.0", |
|
"eslint-plugin-react-refresh": "^0.4.16", |
|
"globals": "^15.13.0", |
|
"postcss": "^8.4.49", |
|
"prettier": "3.4.2", |
|
"tailwindcss": "^3.4.17", |
|
"typescript": "~5.6.2", |
|
"typescript-eslint": "^8.18.1", |
|
"vite": "^6.0.3", |
|
"vite-plugin-pwa": "^0.21.1" |
|
} |
|
}
|
|
|