2023-12-23 14:54:38 -06:00
|
|
|
{
|
2024-07-21 14:12:19 -05:00
|
|
|
"name": "plebdevs",
|
2023-12-23 14:54:38 -06:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2024-09-30 14:53:47 -05:00
|
|
|
"build": "npx prisma generate && next build && npx prisma migrate deploy",
|
2023-12-23 14:54:38 -06:00
|
|
|
"start": "next start",
|
2024-07-21 19:56:55 -05:00
|
|
|
"lint": "next lint",
|
2025-04-03 10:55:08 -05:00
|
|
|
"lint:fix": "next lint --fix && npx prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
|
|
"setup-lint": "npm install --save-dev prettier@3.5.3",
|
2024-09-30 14:50:52 -05:00
|
|
|
"postinstall": "npx prisma generate"
|
2023-12-23 14:54:38 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-08 18:41:51 -05:00
|
|
|
"@aws-sdk/client-s3": "^3.645.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.645.0",
|
2024-07-21 14:12:19 -05:00
|
|
|
"@getalby/bitcoin-connect-react": "^3.5.3",
|
2024-08-09 19:00:31 -05:00
|
|
|
"@getalby/lightning-tools": "^5.0.3",
|
2024-08-31 18:18:21 -05:00
|
|
|
"@getalby/sdk": "^3.6.1",
|
2024-09-06 12:32:23 -05:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
2024-08-04 17:02:34 -05:00
|
|
|
"@nostr-dev-kit/ndk": "^2.10.0",
|
2024-08-25 18:15:45 -05:00
|
|
|
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.1",
|
2024-09-19 15:38:36 -05:00
|
|
|
"@octokit/plugin-retry": "^5.0.0",
|
|
|
|
"@octokit/plugin-throttling": "^6.0.0",
|
|
|
|
"@octokit/rest": "^19.0.7",
|
2024-07-21 14:12:19 -05:00
|
|
|
"@prisma/client": "^5.17.0",
|
2024-09-12 12:07:38 -05:00
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2024-08-03 13:42:46 -05:00
|
|
|
"@tanstack/react-query": "^5.51.21",
|
2024-07-21 19:56:55 -05:00
|
|
|
"@uiw/react-markdown-preview": "^5.1.2",
|
2024-07-21 17:02:40 -05:00
|
|
|
"@uiw/react-md-editor": "^3.11.0",
|
2024-09-29 16:40:23 -05:00
|
|
|
"@upstash/ratelimit": "^2.0.3",
|
2024-10-01 16:40:49 -05:00
|
|
|
"@vercel/analytics": "^1.3.1",
|
2024-09-29 16:40:23 -05:00
|
|
|
"@vercel/kv": "^3.0.0",
|
2024-07-21 14:12:19 -05:00
|
|
|
"axios": "^1.7.2",
|
2024-04-22 19:09:46 -05:00
|
|
|
"bech32": "^2.0.0",
|
2024-09-19 15:38:36 -05:00
|
|
|
"chart.js": "^4.4.4",
|
2024-09-12 12:07:38 -05:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.1",
|
2024-09-18 14:59:04 -05:00
|
|
|
"cors": "^2.8.5",
|
2024-09-01 20:29:33 -05:00
|
|
|
"discord.js": "^14.15.3",
|
2024-04-01 18:13:38 -05:00
|
|
|
"light-bolt11-decoder": "^3.1.1",
|
2024-09-12 12:07:38 -05:00
|
|
|
"lucide-react": "^0.441.0",
|
2024-07-21 14:12:19 -05:00
|
|
|
"next": "14.2.5",
|
|
|
|
"next-auth": "^4.24.7",
|
|
|
|
"next-remove-imports": "^1.0.12",
|
2024-09-06 12:32:23 -05:00
|
|
|
"nodemailer": "^6.9.15",
|
2024-07-21 14:12:19 -05:00
|
|
|
"nostr-tools": "^2.7.1",
|
|
|
|
"primeicons": "^7.0.0",
|
|
|
|
"primereact": "^10.7.0",
|
2023-12-23 14:54:38 -06:00
|
|
|
"react": "^18",
|
2024-02-10 22:13:09 -06:00
|
|
|
"react-dom": "^18",
|
2024-12-11 11:23:14 -06:00
|
|
|
"reactflow": "^11.11.4",
|
2024-09-12 12:07:38 -05:00
|
|
|
"tailwind-merge": "^2.5.2",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-07-21 14:12:19 -05:00
|
|
|
"uuid": "^10.0.0",
|
2024-04-23 18:52:55 -05:00
|
|
|
"zapthreads": "^0.5.2"
|
2023-12-23 14:54:38 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-05 17:27:19 -05:00
|
|
|
"@tailwindcss/typography": "^0.5.13",
|
2023-12-23 14:54:38 -06:00
|
|
|
"eslint": "^8",
|
2024-07-21 14:12:19 -05:00
|
|
|
"eslint-config-next": "14.2.5",
|
2023-12-23 20:33:25 -06:00
|
|
|
"postcss": "^8",
|
2025-04-02 17:46:58 -05:00
|
|
|
"prettier": "^3.2.5",
|
2024-07-21 14:12:19 -05:00
|
|
|
"tailwindcss": "^3.4.1"
|
2023-12-23 14:54:38 -06:00
|
|
|
}
|
2024-08-03 13:42:46 -05:00
|
|
|
}
|