GraphQL API and utilities for the rpdata project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
786 B

  1. {
  2. "name": "rpdata-ui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "ajv": "^6.5.2",
  7. "apollo-boost": "^0.1.10",
  8. "apollo-cache-inmemory": "^1.3.0-beta.6",
  9. "graphql": "^0.13.2",
  10. "graphql-tag": "^2.9.2",
  11. "moment": "^2.22.2",
  12. "pluralize": "^7.0.0",
  13. "react": "^16.4.1",
  14. "react-apollo": "^2.1.9",
  15. "react-dom": "^16.4.1",
  16. "react-router": "^4.3.1",
  17. "react-router-dom": "^4.3.1",
  18. "react-scripts": "1.1.4"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test --env=jsdom",
  24. "eject": "react-scripts eject"
  25. },
  26. "devDependencies": {
  27. "@playlyfe/gql": "^2.6.0"
  28. },
  29. "proxy": {
  30. "/graphql": {
  31. "target": "http://10.32.7.1:17000"
  32. }
  33. }
  34. }