repos
/ status-django master

status-django

mirror archived upstream

Self-hostable uptime monitor and status page on Django: HTTP checks, Lighthouse audits, SEO crawls, and email and Discord alerts.

djangodockerhandcodedpythonself-hostedsqlitestatus-pageuptime-monitoringvite

475 B · 24 lines · JSON Raw History
 1{
 2  "private": true,
 3  "type": "module",
 4  "scripts": {
 5    "dev": "vite build --watch",
 6    "build": "vite build"
 7  },
 8  "dependencies": {
 9    "@fontsource/monaspace-argon": "^5.2.5",
10    "@popperjs/core": "^2.11.5",
11    "bootstrap": "^5.1.3",
12    "chart.js": "^3.7.1",
13    "d3": "^7.4.5",
14    "datamaps": "^0.5.9",
15    "js-cookie": "^3.0.1",
16    "lighthouse": "^9.6.3",
17    "topojson": "^3.0.2"
18  },
19  "devDependencies": {
20    "sass": "^1.53.0",
21    "vite": "^6.3.1"
22  }
23}