56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.6",
|
|
"@apollo/react-hooks": "^4.0.0",
|
|
"@fullcalendar/core": "^5.5.0",
|
|
"@fullcalendar/daygrid": "^5.5.0",
|
|
"@fullcalendar/interaction": "^5.5.0",
|
|
"@fullcalendar/react": "^5.5.0",
|
|
"@fullcalendar/timegrid": "^5.5.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"graphql": "^15.4.0",
|
|
"graphql-tag": "^2.11.0",
|
|
"jquery": "^3.5.1",
|
|
"moment": "^2.29.1",
|
|
"primereact": "^5.0.2",
|
|
"react": "^17.0.1",
|
|
"react-datepicker": "^3.3.0",
|
|
"react-datetime": "^3.0.4",
|
|
"react-dom": "^17.0.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.1",
|
|
"subscriptions-transport-ws": "^0.9.18",
|
|
"web-vitals": "^0.2.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"
|
|
]
|
|
}
|
|
}
|