UNPKG

jupyterlab-theme-toggler

Version:
91 lines (90 loc) 3.56 kB
{ "name": "jupyterlab-theme-toggler", "version": "1.1.0", "description": "JupyterLab Toolbar Theme Toggler", "keywords": [ "jupyter", "jupyterlab", "jupyterlab4", "jupyterlab-extension", "theme-toggler" ], "homepage": "https://github.com/jupyterlab-contrib/jupyterlab-topbar", "bugs": { "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar/issues" }, "license": "BSD-3-Clause", "author": { "name": "jupyterlab-topbar contributors" }, "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", "style/index.js" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/jupyterlab-contrib/jupyterlab-topbar.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev", "build:labextension": "jupyter labextension build .", "build:labextension:dev": "jupyter labextension build --development True .", "build:lib": "tsc --sourceMap", "build:lib:prod": "tsc", "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", "clean": "jlpm clean:lib", "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", "clean:labextension": "rimraf jupyterlab_theme_toggler/labextension jupyterlab_theme_toggler/_version.py", "clean:lib": "rimraf lib tsconfig.tsbuildinfo", "clean:lintcache": "rimraf .eslintcache .stylelintcache", "eslint": "jlpm eslint:check --fix", "eslint:check": "eslint . --cache --ext .ts,.tsx", "install:extension": "jlpm build", "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", "prettier": "jlpm prettier:base --write --list-different", "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:check": "jlpm prettier:base --check", "stylelint": "jlpm stylelint:check --fix", "stylelint:check": "stylelint --cache \"style/**/*.css\"", "watch": "run-p watch:src watch:labextension", "watch:labextension": "jupyter labextension watch .", "watch:src": "tsc -w --sourceMap" }, "dependencies": { "@jupyter/react-components": "^0.16.0", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "react": "^18.2.0" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-prettier": "^4.2.1", "npm-run-all": "^4.1.5", "prettier": "^2.8.4", "rimraf": "^4.4.0", "source-map-loader": "^1.0.2", "style-loader": "^3.3.1", "stylelint": "^14.9.1", "stylelint-config-prettier": "^9.0.4", "stylelint-config-recommended": "^8.0.0", "stylelint-config-standard": "^26.0.0", "stylelint-prettier": "^2.0.0", "typescript": "^5.0.1" }, "jupyterlab": { "extension": true, "schemaDir": "schema", "outputDir": "jupyterlab_theme_toggler/labextension" }, "publishConfig": { "access": "public" } }