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.

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