File size: 1,204 Bytes
321af76 e7185a2 321af76 e7185a2 321af76 e7185a2 321af76 e7185a2 321af76 e7185a2 321af76 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"name": "frontend",
"private": true,
"proxy": "http://localhost:3000",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.8.4",
"chart.js": "^4.4.8",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"katex": "^0.16.22",
"lucide-react": "^0.485.0",
"mongodb": "^6.15.0",
"plotly.js": "^3.0.1",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primereact": "^10.9.3",
"react": "^19.0.0",
"react-d3-speedometer": "^3.1.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-katex": "^3.1.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^7.4.0",
"react-to-print": "^3.1.0",
"recharts": "^2.15.1",
"styled-components": "^6.1.16"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.4"
}
}
|