{ "name": "blob-manager", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "format": "prettier -w src/", "analyze": "vite-bundle-visualizer" }, "dependencies": { "@catamphetamine/id3js": "^1.0.2", "@heroicons/react": "^2.2.0", "@noble/hashes": "^1.6.1", "@nostr-dev-kit/ndk": "^2.10.7", "@nostr-dev-kit/ndk-cache-dexie": "^2.5.8", "@tanstack/react-query": "^5.62.10", "@tanstack/react-query-devtools": "^5.62.10", "add": "^2.0.6", "axios": "^1.7.9", "blossom-client-sdk": "^2.1.1", "blurhash": "^2.0.5", "dayjs": "^1.11.13", "lodash": "^4.17.21", "nostr-tools": "^2.10.4", "p-limit": "^6.2.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-pdf": "^9.2.1", "react-router-dom": "^7.1.1" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.62.9", "@types/lodash": "^4.17.13", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "@vitejs/plugin-react-swc": "^3.7.2", "autoprefixer": "^10.4.20", "daisyui": "latest", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "postcss": "^8.4.49", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^6.0.6", "vite-bundle-visualizer": "^1.2.1" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.29.1" } }