34 lines
779 B
JSON
34 lines
779 B
JSON
{
|
|
"name": "bbe-frontend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.460.0",
|
|
"next": "^14.2.0",
|
|
"nostr-tools": "^2.10.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-markdown": "^9.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sharp": "^0.34.5",
|
|
"tailwind-merge": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|