2024-03-26 23:58:11 +01:00
|
|
|
{
|
|
|
|
"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.3",
|
|
|
|
"@noble/hashes": "^1.4.0",
|
2024-05-19 11:11:12 +02:00
|
|
|
"@nostr-dev-kit/ndk": "^2.8.2",
|
|
|
|
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.2",
|
2024-05-25 21:15:04 +02:00
|
|
|
"@tanstack/react-query": "^5.39.0",
|
|
|
|
"@tanstack/react-query-devtools": "^5.39.0",
|
2024-03-30 23:18:41 +01:00
|
|
|
"add": "^2.0.6",
|
2024-05-25 21:15:04 +02:00
|
|
|
"axios": "^1.7.2",
|
2024-06-23 19:37:55 +02:00
|
|
|
"blossom-client-sdk": "^0.9.0",
|
2024-05-02 14:33:45 +02:00
|
|
|
"dayjs": "^1.11.11",
|
2024-03-31 00:57:04 +01:00
|
|
|
"id3js": "^2.1.1",
|
2024-04-17 09:34:49 +02:00
|
|
|
"lodash": "^4.17.21",
|
2024-05-19 11:11:12 +02:00
|
|
|
"nostr-tools": "^2.5.2",
|
2024-04-17 09:34:49 +02:00
|
|
|
"p-limit": "^5.0.0",
|
2024-05-19 11:11:12 +02:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-pdf": "^8.0.2",
|
|
|
|
"react-router-dom": "^6.23.1"
|
2024-03-26 23:58:11 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-19 11:11:12 +02:00
|
|
|
"@tanstack/eslint-plugin-query": "^5.35.6",
|
|
|
|
"@types/lodash": "^4.17.4",
|
2024-05-25 21:15:04 +02:00
|
|
|
"@types/react": "^18.3.3",
|
2024-05-19 11:11:12 +02:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-05-25 21:15:04 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
|
|
"@typescript-eslint/parser": "^7.10.0",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
2024-03-26 23:58:11 +01:00
|
|
|
"autoprefixer": "^10.4.19",
|
2024-04-15 18:55:38 +02:00
|
|
|
"daisyui": "latest",
|
2024-05-25 21:26:02 +02:00
|
|
|
"eslint": "^8.56.0",
|
2024-05-19 11:11:12 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
2024-03-26 23:58:11 +01:00
|
|
|
"postcss": "^8.4.38",
|
|
|
|
"prettier": "^3.2.5",
|
2024-04-09 13:57:31 +02:00
|
|
|
"tailwindcss": "^3.4.3",
|
2024-04-23 20:11:42 +02:00
|
|
|
"typescript": "^5.4.5",
|
2024-05-19 11:11:12 +02:00
|
|
|
"vite": "^5.2.11",
|
|
|
|
"vite-bundle-visualizer": "^1.2.1"
|
2024-05-19 12:00:09 +02:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2024-05-25 21:15:04 +02:00
|
|
|
"@rollup/rollup-linux-x64-gnu": "4.18.0"
|
2024-03-26 23:58:11 +01:00
|
|
|
}
|
|
|
|
}
|