Advertisement
Guest User

react package.json

a guest
Jul 19th, 2021
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.26 KB | None | 0 0
  1. {
  2.   "name": "xxx",
  3.   "version": "1.0.0",
  4.   "private": true,
  5.   "proxy": "http://localhost:3001",
  6.   "dependencies": {
  7.     "@fortawesome/react-fontawesome": "^0.1.14",
  8.     "@material-ui/core": "4.12.1",
  9.     "@material/react-button": "^0.15.0",
  10.     "@testing-library/jest-dom": "^5.14.1",
  11.     "@testing-library/react": "^12.0.0",
  12.     "@testing-library/user-event": "^13.1.9",
  13.     "prop-types": "^15.7.2",
  14.     "react": "^17.0.2",
  15.     "react-dom": "^17.0.2",
  16.     "react-inlinesvg": "^2.3.0",
  17.     "react-responsive": "^8.2.0",
  18.     "react-router-dom": "^5.2.0",
  19.     "react-scripts": "^4.0.3",
  20.     "react-spring": "^9.2.4",
  21.     "react-toggle": "^4.1.2",
  22.     "react-usestateref": "^1.0.5",
  23.     "sass": "^1.35.2",
  24.     "web-vitals": "^2.1.0"
  25.   },
  26.   "scripts": {
  27.     "start": "react-scripts start",
  28.     "build": "react-scripts build",
  29.     "test": "jest",
  30.     "coverage": "jest --collectCoverage",
  31.     "eject": "react-scripts eject"
  32.   },
  33.   "eslintConfig": {
  34.     "extends": [
  35.       "react-app",
  36.       "react-app/jest"
  37.     ]
  38.   },
  39.   "browserslist": {
  40.     "production": [
  41.       ">0.2%",
  42.       "not dead",
  43.       "not op_mini all"
  44.     ],
  45.     "development": [
  46.       "last 1 chrome version",
  47.       "last 1 firefox version",
  48.       "last 1 safari version"
  49.     ]
  50.   }
  51. }
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement