Recolour the whole UI from Settings — 12 palette colour pickers with live preview, presets (Ember/Frost/Verdant/Amethyst), and reset to the default Blackflame. Overrides persist in app_settings (key 'theme') via a hex-validated /api/theme route and apply to :root on boot. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
836 B
JSON
37 lines
836 B
JSON
{
|
|
"name": "void-server",
|
|
"version": "2.10.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"migrate": "node lib/db/migrate.js up",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"@mozilla/readability": "^0.6.0",
|
|
"adm-zip": "^0.5.17",
|
|
"bcrypt": "^6.0.0",
|
|
"dompurify": "^3.4.7",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"http-proxy": "^1.18.1",
|
|
"jsdom": "^29.1.1",
|
|
"marked": "^18.0.4",
|
|
"multer": "^2.1.1",
|
|
"node-cron": "^3.0.3",
|
|
"pg": "^8.21.0",
|
|
"pg-boss": "^10.4.2",
|
|
"pino": "^10.3.1",
|
|
"pino-pretty": "^13.1.3",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^4.1.7",
|
|
"supertest": "^7.2.2",
|
|
"vitest": "^4.1.7"
|
|
}
|
|
}
|