plebdevs/package.json

68 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-23 14:54:38 -06: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",
"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": {
"@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",
2024-09-06 12:32:23 -05:00
"@next-auth/prisma-adapter": "^1.0.7",
"@nostr-dev-kit/ndk": "^2.10.0",
2024-08-25 18:15:45 -05:00
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.1",
"@octokit/plugin-retry": "^5.0.0",
"@octokit/plugin-throttling": "^10.0.0",
"@octokit/rest": "^21.1.1",
"@prisma/client": "^5.17.0",
2024-09-12 12:07:38 -05:00
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.51.21",
2024-07-21 17:02:40 -05:00
"@uiw/react-md-editor": "^3.11.0",
"@upstash/ratelimit": "^2.0.3",
2024-10-01 16:40:49 -05:00
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^3.0.0",
"axios": "^1.7.2",
2024-04-22 19:09:46 -05:00
"bech32": "^2.0.0",
"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",
"github-markdown-css": "^5.8.1",
"light-bolt11-decoder": "^3.1.1",
2024-09-12 12:07:38 -05:00
"lucide-react": "^0.441.0",
"next": "^14.2.28",
"next-auth": "^4.24.7",
"next-remove-imports": "^1.0.12",
2024-09-06 12:32:23 -05:00
"nodemailer": "^6.9.15",
"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",
"remark-breaks": "^4.0.0",
2024-09-12 12:07:38 -05:00
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zapthreads": "^0.5.2"
2023-12-23 14:54:38 -06:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
2023-12-23 14:54:38 -06:00
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
2025-04-02 17:46:58 -05:00
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1"
2023-12-23 14:54:38 -06:00
}
}