|
1 | 1 | { |
2 | | - "name": "jupyterlab-theme-toggler", |
3 | | - "version": "1.0.0", |
4 | | - "description": "JupyterLab Toolbar Theme Toggler", |
5 | | - "keywords": [ |
6 | | - "jupyter", |
7 | | - "jupyterlab", |
8 | | - "jupyterlab4", |
9 | | - "jupyterlab-extension", |
10 | | - "theme-toggler" |
11 | | - ], |
12 | | - "homepage": "https://github.com/jupyterlab-contrib/jupyterlab-topbar", |
13 | | - "bugs": { |
14 | | - "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar/issues" |
15 | | - }, |
16 | | - "license": "BSD-3-Clause", |
17 | | - "author": { |
18 | | - "name": "jupyterlab-topbar contributors" |
19 | | - }, |
20 | | - "files": [ |
21 | | - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
22 | | - "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", |
23 | | - "style/index.js" |
24 | | - ], |
25 | | - "main": "lib/index.js", |
26 | | - "types": "lib/index.d.ts", |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar.git" |
30 | | - }, |
31 | | - "scripts": { |
32 | | - "build": "jlpm build:lib && jlpm build:labextension:dev", |
33 | | - "build:labextension": "jupyter labextension build .", |
34 | | - "build:labextension:dev": "jupyter labextension build --development True .", |
35 | | - "build:lib": "tsc --sourceMap", |
36 | | - "build:lib:prod": "tsc", |
37 | | - "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", |
38 | | - "clean": "jlpm clean:lib", |
39 | | - "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
40 | | - "clean:labextension": "rimraf jupyterlab_theme_toggler/labextension jupyterlab_theme_toggler/_version.py", |
41 | | - "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
42 | | - "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
43 | | - "eslint": "jlpm eslint:check --fix", |
44 | | - "eslint:check": "eslint . --cache --ext .ts,.tsx", |
45 | | - "install:extension": "jlpm build", |
46 | | - "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", |
47 | | - "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", |
48 | | - "prettier": "jlpm prettier:base --write --list-different", |
49 | | - "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
50 | | - "prettier:check": "jlpm prettier:base --check", |
51 | | - "stylelint": "jlpm stylelint:check --fix", |
52 | | - "stylelint:check": "stylelint --cache \"style/**/*.css\"", |
53 | | - "watch": "run-p watch:src watch:labextension", |
54 | | - "watch:labextension": "jupyter labextension watch .", |
55 | | - "watch:src": "tsc -w --sourceMap" |
56 | | - }, |
57 | | - "dependencies": { |
58 | | - "@jupyter/react-components": "^0.16.0", |
59 | | - "@jupyterlab/application": "^4.0.0", |
60 | | - "@jupyterlab/apputils": "^4.0.0", |
61 | | - "react": "^18.2.0" |
62 | | - }, |
63 | | - "devDependencies": { |
64 | | - "@jupyterlab/builder": "^4.0.0", |
65 | | - "@typescript-eslint/eslint-plugin": "^5.55.0", |
66 | | - "@typescript-eslint/parser": "^5.55.0", |
67 | | - "eslint": "^8.36.0", |
68 | | - "eslint-config-prettier": "^8.7.0", |
69 | | - "eslint-plugin-prettier": "^4.2.1", |
70 | | - "npm-run-all": "^4.1.5", |
71 | | - "prettier": "^2.8.4", |
72 | | - "rimraf": "^4.4.0", |
73 | | - "source-map-loader": "^1.0.2", |
74 | | - "style-loader": "^3.3.1", |
75 | | - "stylelint": "^14.9.1", |
76 | | - "stylelint-config-prettier": "^9.0.4", |
77 | | - "stylelint-config-recommended": "^8.0.0", |
78 | | - "stylelint-config-standard": "^26.0.0", |
79 | | - "stylelint-prettier": "^2.0.0", |
80 | | - "typescript": "^5.0.1" |
81 | | - }, |
82 | | - "jupyterlab": { |
83 | | - "extension": true, |
84 | | - "schemaDir": "schema", |
85 | | - "outputDir": "jupyterlab_theme_toggler/labextension" |
86 | | - }, |
87 | | - "publishConfig": { |
88 | | - "access": "public" |
89 | | - } |
| 2 | + "name": "jupyterlab-theme-toggler", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "JupyterLab Toolbar Theme Toggler", |
| 5 | + "keywords": [ |
| 6 | + "jupyter", |
| 7 | + "jupyterlab", |
| 8 | + "jupyterlab4", |
| 9 | + "jupyterlab-extension", |
| 10 | + "theme-toggler" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/jupyterlab-contrib/jupyterlab-topbar", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar/issues" |
| 15 | + }, |
| 16 | + "license": "BSD-3-Clause", |
| 17 | + "author": { |
| 18 | + "name": "jupyterlab-topbar contributors" |
| 19 | + }, |
| 20 | + "files": [ |
| 21 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
| 22 | + "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", |
| 23 | + "style/index.js" |
| 24 | + ], |
| 25 | + "main": "lib/index.js", |
| 26 | + "types": "lib/index.d.ts", |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar.git" |
| 30 | + }, |
| 31 | + "scripts": { |
| 32 | + "build": "jlpm build:lib && jlpm build:labextension:dev", |
| 33 | + "build:labextension": "jupyter labextension build .", |
| 34 | + "build:labextension:dev": "jupyter labextension build --development True .", |
| 35 | + "build:lib": "tsc --sourceMap", |
| 36 | + "build:lib:prod": "tsc", |
| 37 | + "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", |
| 38 | + "clean": "jlpm clean:lib", |
| 39 | + "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
| 40 | + "clean:labextension": "rimraf jupyterlab_theme_toggler/labextension jupyterlab_theme_toggler/_version.py", |
| 41 | + "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
| 42 | + "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
| 43 | + "eslint": "jlpm eslint:check --fix", |
| 44 | + "eslint:check": "eslint . --cache --ext .ts,.tsx", |
| 45 | + "install:extension": "jlpm build", |
| 46 | + "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", |
| 47 | + "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", |
| 48 | + "prettier": "jlpm prettier:base --write --list-different", |
| 49 | + "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
| 50 | + "prettier:check": "jlpm prettier:base --check", |
| 51 | + "stylelint": "jlpm stylelint:check --fix", |
| 52 | + "stylelint:check": "stylelint --cache \"style/**/*.css\"", |
| 53 | + "watch": "run-p watch:src watch:labextension", |
| 54 | + "watch:labextension": "jupyter labextension watch .", |
| 55 | + "watch:src": "tsc -w --sourceMap" |
| 56 | + }, |
| 57 | + "dependencies": { |
| 58 | + "@jupyter/react-components": "^0.16.0", |
| 59 | + "@jupyterlab/application": "^4.0.0", |
| 60 | + "@jupyterlab/apputils": "^4.0.0", |
| 61 | + "react": "^18.2.0" |
| 62 | + }, |
| 63 | + "devDependencies": { |
| 64 | + "@jupyterlab/builder": "^4.0.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 66 | + "@typescript-eslint/parser": "^5.55.0", |
| 67 | + "eslint": "^8.36.0", |
| 68 | + "eslint-config-prettier": "^8.7.0", |
| 69 | + "eslint-plugin-prettier": "^4.2.1", |
| 70 | + "npm-run-all": "^4.1.5", |
| 71 | + "prettier": "^2.8.4", |
| 72 | + "rimraf": "^4.4.0", |
| 73 | + "source-map-loader": "^1.0.2", |
| 74 | + "style-loader": "^3.3.1", |
| 75 | + "stylelint": "^14.9.1", |
| 76 | + "stylelint-config-prettier": "^9.0.4", |
| 77 | + "stylelint-config-recommended": "^8.0.0", |
| 78 | + "stylelint-config-standard": "^26.0.0", |
| 79 | + "stylelint-prettier": "^2.0.0", |
| 80 | + "typescript": "^5.0.1" |
| 81 | + }, |
| 82 | + "jupyterlab": { |
| 83 | + "extension": true, |
| 84 | + "schemaDir": "schema", |
| 85 | + "outputDir": "jupyterlab_theme_toggler/labextension" |
| 86 | + }, |
| 87 | + "publishConfig": { |
| 88 | + "access": "public" |
| 89 | + } |
90 | 90 | } |
0 commit comments