|
1 | 1 | {
|
2 |
| - "name": "jupyterlab-logout", |
3 |
| - "version": "0.5.0", |
4 |
| - "description": "JupyterLab Logout Button", |
5 |
| - "keywords": [ |
6 |
| - "jupyter", |
7 |
| - "jupyterlab", |
8 |
| - "jupyterlab4", |
9 |
| - "jupyterlab-extension", |
10 |
| - "logout-button" |
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_logout/labextension jupyterlab_logout/_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 |
| - "@jupyterlab/application": "^4.0.0" |
59 |
| - }, |
60 |
| - "devDependencies": { |
61 |
| - "@jupyterlab/builder": "^4.0.0", |
62 |
| - "@typescript-eslint/eslint-plugin": "^5.55.0", |
63 |
| - "@typescript-eslint/parser": "^5.55.0", |
64 |
| - "eslint": "^8.36.0", |
65 |
| - "eslint-config-prettier": "^8.7.0", |
66 |
| - "eslint-plugin-prettier": "^4.2.1", |
67 |
| - "npm-run-all": "^4.1.5", |
68 |
| - "prettier": "^2.8.4", |
69 |
| - "rimraf": "^4.4.0", |
70 |
| - "source-map-loader": "^1.0.2", |
71 |
| - "style-loader": "^3.3.1", |
72 |
| - "stylelint": "^14.9.1", |
73 |
| - "stylelint-config-prettier": "^9.0.4", |
74 |
| - "stylelint-config-recommended": "^8.0.0", |
75 |
| - "stylelint-config-standard": "^26.0.0", |
76 |
| - "stylelint-prettier": "^2.0.0", |
77 |
| - "typescript": "^5.0.1" |
78 |
| - }, |
79 |
| - "jupyterlab": { |
80 |
| - "extension": true, |
81 |
| - "schemaDir": "schema", |
82 |
| - "outputDir": "jupyterlab_logout/labextension" |
83 |
| - }, |
84 |
| - "publishConfig": { |
85 |
| - "access": "public" |
86 |
| - } |
| 2 | + "name": "jupyterlab-logout", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "JupyterLab Logout Button", |
| 5 | + "keywords": [ |
| 6 | + "jupyter", |
| 7 | + "jupyterlab", |
| 8 | + "jupyterlab4", |
| 9 | + "jupyterlab-extension", |
| 10 | + "logout-button" |
| 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_logout/labextension jupyterlab_logout/_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 | + "@jupyterlab/application": "^4.0.0" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@jupyterlab/builder": "^4.0.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 63 | + "@typescript-eslint/parser": "^5.55.0", |
| 64 | + "eslint": "^8.36.0", |
| 65 | + "eslint-config-prettier": "^8.7.0", |
| 66 | + "eslint-plugin-prettier": "^4.2.1", |
| 67 | + "npm-run-all": "^4.1.5", |
| 68 | + "prettier": "^2.8.4", |
| 69 | + "rimraf": "^4.4.0", |
| 70 | + "source-map-loader": "^1.0.2", |
| 71 | + "style-loader": "^3.3.1", |
| 72 | + "stylelint": "^14.9.1", |
| 73 | + "stylelint-config-prettier": "^9.0.4", |
| 74 | + "stylelint-config-recommended": "^8.0.0", |
| 75 | + "stylelint-config-standard": "^26.0.0", |
| 76 | + "stylelint-prettier": "^2.0.0", |
| 77 | + "typescript": "^5.0.1" |
| 78 | + }, |
| 79 | + "jupyterlab": { |
| 80 | + "extension": true, |
| 81 | + "schemaDir": "schema", |
| 82 | + "outputDir": "jupyterlab_logout/labextension" |
| 83 | + }, |
| 84 | + "publishConfig": { |
| 85 | + "access": "public" |
| 86 | + } |
87 | 87 | }
|
0 commit comments