Better handling of react app

This commit is contained in:
2026-01-21 14:21:11 -05:00
parent 3c489b7c32
commit ce4f8ba7df
29 changed files with 810 additions and 1180 deletions

View File

@@ -1,30 +1,25 @@
{
"name": "go-sjles-pta-vote-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"cra-template-pwa": "2.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "7.12.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"axios":"1.13.2",
"css-loader": "7.1.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router": "7.12.0",
"react-scripts": "5.0.1",
"sass-loader": "16.0.6",
"webpack": "5.104.1",
"webpack-cli": "6.0.1"
},
"devDependencies": {
"typescript": "^4"
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [