mirror of
https://github.com/workhardbekind/workout-challenge.git
synced 2026-07-04 09:23:32 -04:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|