|
1 | 1 | {
|
2 |
| - "name": "jupyterlab-lego-boost", |
3 |
| - "version": "0.1.0-alpha.1", |
4 |
| - "description": "Blockly extension for JupyterLab to control the Lego Boost", |
5 |
| - "keywords": [ |
6 |
| - "jupyter", |
7 |
| - "jupyterlab", |
8 |
| - "jupyterlab-extension" |
9 |
| - ], |
10 |
| - "homepage": "https://github.com/QuantStack/jupyterlab-lego-boost", |
11 |
| - "bugs": { |
12 |
| - "url": "https://github.com/QuantStack/jupyterlab-lego-boost/issues" |
13 |
| - }, |
14 |
| - "license": "BSD-3-Clause", |
15 |
| - "author": { |
16 |
| - "name": "Denisa Checiu", |
17 |
| - "email": "me@test.com" |
18 |
| - }, |
19 |
| - "files": [ |
20 |
| - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
21 |
| - "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
22 |
| - ], |
23 |
| - "main": "lib/index.js", |
24 |
| - "types": "lib/index.d.ts", |
25 |
| - "style": "style/index.css", |
26 |
| - "repository": { |
27 |
| - "type": "git", |
28 |
| - "url": "https://github.com/QuantStack/jupyterlab-lego-boost.git" |
29 |
| - }, |
30 |
| - "scripts": { |
31 |
| - "build": "jlpm build:lib && jlpm build:labextension:dev", |
32 |
| - "build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension", |
33 |
| - "build:labextension": "jupyter labextension build .", |
34 |
| - "build:labextension:dev": "jupyter labextension build --development True .", |
35 |
| - "build:lib": "tsc", |
36 |
| - "clean": "jlpm clean:lib", |
37 |
| - "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
38 |
| - "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
39 |
| - "clean:labextension": "rimraf jupyterlab_lego_boost/labextension", |
40 |
| - "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
41 |
| - "eslint": "jlpm eslint:check --fix", |
42 |
| - "eslint:check": "eslint . --cache --ext .ts,.tsx", |
43 |
| - "install:extension": "jlpm build", |
44 |
| - "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", |
45 |
| - "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", |
46 |
| - "prettier": "jlpm prettier:base --write --list-different", |
47 |
| - "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
48 |
| - "prettier:check": "jlpm prettier:base --check", |
49 |
| - "stylelint": "jlpm stylelint:check --fix", |
50 |
| - "stylelint:check": "stylelint --cache \"style/**/*.css\"", |
51 |
| - "watch": "run-p watch:src watch:labextension", |
52 |
| - "watch:src": "tsc -w", |
53 |
| - "watch:labextension": "jupyter labextension watch .", |
54 |
| - "postinstall": "patch-package" |
55 |
| - }, |
56 |
| - "dependencies": { |
57 |
| - "@jupyterlab/application": "^3.4", |
58 |
| - "blockly": "^7.20211209.2", |
59 |
| - "jupyterlab-blockly": "^0.2.1", |
60 |
| - "patch-package": "^6.4.7", |
61 |
| - "postinstall-postinstall": "^2.1.0" |
62 |
| - }, |
63 |
| - "devDependencies": { |
64 |
| - "@jupyterlab/builder": "^3.4", |
65 |
| - "@typescript-eslint/eslint-plugin": "^4.8.1", |
66 |
| - "@typescript-eslint/parser": "^4.8.1", |
67 |
| - "eslint": "^7.14.0", |
68 |
| - "eslint-config-prettier": "^6.15.0", |
69 |
| - "eslint-plugin-prettier": "^3.1.4", |
70 |
| - "npm-run-all": "^4.1.5", |
71 |
| - "prettier": "^2.1.1", |
72 |
| - "rimraf": "^3.0.2", |
73 |
| - "stylelint": "^14.3.0", |
74 |
| - "stylelint-config-prettier": "^9.0.3", |
75 |
| - "stylelint-config-recommended": "^6.0.0", |
76 |
| - "stylelint-config-standard": "~24.0.0", |
77 |
| - "stylelint-prettier": "^2.0.0", |
78 |
| - "typescript": "~4.5.2" |
79 |
| - }, |
80 |
| - "sideEffects": [ |
81 |
| - "style/*.css", |
82 |
| - "style/index.js" |
83 |
| - ], |
84 |
| - "styleModule": "style/index.js", |
85 |
| - "publishConfig": { |
86 |
| - "access": "public" |
87 |
| - }, |
88 |
| - "jupyterlab": { |
89 |
| - "extension": true, |
90 |
| - "outputDir": "jupyterlab_lego_boost/labextension" |
91 |
| - } |
| 2 | + "name": "jupyterlab-lego-boost", |
| 3 | + "version": "0.1.0-alpha.1", |
| 4 | + "description": "Blockly extension for JupyterLab to control the Lego Boost", |
| 5 | + "keywords": [ |
| 6 | + "jupyter", |
| 7 | + "jupyterlab", |
| 8 | + "jupyterlab-extension" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/QuantStack/jupyterlab-lego-boost", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/QuantStack/jupyterlab-lego-boost/issues" |
| 13 | + }, |
| 14 | + "license": "BSD-3-Clause", |
| 15 | + "author": { |
| 16 | + "name": "Denisa Checiu", |
| 17 | + "email": "me@test.com" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
| 21 | + "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
| 22 | + ], |
| 23 | + "main": "lib/index.js", |
| 24 | + "types": "lib/index.d.ts", |
| 25 | + "style": "style/index.css", |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/QuantStack/jupyterlab-lego-boost.git" |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "build": "jlpm build:lib && jlpm build:labextension:dev", |
| 32 | + "build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension", |
| 33 | + "build:labextension": "jupyter labextension build .", |
| 34 | + "build:labextension:dev": "jupyter labextension build --development True .", |
| 35 | + "build:lib": "tsc", |
| 36 | + "clean": "jlpm clean:lib", |
| 37 | + "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
| 38 | + "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
| 39 | + "clean:labextension": "rimraf jupyterlab_lego_boost/labextension", |
| 40 | + "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
| 41 | + "eslint": "jlpm eslint:check --fix", |
| 42 | + "eslint:check": "eslint . --cache --ext .ts,.tsx", |
| 43 | + "install:extension": "jlpm build", |
| 44 | + "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", |
| 45 | + "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", |
| 46 | + "prettier": "jlpm prettier:base --write --list-different", |
| 47 | + "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
| 48 | + "prettier:check": "jlpm prettier:base --check", |
| 49 | + "stylelint": "jlpm stylelint:check --fix", |
| 50 | + "stylelint:check": "stylelint --cache \"style/**/*.css\"", |
| 51 | + "watch": "run-p watch:src watch:labextension", |
| 52 | + "watch:src": "tsc -w", |
| 53 | + "watch:labextension": "jupyter labextension watch .", |
| 54 | + "postinstall": "patch-package" |
| 55 | + }, |
| 56 | + "dependencies": { |
| 57 | + "@jupyterlab/application": "^3.4", |
| 58 | + "blockly": "^7.20211209.2", |
| 59 | + "jupyterlab-blockly": "^0.2.1", |
| 60 | + "patch-package": "^6.4.7", |
| 61 | + "postinstall-postinstall": "^2.1.0" |
| 62 | + }, |
| 63 | + "devDependencies": { |
| 64 | + "@jupyterlab/builder": "^3.4", |
| 65 | + "@typescript-eslint/eslint-plugin": "^4.8.1", |
| 66 | + "@typescript-eslint/parser": "^4.8.1", |
| 67 | + "eslint": "^7.14.0", |
| 68 | + "eslint-config-prettier": "^6.15.0", |
| 69 | + "eslint-plugin-prettier": "^3.1.4", |
| 70 | + "npm-run-all": "^4.1.5", |
| 71 | + "prettier": "^2.1.1", |
| 72 | + "rimraf": "^3.0.2", |
| 73 | + "stylelint": "^14.3.0", |
| 74 | + "stylelint-config-prettier": "^9.0.3", |
| 75 | + "stylelint-config-recommended": "^6.0.0", |
| 76 | + "stylelint-config-standard": "~24.0.0", |
| 77 | + "stylelint-prettier": "^2.0.0", |
| 78 | + "typescript": "~4.5.2" |
| 79 | + }, |
| 80 | + "sideEffects": [ |
| 81 | + "style/*.css", |
| 82 | + "style/index.js" |
| 83 | + ], |
| 84 | + "styleModule": "style/index.js", |
| 85 | + "publishConfig": { |
| 86 | + "access": "public" |
| 87 | + }, |
| 88 | + "jupyterlab": { |
| 89 | + "extension": true, |
| 90 | + "outputDir": "jupyterlab_lego_boost/labextension" |
| 91 | + } |
92 | 92 | }
|
0 commit comments