Files
jlinc-server/frontend/package.json
2026-08-20 15:08:32 +00:00

29 lines
585 B
JSON

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