Files
BelgianBitcoinEmbassy/frontend/package.json
T
bbeandCursor ede8817583 fix: harden deploys and close top security holes after /events outage
Isolate next dev from production .next, add build-guard/atomic deploy/health
watchdog, error boundaries, and fix JWT startup, meetup leaks, media path
traversal, SVG/memory uploads, and JSON-LD escaping.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-18 19:14:57 +02:00

35 lines
874 B
JSON

{
"name": "bbe-frontend",
"version": "1.0.0",
"scripts": {
"dev": "NEXT_DIST_DIR=.next-dev next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check:consistency": "node scripts/check-consistency.mjs"
},
"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"
}
}