package.json 722 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "front-models",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "graphql-request": "^1.8.2",
  7. "react": "^16.8.6",
  8. "react-dom": "^16.8.6",
  9. "react-scripts": "3.0.1",
  10. "react-select": "^3.1.0"
  11. },
  12. "scripts": {
  13. "start": "react-scripts start",
  14. "build": "react-scripts build",
  15. "test": "react-scripts test",
  16. "eject": "react-scripts eject"
  17. },
  18. "eslintConfig": {
  19. "extends": "react-app"
  20. },
  21. "browserslist": {
  22. "production": [
  23. ">0.2%",
  24. "not dead",
  25. "not op_mini all"
  26. ],
  27. "development": [
  28. "last 1 chrome version",
  29. "last 1 firefox version",
  30. "last 1 safari version"
  31. ]
  32. },
  33. "proxy": "http://mo.ed.asmer.org.ua/"
  34. }