mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
f501ec258d
- Remove all unencrypted configuration fallback logic - Fix PBS user realm handling with automatic @pbs appending - Enable test connection for existing nodes using stored credentials - Delete legacy migration code and unified config system - Fix redundant "No guests found" message when no PVE nodes configured - Remove old example yml and migration binary - Ensure all credentials stored only in encrypted .enc files
37 lines
917 B
JSON
37 lines
917 B
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-solid": "^2.8.0"
|
|
}
|
|
}
|