{ "name": "@acme/nextjs", "version": "0.1.0", "private": true, "scripts": { "build": "pnpm with-env next build", "clean": "git clean -xdf .next .turbo node_modules", "dev": "pnpm with-env next dev", "lint": "dotenv -v SKIP_ENV_VALIDATION=1 next lint", "format": "prettier --check . --ignore-path ../../.gitignore", "start": "pnpm with-env next start", "typecheck": "tsc --noEmit", "with-env": "dotenv -e ../../.env --" }, "dependencies": { "@acme/api": "workspace:^0.1.0", "@acme/auth": "workspace:^0.1.0", "@acme/db": "workspace:^0.1.0", "@t3-oss/env-nextjs": "^0.7.1", "@tanstack/react-query": "^5.8.7", "@tanstack/react-query-devtools": "^5.8.7", "@tanstack/react-query-next-experimental": "5.8.7", "@trpc/client": "next", "@trpc/next": "next", "@trpc/react-query": "next", "@trpc/server": "next", "next": "^14.0.3", "react": "18.2.0", "react-dom": "18.2.0", "superjson": "2.2.1", "zod": "^3.22.2" }, "devDependencies": { "@acme/eslint-config": "workspace:^0.2.0", "@acme/prettier-config": "workspace:^0.1.0", "@acme/tailwind-config": "workspace:^0.1.0", "@acme/tsconfig": "workspace:^0.1.0", "@types/node": "^18.18.13", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "dotenv-cli": "^7.3.0", "eslint": "^8.53.0", "prettier": "^3.1.0", "tailwindcss": "3.3.5", "typescript": "^5.3.3" }, "eslintConfig": { "root": true, "extends": [ "@acme/eslint-config/base", "@acme/eslint-config/nextjs", "@acme/eslint-config/react" ] }, "prettier": "@acme/prettier-config" }