{ "name": "publy-admin", "version": "0.4.20", "private": true, "description": "admin panel", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", "lint": "biome check . --fix", "format": "biome format . --write", "type-check": "tsc --noEmit", "test": "vitest", "build:auth": "vite build -c client/auth/vite.config.ts", "watch:auth": "vite build -c client/auth/vite.config.ts --watch" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.15.0", "graphql": "^16.8.0", "solid-js": "^1.9.6", "typescript": "^5.8.0", "vite": "^6.3.0", "vite-plugin-solid": "^2.11.0", "terser": "^5.39.0" } }