{ "name": "web", "version": "1.0.0", "private": true, "homepage": ".", "scripts": { "build": "next build", "clear-nextjs-cache": "rm -rf ./.next/cache", "dev": "NEXT_PUBLIC_FIREBASE_ENV=DEV yarn serve", "disk-space-info": "du -hs ./node_modules && du -hs ./.next && du -hs ./.next/cache", "format-changed": "cd .. && git diff $(git merge-base --fork-point main) --name-only --diff-filter=d | xargs npx prettier -w", "lint": "npx eslint . --max-warnings 0", "lint-fix": "npx eslint . --fix", "prettier": "npx prettier --write .", "prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"", "serve": "next dev -H 0.0.0.0 -p 3000", "serve:debug": "NODE_OPTIONS='--inspect=0.0.0.0:9229' yarn serve", "start": "next start", "test": "jest --config jest.config.js --passWithNoTests", "ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty", "typecheck": "npx tsc --noEmit" }, "dependencies": { "@capacitor/app": "7.1.0", "@capacitor/core": "7.4.4", "@capacitor/keyboard": "7.0.3", "@capacitor/push-notifications": "7.0.3", "@capacitor/status-bar": "7.0.3", "@capawesome/capacitor-live-update": "7.2.2", "@capgo/capacitor-social-login": "7.14.9", "@floating-ui/dom": "1.7.5", "@floating-ui/react": "0.27.18", "@floating-ui/react-dom": "2.1.7", "@headlessui/react": "2.2.9", "@heroicons/react": "2.2.0", "@radix-ui/react-slider": "1.3.6", "@react-spring/web": "10.0.3", "@sentry/nextjs": "^10", "@tiptap/core": "2.10.4", "@tiptap/extension-character-count": "2.10.4", "@tiptap/extension-image": "2.10.4", "@tiptap/extension-link": "2.10.4", "@tiptap/extension-mention": "2.10.4", "@tiptap/extension-placeholder": "2.10.4", "@tiptap/pm": "2.10.4", "@tiptap/react": "2.10.4", "@tiptap/starter-kit": "2.10.4", "@tiptap/suggestion": "2.10.4", "@vercel/og": "0.5.20", "clsx": "2.1.1", "compressorjs": "1.1.1", "dayjs": "1.11.19", "firebase": "11.1.0", "heic2any": "0.0.4", "lodash": "4.17.23", "lucide-react": "0.575.0", "nanoid": "5.0.9", "next": "16.1.6", "posthog-js": "1.234.1", "react": "19.2.3", "react-datepicker": "9.1.0", "react-dom": "19.2.3", "react-expanding-textarea": "2.3.6", "react-hook-form": "7.65.0", "react-hot-toast": "2.2.0", "react-icons": "5.5.0", "react-markdown": "10.1.0", "recharts": "3.2.1", "tailwindcss": "^3.4" }, "devDependencies": { "@capacitor/android": "7.4.4", "@capacitor/assets": "3.0.5", "@capacitor/cli": "7.4.4", "@svgr/webpack": "8.1.0", "@tailwindcss/container-queries": "0.1.1", "@tailwindcss/forms": "0.4.0", "@tailwindcss/typography": "^0.5.13", "@types/d3": "7.4.0", "@types/jest": "^29", "@types/lodash": "^4.17.0", "@types/node": "20.19.35", "@types/react": "19.2.3", "@types/react-dom": "19.2.3", "autoprefixer": "10.4.27", "concurrently": "8.2.2", "cross-env": "7.0.3", "next-sitemap": "4.2.3", "postcss": "8.5.6", "tsc-files": "1.1.3" } }