1
1
{
2
2
"name" : " graph_notebook_widgets" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.0.2 " ,
4
4
"author" : " amazon" ,
5
5
"description" : " A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network" ,
6
6
"dependencies" : {
12
12
"vis-data" : " 7.1.4" ,
13
13
"vis-network" : " 9.1.6" ,
14
14
"vis-util" : " 5.0.3" ,
15
- "@jupyterlab/application" : " ^4.3.5"
15
+ "@jupyterlab/application" : " ^4.3.5"
16
16
},
17
17
"devDependencies" : {
18
18
"@jupyterlab/builder" : " ^4.3.5" ,
60
60
"stylelint-csstree-validator" : " ^3.0.0" ,
61
61
"stylelint-prettier" : " ^4.0.0" ,
62
62
"ts-loader" : " ^9.4.4" ,
63
- "typescript" : " ~5.0.4" ,
63
+ "typescript" : " ~5.0.4" ,
64
64
"webpack" : " ^5.88.2" ,
65
65
"webpack-cli" : " ^5.1.4" ,
66
66
"webpack-dev-server" : " ^4.15.1" ,
81
81
"version" : " ^6.0.4" ,
82
82
"requiredVersion" : " ^6.0.4"
83
83
},
84
- "@jupyterlab/application" : {
84
+ "@jupyterlab/application" : {
85
85
"bundled" : false ,
86
86
"singleton" : true ,
87
87
"version" : " ^4.0.0" ,
115
115
}
116
116
},
117
117
"jupyter" : {
118
- "extension" : " extension.js" ,
118
+ "extension" : " extension.js" ,
119
119
"outputDir" : " nbextension"
120
120
},
121
121
"keywords" : [
127
127
],
128
128
"main" : " lib/index.js" ,
129
129
"types" : " lib/index.d.ts" ,
130
- "engines" : {
130
+ "engines" : {
131
131
"node" : " >=20.18.3" ,
132
132
"npm" : " >=10.8.2"
133
- },
133
+ },
134
134
"scripts" : {
135
135
"build" : " npm run build:lib && npm run build:nbextension && npm run build:labextension:dev" ,
136
136
"build:prod" : " npm run clean && npm run build:lib && npm run build:nbextension && npm run build:labextension" ,
151
151
"watch:nbextension" : " webpack --watch --mode=development" ,
152
152
"watch:labextension" : " jupyter labextension watch ."
153
153
}
154
- }
154
+ }
0 commit comments