mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-22 16:51:34 +00:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "plebdevs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "npx prisma generate && next build && npx prisma migrate deploy",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "npx prisma generate"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.645.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.645.0",
|
|
"@getalby/bitcoin-connect-react": "^3.5.3",
|
|
"@getalby/lightning-tools": "^5.0.3",
|
|
"@getalby/sdk": "^3.6.1",
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
|
"@nostr-dev-kit/ndk": "^2.10.0",
|
|
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.1",
|
|
"@octokit/plugin-retry": "^5.0.0",
|
|
"@octokit/plugin-throttling": "^6.0.0",
|
|
"@octokit/rest": "^19.0.7",
|
|
"@prisma/client": "^5.17.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tanstack/react-query": "^5.51.21",
|
|
"@uiw/react-markdown-preview": "^5.1.2",
|
|
"@uiw/react-md-editor": "^3.11.0",
|
|
"@upstash/ratelimit": "^2.0.3",
|
|
"@vercel/kv": "^3.0.0",
|
|
"axios": "^1.7.2",
|
|
"bech32": "^2.0.0",
|
|
"chart.js": "^4.4.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cors": "^2.8.5",
|
|
"discord.js": "^14.15.3",
|
|
"light-bolt11-decoder": "^3.1.1",
|
|
"lucide-react": "^0.441.0",
|
|
"next": "14.2.5",
|
|
"next-auth": "^4.24.7",
|
|
"next-remove-imports": "^1.0.12",
|
|
"nodemailer": "^6.9.15",
|
|
"nostr-tools": "^2.7.1",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "^10.7.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^10.0.0",
|
|
"zapthreads": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|