Advertisement
yohannesTz

Untitled

Mar 3rd, 2022
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.11 KB | None | 0 0
  1. {
  2.   "name": "emadb-frontend",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "dependencies": {
  6.     "@testing-library/jest-dom": "^5.14.1",
  7.     "@testing-library/react": "^12.0.0",
  8.     "@testing-library/user-event": "^13.2.1",
  9.     "axios": "^0.26.0",
  10.     "bootstrap": "^5.1.3",
  11.     "jquery": "^3.6.0",
  12.     "react": "^17.0.2",
  13.     "react-countup": "^6.1.1",
  14.     "react-dom": "^17.0.2",
  15.     "react-icons": "^4.3.1",
  16.     "react-reveal": "^1.2.2",
  17.     "react-router-dom": "^6.2.1",
  18.     "react-scripts": "5.0.0",
  19.     "react-visibility-sensor": "^5.1.1",
  20.     "reactstrap": "^9.0.1",
  21.     "web-vitals": "^2.1.0"
  22.   },
  23.   "scripts": {
  24.     "start": "react-scripts start",
  25.     "build": "react-scripts build",
  26.     "test": "react-scripts test",
  27.     "eject": "react-scripts eject"
  28.   },
  29.   "eslintConfig": {
  30.     "extends": [
  31.       "react-app",
  32.       "react-app/jest"
  33.     ]
  34.   },
  35.   "browserslist": {
  36.     "production": [
  37.       ">0.2%",
  38.       "not dead",
  39.       "not op_mini all"
  40.     ],
  41.     "development": [
  42.       "last 1 chrome version",
  43.       "last 1 firefox version",
  44.       "last 1 safari version"
  45.     ]
  46.   }
  47. }
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement