kopia lustrzana https://github.com/deathbeds/ipydrawio
rodzic
0f9c5b6e82
commit
003c85b441
Plik diff jest za duży
Load Diff
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jupyterlab-drawio",
|
"name": "jupyterlab-drawio",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"description": "A JupyterLab extension for embedding drawio / mxgraph.",
|
"description": "A JupyterLab extension for embedding drawio / mxgraph.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"extension",
|
"extension",
|
||||||
|
@ -30,11 +30,13 @@
|
||||||
"watch": "tsc -w"
|
"watch": "tsc -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jupyterlab/application": "^0.16.0",
|
"@jupyterlab/application": "^0.16.2",
|
||||||
"@jupyterlab/filebrowser": "^0.16.0",
|
"@jupyterlab/apputils": "^0.16.2",
|
||||||
"@jupyterlab/mainmenu": "^0.5.0",
|
"@jupyterlab/coreutils": "^1.1.2",
|
||||||
"@jupyterlab/launcher": "^0.16.0",
|
"@jupyterlab/docregistry": "^0.16.2",
|
||||||
"@jupyterlab/apputils": "^0.16.0"
|
"@jupyterlab/filebrowser": "^0.16.2",
|
||||||
|
"@jupyterlab/launcher": "^0.16.2",
|
||||||
|
"@jupyterlab/mainmenu": "^0.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"rimraf": "^2.6.1",
|
"rimraf": "^2.6.1",
|
||||||
|
|
Ładowanie…
Reference in New Issue