{ "name": "notytex-frontend", "version": "2.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { "@sgratzl/chartjs-chart-boxplot": "^4.4.5", "axios": "^1.7.9", "chart.js": "^4.4.7", "pinia": "^2.2.6", "vue": "^3.5.13", "vue-chartjs": "^5.3.2", "vue-router": "^4.5.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "autoprefixer": "^10.4.20", "eslint": "^9.16.0", "eslint-plugin-vue": "^9.31.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "vite": "^6.0.3" } }