Files
BelgianBitcoinEmbassy/frontend/package.json
Michilis 76210db03d first commit
Made-with: Cursor
2026-04-01 02:46:53 +00:00

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"
}
}