package.json 394 B

12345678910111213141516
  1. {
  2. "name": "netbox-graphiql",
  3. "version": "0.1.0",
  4. "description": "NetBox GraphiQL Custom Front End",
  5. "main": "dist/graphiql.js",
  6. "license": "Apache-2.0",
  7. "private": true,
  8. "dependencies": {
  9. "graphiql": "1.8.9",
  10. "graphql": ">= v14.5.0 <= 15.5.0",
  11. "react": "17.0.2",
  12. "react-dom": "17.0.2",
  13. "subscriptions-transport-ws": "0.9.18",
  14. "whatwg-fetch": "3.6.2"
  15. }
  16. }