mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-05 18:08:25 -04:00
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"license": "MIT",
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fullcalendar/core": "^6.1.19",
|
|
"@fullcalendar/daygrid": "^6.1.19",
|
|
"@fullcalendar/interaction": "^6.1.19",
|
|
"@fullcalendar/react": "^6.1.19",
|
|
"@fullcalendar/timegrid": "^6.1.19",
|
|
"@mui/icons-material": "^7.3.2",
|
|
"@mui/material": "^7.3.2",
|
|
"@tanstack/react-query": "^5.85.5",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-big-calendar": "^1.16.2",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"axios": "^1.11.0",
|
|
"loglevel": "^1.9.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "7.7.0",
|
|
"react-scripts": "^5.0.1",
|
|
"typescript": "5.1.6",
|
|
"web-vitals": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.28.3",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@types/testing-library__user-event": "^4.2.0",
|
|
"babel-jest": "^30.1.2",
|
|
"jest": "^30.1.1",
|
|
"jest-environment-jsdom": "^30.1.1",
|
|
"jsdom": "^26.1.0",
|
|
"react-app-rewired": "^2.2.1",
|
|
"ts-jest": "^29.4.1"
|
|
}
|
|
}
|