forked from CRM_Production/JTT_CrM
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.4 KiB
58 lines
1.4 KiB
{
|
|
"name": "sae3.01",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@fullcalendar/core": "^5.11.3",
|
|
"@fullcalendar/daygrid": "^5.11.3",
|
|
"@fullcalendar/list": "^5.11.3",
|
|
"@fullcalendar/react": "^5.11.2",
|
|
"@fullcalendar/timegrid": "^5.11.3",
|
|
"@mui/material": "^5.10.12",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^1.1.3",
|
|
"chart": "^0.1.2",
|
|
"chart.js": "^3.9.1",
|
|
"crypto-js": "^4.1.1",
|
|
"date-fns": "^2.29.3",
|
|
"fullcalendar": "^5.11.3",
|
|
"pg": "^8.8.0",
|
|
"react": "^18.2.0",
|
|
"react-big-calendar": "^1.5.0",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-scripts": "^5.0.1",
|
|
"sass": "^1.55.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts 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"
|
|
]
|
|
}
|
|
}
|