{ "name": "@acme/nextjs", "private": true, "type": "module", "scripts": { "build": "pnpm with-env next build", "clean": "git clean -xdf .cache .next .turbo node_modules", "dev": "pnpm with-env next dev", "dev:tunnel": "pnpm with-env next dev", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint --flag unstable_native_nodejs_ts_config", "start": "pnpm with-env next start", "typecheck": "tsc --noEmit", "with-env": "dotenv -e ../../.env --" }, "dependencies": { "@acme/backend": "workspace:*", "@acme/ui": "workspace:*", "@convex-dev/auth": "catalog:convex", "@sentry/nextjs": "^10.22.0", "@t3-oss/env-nextjs": "^0.13.8", "convex": "catalog:convex", "next": "^16.0.0", "next-plausible": "^3.12.4", "react": "catalog:react19", "react-dom": "catalog:react19", "require-in-the-middle": "^7.5.2", "superjson": "2.2.3", "zod": "catalog:" }, "devDependencies": { "@acme/eslint-config": "workspace:*", "@acme/prettier-config": "workspace:*", "@acme/tailwind-config": "workspace:*", "@acme/tsconfig": "workspace:*", "@types/node": "catalog:", "@types/react": "catalog:react19", "@types/react-dom": "catalog:react19", "eslint": "catalog:", "jiti": "^2.5.1", "prettier": "catalog:", "tailwindcss": "catalog:", "tw-animate-css": "^1.4.0", "typescript": "catalog:" }, "prettier": "@acme/prettier-config" }