package.json 684 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "u-fit",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "codegen": "graphql-codegen"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.slurm.ch/tomi/u-fit.git"
  13. },
  14. "author": "Tomi Cvetic",
  15. "license": "ISC",
  16. "dependencies": {
  17. "@graphql-codegen/add": "^1.9.1",
  18. "@graphql-codegen/cli": "^1.9.1",
  19. "@graphql-codegen/typescript": "^1.9.1",
  20. "@graphql-codegen/typescript-operations": "^1.9.1",
  21. "@graphql-codegen/typescript-react-apollo": "^1.9.1",
  22. "@graphql-codegen/typescript-resolvers": "1.13.3",
  23. "apollo-codegen": "^0.20.2"
  24. }
  25. }