jgi-dashboard/package.json

36 lines
825 B
JSON
Raw Normal View History

2024-09-17 10:25:15 +07:00
{
"name": "jgi-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-10-01 13:58:49 +07:00
"@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",
2024-09-17 10:25:15 +07:00
"react": "^18",
"react-dom": "^18",
2024-10-01 13:58:49 +07:00
"react-redux": "^9.1.2",
"react-tooltip": "^5.28.0"
2024-09-17 10:25:15 +07:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
2024-10-01 13:58:49 +07:00
"tailwindcss": "^3.4.1",
"typescript": "^5"
2024-09-17 10:25:15 +07:00
}
}