website/package.json
trafficlunar 00e2406008 feat: computer stats redesign
- also fix bug where all time uptime doesn't show when computer is
offline
- another bug was fixed related to that because of how it is calculated
2025-11-29 14:57:11 +00:00

32 lines
754 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@indiefellas/astro-adapter-nekoweb": "^3.7.1",
"@swup/astro": "^1.7.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.7",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"layerchart": "2.0.0-next.43",
"svelte": "^5.43.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"vite": "^7.2.2"
}
}