Files
lucia-frontend/package.json

77 lines
2.3 KiB
JSON

{
"name": "frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"cy:run": "cypress run",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@primevue/themes": "^4.5.4",
"axios": "^1.13.6",
"chart.js": "^4.5.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-dragdata": "^1.1.3",
"cytoscape": "^3.33.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-fcose": "^2.2.0",
"cytoscape-popper": "^4.0.1",
"cytoscape-spread": "^3.0.0",
"decimal.js": "^10.6.0",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"javascript-color-gradient": "^2.5.0",
"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-axios": "^3.5.2",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.4",
"vue-sweetalert2": "^5.0.11",
"vue-toast-notification": "^3.1.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.3.1",
"@types/cytoscape": "^3.21.9",
"@types/cytoscape-dagre": "^2.3.4",
"@types/cytoscape-popper": "^2.0.4",
"@types/node": "^20.19.37",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.27",
"cypress": "^15.11.0",
"cypress-xpath": "^2.0.1",
"eslint": "^9.39.3",
"eslint-plugin-cypress": "^6.1.0",
"eslint-plugin-vue": "^10.8.0",
"jsdom": "^28.1.0",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"start-server-and-test": "^2.1.5",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.4.0"
}
}