{ "name": "quarkshologridledger", "private": true, "type": "module", "imports": { "#/*": "./src/*" }, "scripts": { "dev": "vite dev --port 3000", "generate-routes": "tsr generate", "build": "vite build", "preview": "vite preview", "test": "vitest run", "lint": "eslint", "format": "prettier --write . && eslint --fix", "check": "prettier --check ." }, "dependencies": { "@tailwindcss/vite": "^4.1.18", "@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": "^1.132.0", "lucide-react": "^0.545.0", "nitro": "npm:nitro-nightly@latest", "react": "^19.2.0", "react-dom": "^19.2.0", "tailwindcss": "^4.1.18" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", "@tanstack/devtools-vite": "latest", "@tanstack/eslint-config": "latest", "@tanstack/router-cli": "^1.132.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/node": "^22.10.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.20.0", "jsdom": "^28.1.0", "prettier": "^3.8.1", "typescript": "^6.0.2", "vite": "^8.0.0", "vitest": "^4.1.5" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "lightningcss" ] } }