package.json 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "normalize.css": "^8.0.1",
  26. "nprogress": "^0.2.0",
  27. "react": "16.11.0",
  28. "react-adopt": "^0.6.0",
  29. "react-apollo": "^3.1.3",
  30. "react-dom": "16.11.0",
  31. "standard": "^14.3.1",
  32. "styled-components": "^4.4.1",
  33. "yup": "^0.27.0"
  34. },
  35. "devDependencies": {
  36. "babel-eslint": "^10.0.3",
  37. "jest": "^24.9.0"
  38. },
  39. "standard": {
  40. "parser": "babel-eslint"
  41. }
  42. }