Files
netbox/netbox/project-static/netbox-graphiql/package.json
2025-11-29 13:02:16 -05:00

17 lines
376 B
JSON

{
"name": "netbox-graphiql",
"version": "4.5.0",
"description": "NetBox GraphiQL Custom Front End",
"main": "dist/graphiql.js",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@graphiql/plugin-explorer": "3.2.6",
"graphiql": "4.1.2",
"graphql": "16.12.0",
"js-cookie": "3.0.5",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}