|
@@ -21,6 +21,10 @@
|
|
|
"schema/*.json",
|
|
|
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
|
|
|
],
|
|
|
+ "sideEffects": [
|
|
|
+ "style/*.css"
|
|
|
+ ],
|
|
|
+ "style": "style/index.css",
|
|
|
"main": "lib/index.js",
|
|
|
"types": "lib/index.d.ts",
|
|
|
"scripts": {
|
|
@@ -46,7 +50,6 @@
|
|
|
"@jupyterlab/markdownviewer": "^2.0.0",
|
|
|
"@jupyterlab/notebook": "^2.0.0",
|
|
|
"@jupyterlab/rendermime": "^2.0.0",
|
|
|
- "@lumino/algorithm": "^1.2.3",
|
|
|
"@lumino/coreutils": "^1.4.2",
|
|
|
"@lumino/messaging": "^1.3.3",
|
|
|
"@lumino/widgets": "^1.11.1",
|