bouquet/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2024-03-26 22:58:11 +00: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": {
2024-04-23 18:11:42 +00:00
"@headlessui/react": "^1.7.19",
2024-03-26 22:58:11 +00:00
"@heroicons/react": "^2.1.3",
"@noble/hashes": "^1.4.0",
2024-04-23 18:11:42 +00:00
"@nostr-dev-kit/ndk": "^2.8.1",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
2024-03-30 22:18:41 +00:00
"add": "^2.0.6",
2024-03-30 16:22:56 +00:00
"axios": "^1.6.8",
2024-03-26 22:58:11 +00:00
"blossom-client-sdk": "^0.4.0",
"dayjs": "^1.11.10",
2024-03-30 23:57:04 +00:00
"id3js": "^2.1.1",
"lodash": "^4.17.21",
2024-04-23 18:11:42 +00:00
"nostr-tools": "^2.5.0",
"p-limit": "^5.0.0",
2024-03-26 22:58:11 +00:00
"react": "^18.2.0",
2024-03-27 09:45:46 +00:00
"react-dom": "^18.2.0",
2024-03-30 22:18:41 +00:00
"react-pdf": "^7.7.1",
2024-04-23 18:11:42 +00:00
"react-router-dom": "^6.23.0"
2024-03-26 22:58:11 +00:00
},
"devDependencies": {
2024-04-23 18:11:42 +00:00
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/lodash": "^4.17.0",
2024-04-23 18:11:42 +00:00
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
2024-04-09 11:57:31 +00:00
"@vitejs/plugin-react-swc": "^3.6.0",
2024-03-26 22:58:11 +00:00
"autoprefixer": "^10.4.19",
2024-04-15 16:55:38 +00:00
"daisyui": "latest",
2024-04-23 18:14:21 +00:00
"eslint": "^8.56.0",
2024-03-26 22:58:11 +00:00
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
2024-04-09 11:57:31 +00:00
"tailwindcss": "^3.4.3",
2024-04-23 18:11:42 +00:00
"typescript": "^5.4.5",
"vite": "^5.2.10",
2024-03-26 22:58:11 +00:00
"vite-bundle-visualizer": "^1.1.0"
}
}