12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "my-first-app",
- "version": "0.1.0",
- "private": true,
- "proxy": "http://localhost:5000",
- "dependencies": {
- "@material-ui/core": "^4.12.3",
- "@material-ui/icons": "^4.11.2",
- "@testing-library/jest-dom": "^5.14.1",
- "@testing-library/react": "^11.2.7",
- "@testing-library/user-event": "^12.8.3",
- "axios": "^0.21.4",
- "classnames": "^2.3.1",
- "jwt-decode": "^3.1.2",
- "moment": "^2.29.1",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-file-base64": "^1.0.3",
- "react-google-login": "^5.2.2",
- "react-redux": "^7.2.4",
- "react-router-dom": "^5.2.0",
- "react-scripts": "4.0.3",
- "redux": "^4.1.1",
- "redux-form": "^8.3.7",
- "redux-thunk": "^2.3.0",
- "reselect": "^4.0.0",
- "web-vitals": "^1.1.2"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "predeploy": "npm run build",
- "deploy": "gh-pages -d build"
- },
- "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": {
- "gh-pages": "^3.2.3",
- "react-test-renderer": "^17.0.2"
- },
- "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
- "main": "index.js",
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|