{ "name": "pulse-modern", "version": "1.0.0", "description": "Modern type-safe frontend for Pulse monitoring", "type": "module", "author": "rcourtman", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rcourtman/Pulse.git" }, "bugs": { "url": "https://github.com/rcourtman/Pulse/issues" }, "homepage": "https://github.com/rcourtman/Pulse", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "generate-types": "cd ../scripts && go run generate-types.go", "type-check": "tsc --noEmit" }, "dependencies": { "@solidjs/router": "^0.10.0", "solid-js": "^1.8.0", "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^20.10.0", "autoprefixer": "^10.4.0", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "typescript": "^5.3.0", "vite": "^6.3.5", "vite-plugin-solid": "^2.8.0" } }