first commit

This commit is contained in:
vanalmsick 2025-09-27 18:19:06 +01:00
commit e7f627801f
152 changed files with 35352 additions and 0 deletions

64
src-frontend/package.json Normal file
View file

@ -0,0 +1,64 @@
{
"name": "workout_challenge",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.7.0",
"@sentry/react": "^9.40.0",
"@sentry/tracing": "^7.120.3",
"@tanstack/react-query": "^5.75.2",
"@tanstack/react-query-devtools": "^5.75.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",
"chart.js": "^4.4.9",
"chartjs-plugin-datalabels": "^2.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.507.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-content-loader": "^7.0.2",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.1",
"react-scripts": "5.0.1",
"react-spinners": "^0.17.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"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": {
"@craco/craco": "^7.1.0",
"autoprefixer": "^10.4.21",
"critters-webpack-plugin": "^3.0.2",
"cssnano": "^7.1.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.17"
}
}