75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "jumble",
|
|
"version": "0.1.0",
|
|
"description": "Yet another Nostr desktop client",
|
|
"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",
|
|
"@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-popover": "^1.1.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@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-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"
|
|
}
|
|
}
|