plebdevs/package.json

38 lines
943 B
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",
"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": {
"@getalby/bitcoin-connect-react": "^3.5.3",
"@prisma/client": "^5.17.0",
2024-08-02 13:50:37 -05:00
"@tanstack/react-query": "^5.0.0",
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",
"axios": "^1.7.2",
2024-04-22 19:09:46 -05:00
"bech32": "^2.0.0",
"light-bolt11-decoder": "^3.1.1",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-remove-imports": "^1.0.12",
"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",
"uuid": "^10.0.0",
"zapthreads": "^0.5.2"
2023-12-23 14:54:38 -06:00
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
2023-12-23 14:54:38 -06:00
}
2024-08-02 13:50:37 -05:00
}