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",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2024-07-21 19:56:55 -05:00
|
|
|
"lint": "next lint",
|
|
|
|
"postinstall": "npx prisma generate"
|
2023-12-23 14:54:38 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
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-04 17:02:34 -05:00
|
|
|
"@nostr-dev-kit/ndk": "^2.10.0",
|
2024-07-21 14:12:19 -05:00
|
|
|
"@prisma/client": "^5.17.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-07-21 14:12:19 -05:00
|
|
|
"axios": "^1.7.2",
|
2024-04-22 19:09:46 -05:00
|
|
|
"bech32": "^2.0.0",
|
2024-04-01 18:13:38 -05:00
|
|
|
"light-bolt11-decoder": "^3.1.1",
|
2024-07-21 14:12:19 -05:00
|
|
|
"next": "14.2.5",
|
|
|
|
"next-auth": "^4.24.7",
|
|
|
|
"next-remove-imports": "^1.0.12",
|
2024-08-07 16:02:13 -05:00
|
|
|
"nodemailer": "^6.9.14",
|
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-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",
|
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
|
|
|
}
|