SIU_Dran_net/frontend/package.json

35 lines
927 B
JSON
Raw Normal View History

2024-04-17 14:42:33 +00:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-05-21 17:35:35 +00:00
"@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.7.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
2024-04-17 14:42:33 +00:00
"react": "^18.2.0",
2024-05-21 17:35:35 +00:00
"react-bootstrap-pagination-control": "^1.0.5",
"react-chartjs-2": "^5.2.0",
2024-05-06 13:38:56 +00:00
"react-dom": "^18.2.0",
2024-05-21 17:35:35 +00:00
"react-router-dom": "^6.23.1",
"sweetalert2": "^11.11.0"
2024-04-17 14:42:33 +00:00
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}