59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "fe_admin_history_web",
|
|
"version": "2.2.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/core": "^6.1.19",
|
|
"@fullcalendar/daygrid": "^6.1.19",
|
|
"@fullcalendar/interaction": "^6.1.19",
|
|
"@fullcalendar/list": "^6.1.19",
|
|
"@fullcalendar/react": "^6.1.19",
|
|
"@fullcalendar/timegrid": "^6.1.19",
|
|
"@react-jvectormap/core": "^1.0.4",
|
|
"@react-jvectormap/world": "^1.1.2",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"apexcharts": "^4.7.0",
|
|
"autoprefixer": "^10.4.22",
|
|
"flatpickr": "^4.6.13",
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.0",
|
|
"react-apexcharts": "^1.8.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^19.2.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"swiper": "^11.2.10",
|
|
"tailwind-merge": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/node": "^20.19.25",
|
|
"@types/react": "^19.2.1",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "16.0.7",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"@react-jvectormap/core": {
|
|
"react": "^16.8.0 || ^17 || ^18 || ^19",
|
|
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
|
|
},
|
|
"@react-jvectormap/world": {
|
|
"react": "^16.8.0 || ^17 || ^18 || ^19",
|
|
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
|
|
}
|
|
}
|
|
}
|