{ "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" } }