mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 07:37:45 -06:00
17 lines
376 B
JSON
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"
|
|
}
|
|
}
|