{ "name": "@perauset/app", "version": "0.0.1", "type": "module", "scripts": { "dev": "vite --port 6001", "build": "tsc -b && vite build", "preview": "vite preview --port 6001", "tsc": "tsc --noEmit" }, "dependencies": { "@mantine/core": "^9.2.1", "@mantine/hooks": "^9.2.1", "@mantine/notifications": "^9.2.1", "@perauset/components": "workspace:*", "@perauset/functions": "workspace:*", "@perauset/functions-sdk": "workspace:*", "@perauset/mantine-theme": "workspace:*", "@pikku/fetch": "^0.12.6", "@pikku/mantine": "^0.12.6", "@pikku/react": "^0.12.5", "@tanstack/react-query": "^5.90.10", "@tanstack/react-router": "^1.100.0", "@tanstack/react-start": "^1.100.0", "better-auth": "^1.6.19", "lucide-react": "^0.554.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@inlang/paraglide-js": "^2.20.0", "@tanstack/router-generator": "^1.100.0", "@tanstack/router-plugin": "^1.100.0", "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^4", "typescript": "^5.9" } }