mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-22 16:51:34 +00:00
43 lines
1004 B
JSON
43 lines
1004 B
JSON
{
|
|
"name": "plebdevs-new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@getalby/bitcoin-connect-react": "^3.2.2",
|
|
"@prisma/client": "^5.9.1",
|
|
"@reduxjs/toolkit": "^2.1.0",
|
|
"axios": "^1.6.7",
|
|
"classnames": "^2.5.1",
|
|
"light-bolt11-decoder": "^3.1.1",
|
|
"next": "14.0.4",
|
|
"next-auth": "^4.24.5",
|
|
"nostr-tools": "^2.1.5",
|
|
"primeicons": "^6.0.1",
|
|
"primereact": "^10.2.1",
|
|
"quill": "^1.3.7",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-markdown": "^9.0.1",
|
|
"react-redux": "^9.1.0",
|
|
"react-typist": "^2.0.5",
|
|
"redux": "^5.0.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.21",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8",
|
|
"prisma": "^5.9.1",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|