Files
workavia-calendar-front/package.json
2026-04-18 10:45:31 +07:00

109 lines
3.0 KiB
JSON

{
"name": "front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/moment-timezone": "^6.1.19",
"@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@linagora/twake-mui": "1.4.0",
"@lottiefiles/dotlottie-react": "^0.17.13",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@mui/x-date-pickers": "^8.14.0",
"@reduxjs/toolkit": "^2.8.2",
"@sentry/react": "^8.55.1",
"classnames": "^2.5.1",
"cozy-external-bridge": "^1.2.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"i18next": "^23.7.9",
"ical.js": "^2.2.0",
"ky": "^1.8.1",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"openid-client": "^6.5.3",
"p-map": "^7.0.4",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.23.1",
"react-virtuoso": "^4.18.5",
"redux-first-history": "^5.2.0",
"twake-i18n": "^0.3.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=5000 rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"jest-preview": "jest-preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "24.x"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.4",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.27.1",
"@rsbuild/core": "^1.6.13",
"@rsbuild/plugin-react": "^1.4.2",
"@rsbuild/plugin-stylus": "^1.2.0",
"@rsbuild/plugin-svgr": "^1.2.3",
"@tanstack/eslint-plugin-query": "^5.95.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.23",
"@types/node": "^20.19.24",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"babel-jest": "^30.2.0",
"babel-plugin-istanbul": "^7.0.1",
"eslint": "10.0.2",
"eslint-config-cozy-app": "7.0.0",
"eslint-plugin-promise": "^7.2.1",
"history": "^5.3.0",
"i18next-resources-for-ts": "1.4.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preview": "^0.3.1",
"prettier": "^3.6.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"typescript-eslint": "^8.54.0"
},
"overrides": {
"eslint": "$eslint",
"typescript": "$typescript"
}
}