{ "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": { "@heroicons/react": "^2.1.5", "@noble/hashes": "^1.4.0", "@nostr-dev-kit/ndk": "^2.8.2", "@nostr-dev-kit/ndk-cache-dexie": "^2.4.2", "@tanstack/react-query": "^5.51.15", "@tanstack/react-query-devtools": "^5.51.15", "add": "^2.0.6", "axios": "^1.7.2", "blossom-client-sdk": "^0.9.0", "blurhash": "^2.0.5", "dayjs": "^1.11.12", "id3js": "^2.1.1", "lodash": "^4.17.21", "nostr-tools": "^2.7.1", "p-limit": "^6.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-pdf": "^9.1.0", "react-router-dom": "^6.25.1" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.51.15", "@types/lodash": "^4.17.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "@vitejs/plugin-react-swc": "^3.7.0", "autoprefixer": "^10.4.19", "daisyui": "latest", "eslint": "^9.8.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "postcss": "^8.4.40", "prettier": "^3.3.3", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", "vite": "^5.3.5", "vite-bundle-visualizer": "^1.2.1" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.19.1" } }