|
19 | 19 | ],
|
20 | 20 | "main": "lib/index.js",
|
21 | 21 | "types": "lib/index.d.ts",
|
| 22 | + "style": "style/index.css", |
22 | 23 | "repository": {
|
23 | 24 | "type": "git",
|
24 | 25 | "url": "https://github.com/jupyter-server/jupyter-resource-usage.git"
|
|
41 | 42 | "watch:labextension": "jupyter labextension watch ."
|
42 | 43 | },
|
43 | 44 | "dependencies": {
|
44 |
| - "@jupyterlab/application": "^3.0.0", |
45 |
| - "@jupyterlab/apputils": "^3.0.0", |
46 |
| - "@jupyterlab/coreutils": "^5.0.0", |
47 |
| - "@jupyterlab/services": "^6.0.0", |
48 |
| - "@jupyterlab/statusbar": "^3.0.0", |
49 |
| - "@jupyterlab/translation": "^3.0.0", |
50 |
| - "@lumino/polling": "^1.3.3", |
51 |
| - "typestyle": "^2.0.4" |
| 45 | + "@jupyterlab/application": "^3.5.1", |
| 46 | + "@jupyterlab/apputils": "^3.5.1", |
| 47 | + "@jupyterlab/coreutils": "^5.5.1", |
| 48 | + "@jupyterlab/notebook": "^3.5.1", |
| 49 | + "@jupyterlab/services": "^6.5.1", |
| 50 | + "@jupyterlab/statusbar": "^3.5.1", |
| 51 | + "@jupyterlab/translation": "^3.5.1", |
| 52 | + "@lumino/polling": "^1.11.3", |
| 53 | + "typestyle": "^2.4.0" |
52 | 54 | },
|
53 | 55 | "devDependencies": {
|
54 |
| - "@jupyterlab/builder": "^3.0.0", |
| 56 | + "@jupyterlab/builder": "^3.5.1", |
| 57 | + "@typescript-eslint/eslint-plugin": "^4.8.1", |
| 58 | + "@typescript-eslint/parser": "^4.8.1", |
| 59 | + "eslint": "^7.14.0", |
| 60 | + "eslint-config-prettier": "^6.15.0", |
| 61 | + "eslint-plugin-prettier": "^3.1.4", |
| 62 | + "mkdirp": "^1.0.3", |
55 | 63 | "npm-run-all": "^4.1.5",
|
| 64 | + "prettier": "^2.1.1", |
56 | 65 | "rimraf": "^3.0.2",
|
57 |
| - "typescript": "~4.0.3" |
| 66 | + "typescript": "~4.1.3" |
| 67 | + }, |
| 68 | + "sideEffects": [ |
| 69 | + "style/*.css", |
| 70 | + "style/index.js" |
| 71 | + ], |
| 72 | + "styleModule": "style/index.js", |
| 73 | + "publishConfig": { |
| 74 | + "access": "public" |
58 | 75 | },
|
59 | 76 | "jupyterlab": {
|
| 77 | + "discovery": { |
| 78 | + "server": { |
| 79 | + "managers": [ |
| 80 | + "pip" |
| 81 | + ], |
| 82 | + "base": { |
| 83 | + "name": "jupyterlab_kernel_usage" |
| 84 | + } |
| 85 | + } |
| 86 | + }, |
60 | 87 | "extension": true,
|
61 | 88 | "outputDir": "../../jupyter_resource_usage/labextension"
|
62 | 89 | }
|
|
0 commit comments