{ "name": "dss-admin-ui", "version": "1.0.0", "description": "DSS Admin UI - Configuration and Component Management", "private": true, "type": "module", "scripts": { "dev": "vite", "preview": "vite preview", "build": "vite build", "test": "vitest", "test:watch": "vitest --watch", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:debug": "vitest --inspect-brk --inspect-port=9229 --no-coverage" }, "devDependencies": { "@testing-library/dom": "^9.3.0", "@testing-library/jest-dom": "^6.1.0", "@vitejs/plugin-basic-ssl": "^1.0.0", "@vitest/ui": "^1.0.0", "jsdom": "^22.1.0", "terser": "^5.44.1", "vite": "^5.0.0", "vitest": "^1.0.0" }, "vitest": { "globals": true } }