jgi-dashboard/package.json

36 lines
825 B
JSON

{
"name": "jgi-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/material": "^6.1.0",
"@mui/x-charts": "^7.17.0",
"@mui/x-date-pickers": "^7.17.0",
"@reduxjs/toolkit": "^2.2.7",
"date-fns": "^4.0.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}