package.json 917 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "frontend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "next",
  8. "build": "next build",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "apollo-boost": "^0.3.1",
  16. "apollo-cache-inmemory": "^1.5.1",
  17. "apollo-client": "^2.5.1",
  18. "apollo-link": "^1.2.11",
  19. "apollo-link-error": "^1.1.10",
  20. "apollo-link-http": "^1.5.14",
  21. "apollo-upload-client": "^10.0.0",
  22. "dotenv": "^7.0.0",
  23. "graphql": "^14.2.1",
  24. "graphql-tag": "^2.10.1",
  25. "next": "^8.0.4",
  26. "next-with-apollo": "^3.4.0",
  27. "nprogress": "^0.2.0",
  28. "react": "^16.8.6",
  29. "react-apollo": "^2.5.4",
  30. "react-dom": "^16.8.6",
  31. "standard": "^12.0.1",
  32. "styled-components": "^4.2.0"
  33. },
  34. "devDependencies": {
  35. "babel-plugin-styled-components": "^1.10.0"
  36. }
  37. }