The @fullcalendar/core package was pinned to exact version 6.1.4 while other @fullcalendar packages used ^6.1.4, causing npm to install newer versions (6.1.19) that required core@~6.1.19. This change adds the ^ prefix to @fullcalendar/core version to allow minor version updates and resolve the ERESOLVE conflict. Fixes deployment error: ERESOLVE could not resolve peer dependency
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "btpxpress-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format": "prettier --write \"{app,demo,layout,types}/**/*.{js,ts,tsx,d.ts}\"",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/core": "^6.1.4",
|
|
"@fullcalendar/daygrid": "^6.1.4",
|
|
"@fullcalendar/interaction": "^6.1.4",
|
|
"@fullcalendar/react": "^6.1.4",
|
|
"@fullcalendar/timegrid": "^6.1.4",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.34",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/react-transition-group": "^4.4.1",
|
|
"axios": "^1.3.4",
|
|
"chart.js": "4.3.2",
|
|
"critters": "^0.0.23",
|
|
"date-fns": "^4.1.0",
|
|
"keycloak-js": "^23.0.7",
|
|
"next": "^15.2.4",
|
|
"next-auth": "^4.24.0",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "^10.8.3",
|
|
"quill": "^2.0.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.35.0",
|
|
"eslint-config-next": "13.4.9",
|
|
"prettier": "2.8.4",
|
|
"sass": "^1.58.3"
|
|
}
|
|
}
|