📄 package.json 791 bytes Apr 28, 2026 📋 Raw

{
"name": "family-dashboard",
"version": "1.0.0",
"private": true,
"description": "HoffDesk Family iPad Dashboard - Phase 6/7 Bridge",
"scripts": {
"dev": "next dev -p 3000",
"dev:mock": "NEXT_PUBLIC_USE_MOCK=true next dev -p 3000",
"build": "next build",
"build:prod": "next build",
"start": "next start -p 3000",
"lint": "eslint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
},
"engines": {
"node": ">=18"
}
}