{ "name": "tsr-address-book", "private": true, "type": "module", "scripts": { "dev": "vinxi dev", "build": "vinxi build", "start": "vinxi start", "test": "vitest run" }, "dependencies": { "@tanstack/react-router": "^1.114.29", "@tanstack/react-router-devtools": "^1.114.29", "@tanstack/react-start": "^1.114.30", "@tanstack/router-plugin": "^1.114.30", "match-sorter": "^8.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "sort-by": "^1.2.0", "tiny-invariant": "^1.3.3", "vinxi": "^0.5.3" }, "devDependencies": { "@eslint/js": "^9.23.0", "@tanstack/eslint-plugin-router": "^1.114.29", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.23.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "jsdom": "^26.0.0", "typescript": "^5.8.2", "typescript-eslint": "^8.29.0", "vite": "^6.2.4", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.1", "web-vitals": "^4.2.4" }, "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "esbuild" ] } }