package.json 927 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start"
  9. },
  10. "dependencies": {
  11. "apollo-boost": "^0.4.4",
  12. "apollo-cache-inmemory": "^1.6.3",
  13. "apollo-client": "^2.6.4",
  14. "apollo-link": "^1.2.13",
  15. "apollo-link-error": "^1.1.12",
  16. "apollo-link-http": "^1.5.16",
  17. "dotenv": "^8.2.0",
  18. "formik": "^2.0.6",
  19. "fuse.js": "3.4.5",
  20. "graphql": "^14.5.8",
  21. "graphql-tag": "^2.10.1",
  22. "next": "9.1.2",
  23. "next-link": "^2.0.0",
  24. "next-with-apollo": "^4.3.0",
  25. "nprogress": "^0.2.0",
  26. "react": "16.11.0",
  27. "react-adopt": "^0.6.0",
  28. "react-apollo": "^3.1.3",
  29. "react-dom": "16.11.0",
  30. "standard": "^14.3.1",
  31. "styled-components": "^4.4.1",
  32. "yup": "^0.27.0"
  33. },
  34. "devDependencies": {
  35. "babel-eslint": "^10.0.3"
  36. },
  37. "standard": {
  38. "parser": "babel-eslint"
  39. }
  40. }