mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-20 16:44:25 +01:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "netbox-graphiql",
|
|
"version": "4.1.0",
|
|
"description": "NetBox GraphiQL Custom Front End",
|
|
"main": "dist/graphiql.js",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@graphiql/plugin-explorer": "3.2.3",
|
|
"graphiql": "3.7.2",
|
|
"graphql": "16.9.0",
|
|
"js-cookie": "3.0.5",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
}
|
|
}
|