|
1 | 1 | {
|
2 |
| - "name": "dask-labextension", |
3 |
| - "version": "6.2.0", |
4 |
| - "description": "A JupyterLab extension for Dask.", |
5 |
| - "keywords": [ |
6 |
| - "dask", |
7 |
| - "jupyter", |
8 |
| - "jupyterlab", |
9 |
| - "jupyterlab-extension" |
10 |
| - ], |
11 |
| - "homepage": "https://github.com/dask/dask-labextension", |
12 |
| - "bugs": { |
13 |
| - "url": "https://github.com/dask/dask-labextension/issues" |
14 |
| - }, |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "https://github.com/dask/dask-labextension" |
18 |
| - }, |
19 |
| - "license": "BSD-3-Clause", |
20 |
| - "author": { |
21 |
| - "name": "Ian Rose, Matt Rocklin, Jacob Tomlinson" |
22 |
| - }, |
23 |
| - "files": [ |
24 |
| - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
25 |
| - "schema/*.json", |
26 |
| - "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
27 |
| - ], |
28 |
| - "main": "lib/index.js", |
29 |
| - "types": "lib/index.d.ts", |
30 |
| - "scripts": { |
31 |
| - "build": "jlpm run build:lib && jlpm run build:labextension:dev", |
32 |
| - "build:labextension": "jupyter labextension build .", |
33 |
| - "build:labextension:dev": "jupyter labextension build --development True .", |
34 |
| - "build:lib": "tsc", |
35 |
| - "build:prod": "jlpm run build:lib && jlpm run build:labextension", |
36 |
| - "clean": "jlpm run clean:lib", |
37 |
| - "clean:all": "jlpm run clean:lib && jlpm run clean:labextension", |
38 |
| - "clean:labextension": "rimraf dask_labextension/labextension", |
39 |
| - "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
40 |
| - "eslint": "eslint . --ext .ts,.tsx --fix", |
41 |
| - "eslint:check": "eslint . --ext .ts,.tsx", |
42 |
| - "install:extension": "jupyter labextension develop --overwrite .", |
43 |
| - "lint": "prettier --check '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}' && jlpm eslint:check", |
44 |
| - "prettier": "prettier --write '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}'", |
45 |
| - "prettier:check": "prettier --list-different '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}'", |
46 |
| - "test": "mocha", |
47 |
| - "watch": "run-p watch:src watch:labextension", |
48 |
| - "watch:labextension": "jupyter labextension watch .", |
49 |
| - "watch:src": "tsc -w" |
50 |
| - }, |
51 |
| - "dependencies": { |
52 |
| - "@jupyterlab/application": "^4.0.0", |
53 |
| - "@jupyterlab/apputils": "^4.0.0", |
54 |
| - "@jupyterlab/codeeditor": "^4.0.0", |
55 |
| - "@jupyterlab/console": "^4.0.0", |
56 |
| - "@jupyterlab/coreutils": "^6.0.0", |
57 |
| - "@jupyterlab/docregistry": "^4.0.0", |
58 |
| - "@jupyterlab/mainmenu": "^4.0.0", |
59 |
| - "@jupyterlab/nbformat": "^4.0.0", |
60 |
| - "@jupyterlab/notebook": "^4.0.0", |
61 |
| - "@jupyterlab/services": "^7.0.0", |
62 |
| - "@jupyterlab/settingregistry": "^4.0.0", |
63 |
| - "@jupyterlab/statedb": "^4.0.0", |
64 |
| - "@jupyterlab/ui-components": "^4.0.0", |
65 |
| - "@lumino/algorithm": "^2.0.0", |
66 |
| - "@lumino/coreutils": "^2.0.0", |
67 |
| - "@lumino/domutils": "^2.0.0", |
68 |
| - "@lumino/dragdrop": "^2.0.0", |
69 |
| - "@lumino/messaging": "^2.0.0", |
70 |
| - "@lumino/polling": "^2.0.0", |
71 |
| - "@lumino/signaling": "^2.0.0", |
72 |
| - "@lumino/widgets": "^2.0.0", |
73 |
| - "react": "^18.0.0", |
74 |
| - "react-dom": "^18.0.0" |
75 |
| - }, |
76 |
| - "devDependencies": { |
77 |
| - "@jupyterlab/builder": "^4.0.0", |
78 |
| - "@types/react": "^18.0.0", |
79 |
| - "@types/react-dom": "^18.0.0", |
80 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
81 |
| - "@typescript-eslint/parser": "^5.59.0", |
82 |
| - "eslint": "^8.4.0", |
83 |
| - "eslint-config-prettier": "^8.8.0", |
84 |
| - "eslint-plugin-prettier": "^4.2.1", |
85 |
| - "eslint-plugin-react": "^7.21.5", |
86 |
| - "mkdirp": "^1.0.3", |
87 |
| - "mocha": "^6.2.0", |
88 |
| - "npm-run-all": "^4.1.5", |
89 |
| - "prettier": "^3.0.1", |
90 |
| - "rimraf": "^5.0.0", |
91 |
| - "typescript": "^5.1.3" |
92 |
| - }, |
93 |
| - "jupyterlab": { |
94 |
| - "extension": true, |
95 |
| - "schemaDir": "schema", |
96 |
| - "outputDir": "dask_labextension/labextension" |
97 |
| - } |
| 2 | + "name": "dask-labextension", |
| 3 | + "version": "7.0.0", |
| 4 | + "description": "A JupyterLab extension for Dask.", |
| 5 | + "keywords": [ |
| 6 | + "dask", |
| 7 | + "jupyter", |
| 8 | + "jupyterlab", |
| 9 | + "jupyterlab-extension" |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/dask/dask-labextension", |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/dask/dask-labextension/issues" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/dask/dask-labextension" |
| 18 | + }, |
| 19 | + "license": "BSD-3-Clause", |
| 20 | + "author": { |
| 21 | + "name": "Ian Rose, Matt Rocklin, Jacob Tomlinson" |
| 22 | + }, |
| 23 | + "files": [ |
| 24 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
| 25 | + "schema/*.json", |
| 26 | + "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
| 27 | + ], |
| 28 | + "main": "lib/index.js", |
| 29 | + "types": "lib/index.d.ts", |
| 30 | + "scripts": { |
| 31 | + "build": "jlpm run build:lib && jlpm run build:labextension:dev", |
| 32 | + "build:labextension": "jupyter labextension build .", |
| 33 | + "build:labextension:dev": "jupyter labextension build --development True .", |
| 34 | + "build:lib": "tsc", |
| 35 | + "build:prod": "jlpm run build:lib && jlpm run build:labextension", |
| 36 | + "clean": "jlpm run clean:lib", |
| 37 | + "clean:all": "jlpm run clean:lib && jlpm run clean:labextension", |
| 38 | + "clean:labextension": "rimraf dask_labextension/labextension", |
| 39 | + "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
| 40 | + "eslint": "eslint . --ext .ts,.tsx --fix", |
| 41 | + "eslint:check": "eslint . --ext .ts,.tsx", |
| 42 | + "install:extension": "jupyter labextension develop --overwrite .", |
| 43 | + "lint": "prettier --check '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}' && jlpm eslint:check", |
| 44 | + "prettier": "prettier --write '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}'", |
| 45 | + "prettier:check": "prettier --list-different '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}'", |
| 46 | + "test": "mocha", |
| 47 | + "watch": "run-p watch:src watch:labextension", |
| 48 | + "watch:labextension": "jupyter labextension watch .", |
| 49 | + "watch:src": "tsc -w" |
| 50 | + }, |
| 51 | + "dependencies": { |
| 52 | + "@jupyterlab/application": "^4.0.0", |
| 53 | + "@jupyterlab/apputils": "^4.0.0", |
| 54 | + "@jupyterlab/codeeditor": "^4.0.0", |
| 55 | + "@jupyterlab/console": "^4.0.0", |
| 56 | + "@jupyterlab/coreutils": "^6.0.0", |
| 57 | + "@jupyterlab/docregistry": "^4.0.0", |
| 58 | + "@jupyterlab/mainmenu": "^4.0.0", |
| 59 | + "@jupyterlab/nbformat": "^4.0.0", |
| 60 | + "@jupyterlab/notebook": "^4.0.0", |
| 61 | + "@jupyterlab/services": "^7.0.0", |
| 62 | + "@jupyterlab/settingregistry": "^4.0.0", |
| 63 | + "@jupyterlab/statedb": "^4.0.0", |
| 64 | + "@jupyterlab/ui-components": "^4.0.0", |
| 65 | + "@lumino/algorithm": "^2.0.0", |
| 66 | + "@lumino/coreutils": "^2.0.0", |
| 67 | + "@lumino/domutils": "^2.0.0", |
| 68 | + "@lumino/dragdrop": "^2.0.0", |
| 69 | + "@lumino/messaging": "^2.0.0", |
| 70 | + "@lumino/polling": "^2.0.0", |
| 71 | + "@lumino/signaling": "^2.0.0", |
| 72 | + "@lumino/widgets": "^2.0.0", |
| 73 | + "react": "^18.0.0", |
| 74 | + "react-dom": "^18.0.0" |
| 75 | + }, |
| 76 | + "devDependencies": { |
| 77 | + "@jupyterlab/builder": "^4.0.0", |
| 78 | + "@types/react": "^18.0.0", |
| 79 | + "@types/react-dom": "^18.0.0", |
| 80 | + "@typescript-eslint/eslint-plugin": "^5.59.0", |
| 81 | + "@typescript-eslint/parser": "^5.59.0", |
| 82 | + "eslint": "^8.4.0", |
| 83 | + "eslint-config-prettier": "^8.8.0", |
| 84 | + "eslint-plugin-prettier": "^4.2.1", |
| 85 | + "eslint-plugin-react": "^7.21.5", |
| 86 | + "mkdirp": "^1.0.3", |
| 87 | + "mocha": "^6.2.0", |
| 88 | + "npm-run-all": "^4.1.5", |
| 89 | + "prettier": "^3.0.1", |
| 90 | + "rimraf": "^5.0.0", |
| 91 | + "typescript": "^5.1.3" |
| 92 | + }, |
| 93 | + "jupyterlab": { |
| 94 | + "extension": true, |
| 95 | + "schemaDir": "schema", |
| 96 | + "outputDir": "dask_labextension/labextension" |
| 97 | + } |
98 | 98 | }
|
0 commit comments