{ "name": "start-app", "private": true, "type": "module", "scripts": { "dev": "vite dev --port 3000", "build": "vite build", "preview": "vite preview", "test": "vitest run", "lint": "eslint", "format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"", "check": "prettier --check \"**/*.{ts,tsx,js,jsx}\"", "typecheck": "tsc --noEmit" }, "dependencies": { "@tailwindcss/vite": "^4", "@tanstack/react-devtools": "latest", "@tanstack/react-router": "latest", "@tanstack/react-router-devtools": "latest", "@tanstack/react-router-ssr-query": "latest", "@tanstack/react-start": "latest", "@tanstack/router-plugin": "latest", "react": "^19.2.6", "react-dom": "^19.2.6", "tailwindcss": "^4" }, "devDependencies": { "@tanstack/devtools-vite": "latest", "@tanstack/eslint-config": "latest", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^6", "eslint": "^9", "jsdom": "^28", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.8.0", "typescript": "^6", "vite": "^8", "vitest": "^4" } }