39 lines
1.3 KiB
JSON

{
"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": "vitest run --coverage --config ../testing/frontend/vitest.config.js",
"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": {
"@eslint/js": "^9.22.0",
"@playwright/experimental-ct-vue": "^1.51.0",
"@playwright/test": "^1.51.0",
"@vitest/coverage-v8": "^3.0.9",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.9",
"vite": "^5.2.0"
}
}