{ "name": "client", "version": "1.0.0", "description": "The frontend for the criminalmindsapi", "repository": { "type": "git", "url": "https://github.com/StevanFreeborn/criminalmindsapi" }, "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "bootstrap": "^5.1.3", "http-proxy-middleware": "^2.0.6", "nth-check": ">=2.0.1", "react": "^18.2.0", "react-bootstrap": "^2.4.0", "react-bootstrap-icons": "^1.8.4", "react-dom": "^18.2.0", "react-loading-icons": "^1.1.0", "react-router": "^6.3.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, "scripts": { "start": "set HTTPS=true&&react-scripts start", "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prestart": "node aspnetcore-https && node aspnetcore-react" }, "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": { "eslint-config-react-app": "^7.0.1", "jest-editor-support": "^30.1.0" } }