| { |
| "name": "frontend", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "lint": "next lint" |
| }, |
| "dependencies": { |
| "@icon-park/react": "^1.4.2", |
| "@react-icons/all-files": "^4.1.0", |
| "axios": "^1.9.0", |
| "chart.js": "^4.4.9", |
| "lodash": "^4.17.21", |
| "next": "15.2.4", |
| "primeicons": "^7.0.0", |
| "primereact": "^10.9.5", |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0", |
| "react-router-dom": "^7.6.0" |
| }, |
| "devDependencies": { |
| "@eslint/eslintrc": "^3", |
| "@types/lodash": "^4.17.17", |
| "@types/node": "^20", |
| "@types/react": "^19", |
| "@types/react-dom": "^19", |
| "eslint": "^9", |
| "eslint-config-next": "15.2.4", |
| "sass": "^1.89.0", |
| "typescript": "^5" |
| } |
| } |