|
| 1 | +{ |
| 2 | + "name": "@acme/tanstack-start", |
| 3 | + "private": true, |
| 4 | + "sideEffects": false, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "pnpm with-env vite dev", |
| 8 | + "build": "vite build", |
| 9 | + "start": "vite start", |
| 10 | + "format": "prettier --check . --ignore-path ../../.gitignore --ignore-path .prettierignore", |
| 11 | + "lint": "eslint --flag unstable_native_nodejs_ts_config", |
| 12 | + "typecheck": "tsc --noEmit", |
| 13 | + "with-env": "dotenv -e ../../.env --" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@acme/api": "workspace:*", |
| 17 | + "@acme/auth": "workspace:*", |
| 18 | + "@acme/db": "workspace:*", |
| 19 | + "@acme/ui": "workspace:*", |
| 20 | + "@fontsource-variable/geist": "^5.2.8", |
| 21 | + "@fontsource-variable/geist-mono": "^5.2.7", |
| 22 | + "@t3-oss/env-core": "^0.13.8", |
| 23 | + "@tanstack/react-form": "catalog:", |
| 24 | + "@tanstack/react-query": "catalog:", |
| 25 | + "@tanstack/react-router": "^1.132.47", |
| 26 | + "@tanstack/react-router-devtools": "^1.132.51", |
| 27 | + "@tanstack/react-router-ssr-query": "^1.132.47", |
| 28 | + "@tanstack/react-start": "^1.132.52", |
| 29 | + "@trpc/client": "catalog:", |
| 30 | + "@trpc/server": "catalog:", |
| 31 | + "@trpc/tanstack-react-query": "catalog:", |
| 32 | + "better-auth": "catalog:", |
| 33 | + "nitro": "npm:nitro-nightly@latest", |
| 34 | + "react": "catalog:react19", |
| 35 | + "react-dom": "catalog:react19", |
| 36 | + "superjson": "2.2.3", |
| 37 | + "zod": "catalog:" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@acme/eslint-config": "workspace:*", |
| 41 | + "@acme/prettier-config": "workspace:*", |
| 42 | + "@acme/tailwind-config": "workspace:*", |
| 43 | + "@acme/tsconfig": "workspace:*", |
| 44 | + "@tailwindcss/vite": "catalog:", |
| 45 | + "@types/node": "catalog:", |
| 46 | + "@types/react": "catalog:react19", |
| 47 | + "@types/react-dom": "catalog:react19", |
| 48 | + "@vitejs/plugin-react": "^4.3.4", |
| 49 | + "eslint": "catalog:", |
| 50 | + "prettier": "catalog:", |
| 51 | + "tailwindcss": "catalog:", |
| 52 | + "typescript": "catalog:", |
| 53 | + "vite": "^7.1.7", |
| 54 | + "vite-tsconfig-paths": "^5.1.4" |
| 55 | + }, |
| 56 | + "prettier": "@acme/prettier-config" |
| 57 | +} |
0 commit comments