mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@craco/craco": "^7.1.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.126",
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"axios": "^1.6.2",
|
|
"chart.js": "^4.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"dompurify": "^3.2.6",
|
|
"framer-motion": "^10.16.4",
|
|
"lucide-react": "^0.379.0",
|
|
"maplibre-gl": "^5.9.0",
|
|
"popmotion": "^11.0.5",
|
|
"quill": "^2.0.3",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-datepicker": "^8.7.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-icons": "^4.12.0",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-markdown": "^10.1.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-simple-maps": "^3.0.0",
|
|
"react-syntax-highlighter": "^15.6.6",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4",
|
|
"yup": "^1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chart.js": "^2.9.41",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/geojson": "^7946.0.8",
|
|
"@types/maplibre-gl": "^1.13.2",
|
|
"@types/react-chartjs-2": "^2.0.2",
|
|
"@types/react-image-crop": "^8.1.6",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|