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.

33 lines
761 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. "pluralize": "^7.0.0",
  12. "react": "^16.4.1",
  13. "react-apollo": "^2.1.9",
  14. "react-dom": "^16.4.1",
  15. "react-router": "^4.3.1",
  16. "react-router-dom": "^4.3.1",
  17. "react-scripts": "1.1.4"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test --env=jsdom",
  23. "eject": "react-scripts eject"
  24. },
  25. "devDependencies": {
  26. "@playlyfe/gql": "^2.6.0"
  27. },
  28. "proxy": {
  29. "/graphql": {
  30. "target": "http://10.32.7.1:17000"
  31. }
  32. }
  33. }