|
5 | 5 | "keywords": [
|
6 | 6 | "jupyter",
|
7 | 7 | "jupyterlab",
|
8 |
| - "jupyterlab extension", |
| 8 | + "jupyterlab-extension", |
9 | 9 | "widgets"
|
10 | 10 | ],
|
| 11 | + "files": [ |
| 12 | + "lib/**/*.js", |
| 13 | + "dist/*.js", |
| 14 | + "css/*.css" |
| 15 | + ], |
11 | 16 | "homepage": "https://github.com/jupyter-widgets/jupyterlab-sidecar",
|
12 | 17 | "bugs": {
|
13 | 18 | "url": "https://github.com/jupyter-widgets/jupyterlab-sidecar/issues"
|
|
42 | 47 | "watch:labextension": "jupyter labextension watch ."
|
43 | 48 | },
|
44 | 49 | "dependencies": {
|
45 |
| - "@jupyter-widgets/base": "6.0.0-rc.0", |
46 |
| - "@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0", |
| 50 | + "@jupyter-widgets/base": "^4 || ^5 || ^6", |
| 51 | + "@jupyter-widgets/jupyterlab-manager": "^3 || ^4 || ^5", |
47 | 52 | "@jupyterlab/application": "^3.0.0",
|
48 | 53 | "@lumino/coreutils": "^1.5.3"
|
49 | 54 | },
|
50 | 55 | "devDependencies": {
|
| 56 | + "@babel/core": "^7.5.0", |
| 57 | + "@babel/preset-env": "^7.5.0", |
51 | 58 | "@jupyterlab/builder": "^3.0.0",
|
52 | 59 | "@types/expect.js": "^0.3.29",
|
53 | 60 | "@types/mocha": "^7.0.2",
|
54 | 61 | "@types/node": "^13.9.2",
|
| 62 | + "@types/webpack-env": "^1.13.6", |
| 63 | + "@typescript-eslint/eslint-plugin": "^3.6.0", |
| 64 | + "@typescript-eslint/parser": "^3.6.0", |
55 | 65 | "expect.js": "^0.3.1",
|
| 66 | + "css-loader": "^3.2.0", |
| 67 | + "eslint": "^7.4.0", |
| 68 | + "eslint-config-prettier": "^6.11.0", |
| 69 | + "eslint-plugin-prettier": "^3.1.4", |
56 | 70 | "fs-extra": "^8.1.0",
|
57 | 71 | "json-loader": "^0.5.7",
|
58 | 72 | "karma": "^4.4.1",
|
|
65 | 79 | "mkdirp": "^1.0.3",
|
66 | 80 | "mocha": "^7.1.1",
|
67 | 81 | "npm-run-all": "^4.1.5",
|
| 82 | + "prettier": "^2.0.5", |
68 | 83 | "rimraf": "^3.0.2",
|
69 |
| - "source-map-loader": "^0.2.4", |
70 |
| - "ts-loader": "^6.2.1", |
71 |
| - "typescript": "^3.8.3" |
| 84 | + "source-map-loader": "^1.1.3", |
| 85 | + "style-loader": "^1.0.0", |
| 86 | + "ts-loader": "^8.0.0", |
| 87 | + "typescript": "~4.1.3" |
72 | 88 | },
|
73 | 89 | "jupyterlab": {
|
74 | 90 | "extension": "lib/plugin",
|
|
83 | 99 | "singleton": true
|
84 | 100 | }
|
85 | 101 | }
|
86 |
| - }, |
87 |
| - "resolutions": { |
88 |
| - "@jupyter-widgets/base": "6.0.0-rc.0", |
89 |
| - "@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0" |
90 | 102 | }
|
91 | 103 | }
|
0 commit comments