79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:e2e": "VITE_MSW=true vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"test:unit": "vitest run",
|
|
"test:e2e": "playwright test --config tests/e2e/playwright.config.ts",
|
|
"test:e2e:ui": "playwright test --config tests/e2e/playwright.config.ts --ui",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs",
|
|
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
|
|
"docs": "typedoc"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/themes": "^4.5.4",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"axios": "^1.13.6",
|
|
"chart.js": "^4.5.1",
|
|
"chartjs-adapter-moment": "^1.0.1",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"cytoscape": "^3.33.1",
|
|
"cytoscape-cola": "^2.5.1",
|
|
"cytoscape-dagre": "^2.5.0",
|
|
"cytoscape-fcose": "^2.2.0",
|
|
"cytoscape-popper": "^4.0.1",
|
|
"decimal.js": "^10.6.0",
|
|
"i18next": "^25.8.14",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"javascript-color-gradient": "^2.5.0",
|
|
"lodash-es": "^4.17.23",
|
|
"mitt": "^3.0.1",
|
|
"moment": "^2.30.1",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.5.4",
|
|
"tippy.js": "^6.3.7",
|
|
"vue": "^3.5.29",
|
|
"vue-chartjs": "^5.3.3",
|
|
"vue-router": "^5.0.3",
|
|
"vue-sweetalert2": "^5.0.11",
|
|
"vue-toast-notification": "^3.1.3",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@playwright/test": "^1.58.2",
|
|
"@types/cytoscape": "^3.21.9",
|
|
"@types/cytoscape-dagre": "^2.3.4",
|
|
"@types/cytoscape-popper": "^2.0.4",
|
|
"@types/node": "^25.3.5",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"ajv": "^8.18.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"chartjs-plugin-dragdata": "^2.3.1",
|
|
"eslint": "^10.0.2",
|
|
"eslint-plugin-vue": "^10.8.0",
|
|
"jsdom": "^28.1.0",
|
|
"msw": "^2.12.14",
|
|
"postcss": "^8.5.8",
|
|
"prettier": "^3.8.1",
|
|
"sass": "^1.97.3",
|
|
"tailwindcss": "^4.2.1",
|
|
"ts-node": "^10.9.2",
|
|
"typedoc": "^0.28.17",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18",
|
|
"vue-eslint-parser": "^10.4.0"
|
|
}
|
|
}
|