{ "name": "@atlilith/sso-frontend", "version": "0.1.0", "private": true, "type": "module", "packageManager": "bun@1.2.6", "scripts": { "dev": "vite --port 5225", "build": "lixbuild", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@lilith/ui-primitives": "^1.2.16", "@lilith/ui-styled-components": "^6.3.9", "@lilith/vite-version-plugin": "^1.2.0", "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { "@lilith/lix-build": "^1.0.7", "@lilith/lix-test": "^1.0.0", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.7.0", "typescript": "^5.9.3", "vite": "^6.4.1" } }