addition of new dashboard

This commit is contained in:
2026-08-20 15:08:32 +00:00
parent 0622018d95
commit bf59249ed7
161 changed files with 13170 additions and 119 deletions

28
frontend/package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "jlinc-server-ui",
"version": "1.0.0",
"description": "JLINC Server",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:e2e": "playwright test"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.3.7",
"d3": "^7.9.0",
"tailwindcss": "^4.3.0",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"vitest": "^3.0.0"
}
}