afulara/PythonicRAG-FastAPI-React
0
1{2 "name": "frontend",3 "version": "0.1.0",4 "private": true,5 "dependencies": {6 "@testing-library/dom": "^10.4.0",7 "@testing-library/jest-dom": "^6.6.3",8 "@testing-library/react": "^16.3.0",9 "@testing-library/user-event": "^13.5.0",10 "@types/jest": "^27.5.2",11 "@types/node": "^16.18.126",12 "@types/react": "^19.1.2",13 "@types/react-dom": "^19.1.2",14 "react": "^19.1.0",15 "react-dom": "^19.1.0",16 "react-scripts": "5.0.1",17 "typescript": "^4.9.5",18 "web-vitals": "^2.1.4"19 },20 "scripts": {21 "start": "react-scripts start",22 "build": "react-scripts build",23 "test": "react-scripts test",24 "eject": "react-scripts eject"25 },26 "eslintConfig": {27 "extends": [28 "react-app",29 "react-app/jest"30 ]31 },32 "browserslist": {33 "production": [34 ">0.2%",35 "not dead",36 "not op_mini all"37 ],38 "development": [39 "last 1 chrome version",40 "last 1 firefox version",41 "last 1 safari version"42 ]43 }44}45 