Add: React Added For Future Frontend Developement

This commit is contained in:
evan
2025-01-18 23:34:07 +00:00
parent e89e5f0fef
commit 43d97f638b
21 changed files with 18130 additions and 0 deletions

41
react-flask/package.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "react-flask",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "5.0.1",
"schema-utils": "^4.3.0",
"web-vitals": "^2.1.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"
]
}
}