{ "name": "atlas-portal", "version": "0.1.1", "private": true, "type": "module", "scripts": { "dev": "vite", "prebuild": "node scripts/build_media_manifest.mjs", "build": "vite build", "preview": "vite preview", "test:unit": "JEST_JUNIT_OUTPUT=../build/junit-frontend-unit.xml jest --ci --runInBand --config ../testing/frontend/jest.config.cjs --coverage --coverageReporters=text --coverageReporters=lcov --coverageReporters=json-summary --coverageDirectory=coverage --reporters=default --reporters=jest-junit", "test:component": "playwright test --config ../testing/frontend/playwright-ct.config.mjs", "test:e2e": "playwright test --config ../testing/frontend/playwright.config.mjs", "test": "npm run test:unit && npm run test:component && npm run test:e2e", "lint": "cd .. && eslint --config testing/frontend/eslint.config.js $(find frontend/src testing/frontend -type f \\( -name '*.js' -o -name '*.mjs' \\) | sort)" }, "dependencies": { "axios": "^1.6.7", "keycloak-js": "^26.2.2", "mermaid": "^10.9.1", "qrcode": "^1.5.4", "vue": "^3.4.21", "vue-router": "^4.3.2" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@eslint/js": "^9.22.0", "@playwright/experimental-ct-vue": "^1.51.0", "@playwright/test": "^1.51.0", "@vitejs/plugin-vue": "^5.0.4", "@vue/vue3-jest": "^29.2.6", "@vue/test-utils": "^2.4.6", "babel-jest": "^29.7.0", "eslint": "^9.22.0", "globals": "^16.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "jsdom": "^26.0.0", "vite": "^5.2.0" } }