|
1 | 1 | {
|
2 |
| - "name": "@robostack/jupyter-ros", |
3 |
| - "version": "0.6.1", |
4 |
| - "description": "Jupyter widgets for the ROS ecosystem.", |
5 |
| - "homepage": "https://github.com/wolfv/jupyter-ros.git", |
6 |
| - "author": { |
7 |
| - "name": "Wolf Vollprecht", |
8 |
| - |
9 |
| - }, |
10 |
| - "license": "BSD-3-Clause", |
11 |
| - "main": "lib/labplugin.js", |
12 |
| - "repository": { |
13 |
| - "type": "git", |
14 |
| - "url": "https://github.com/wolfv/jupyter-ros.git" |
15 |
| - }, |
16 |
| - "keywords": [ |
17 |
| - "jupyter", |
18 |
| - "widgets", |
19 |
| - "ipython", |
20 |
| - "ipywidgets", |
21 |
| - "jupyterlab-extension" |
22 |
| - ], |
23 |
| - "files": [ |
24 |
| - "lib/**/*.js", |
25 |
| - "dist/*.js" |
26 |
| - ], |
27 |
| - "scripts": { |
28 |
| - "clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension", |
29 |
| - "build": "jlpm run build:lib && jlpm run build:labextension:dev", |
30 |
| - "build:lib": "webpack", |
31 |
| - "build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension", |
32 |
| - "build:labextension": "jupyter labextension build .", |
33 |
| - "build:labextension:dev": "jupyter labextension build --development True .", |
34 |
| - "install:extension": "jlpm run build", |
35 |
| - "watch": "run-p watch:src && watch:labextension", |
36 |
| - "watch:src": "webpack --watch", |
37 |
| - "watch:labextension": "jupyter labextension watch .", |
38 |
| - "test": "echo \"Error: no test specified\" && exit 1", |
39 |
| - "prepublish": "webpack" |
40 |
| - }, |
41 |
| - "devDependencies": { |
42 |
| - "@jupyterlab/builder": "^3.0.1", |
43 |
| - "npm-run-all": "^4.1.5", |
44 |
| - "rimraf": "^4.1.2", |
45 |
| - "webpack": "^5.75.0", |
46 |
| - "webpack-cli": "^5.0.1" |
47 |
| - }, |
48 |
| - "dependencies": { |
49 |
| - "@jupyter-widgets/base": "^2.0.1 || ^3 || ^4", |
50 |
| - "lodash": "^4.17.21", |
51 |
| - "ros3d": "^1.0.0" |
52 |
| - }, |
53 |
| - "jupyterlab": { |
54 |
| - "extension": "lib/labplugin.js", |
55 |
| - "outputDir": "../jupyros/labextension" |
56 |
| - } |
| 2 | + "name": "@robostack/jupyter-ros", |
| 3 | + "version": "0.7.0-a0", |
| 4 | + "description": "Jupyter widgets for the ROS ecosystem.", |
| 5 | + "homepage": "https://github.com/wolfv/jupyter-ros.git", |
| 6 | + "author": { |
| 7 | + "name": "Wolf Vollprecht", |
| 8 | + |
| 9 | + }, |
| 10 | + "license": "BSD-3-Clause", |
| 11 | + "main": "lib/labplugin.js", |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/wolfv/jupyter-ros.git" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "jupyter", |
| 18 | + "widgets", |
| 19 | + "ipython", |
| 20 | + "ipywidgets", |
| 21 | + "jupyterlab-extension" |
| 22 | + ], |
| 23 | + "files": [ |
| 24 | + "lib/**/*.js", |
| 25 | + "dist/*.js" |
| 26 | + ], |
| 27 | + "scripts": { |
| 28 | + "clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension", |
| 29 | + "build": "jlpm run build:lib && jlpm run build:labextension:dev", |
| 30 | + "build:lib": "webpack", |
| 31 | + "build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension", |
| 32 | + "build:labextension": "jupyter labextension build .", |
| 33 | + "build:labextension:dev": "jupyter labextension build --development True .", |
| 34 | + "install:extension": "jlpm run build", |
| 35 | + "watch": "run-p watch:src && watch:labextension", |
| 36 | + "watch:src": "webpack --watch", |
| 37 | + "watch:labextension": "jupyter labextension watch .", |
| 38 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 39 | + "prepublish": "webpack" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@jupyterlab/builder": "^3.0.1", |
| 43 | + "npm-run-all": "^4.1.5", |
| 44 | + "rimraf": "^4.1.2", |
| 45 | + "webpack": "^5.75.0", |
| 46 | + "webpack-cli": "^5.0.1" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "@jupyter-widgets/base": "^2.0.1 || ^3 || ^4", |
| 50 | + "lodash": "^4.17.21", |
| 51 | + "ros3d": "^1.0.0" |
| 52 | + }, |
| 53 | + "jupyterlab": { |
| 54 | + "extension": "lib/labplugin.js", |
| 55 | + "outputDir": "../jupyros/labextension" |
| 56 | + } |
57 | 57 | }
|
0 commit comments