package.json 595 B

1234567891011121314151617181920212223
  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. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.slurm.ch/tomi/u-fit.git"
  12. },
  13. "author": "Tomi Cvetic",
  14. "license": "ISC",
  15. "dependencies": {
  16. "@graphql-codegen/add": "^1.9.1",
  17. "@graphql-codegen/cli": "^1.9.1",
  18. "@graphql-codegen/typescript": "^1.9.1",
  19. "@graphql-codegen/typescript-operations": "^1.9.1",
  20. "@graphql-codegen/typescript-react-apollo": "^1.9.1",
  21. "apollo-codegen": "^0.20.2"
  22. }
  23. }