UNPKG

@konodyuk/theme-ayu-mirage

Version:
68 lines (67 loc) 1.61 kB
{ "name": "@konodyuk/theme-ayu-mirage", "version": "0.3.1", "description": "Ayu Mirage for JupyterLab.", "author": "Nikita Konodyuk <konodyuk@gmail.com>", "keywords": [ "ayu", "ayu-theme", "jupyter", "jupyterlab", "jupyterlab-extension", "jupyterlab-theme" ], "license": "BSD-3-Clause", "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "style/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib/" }, "scripts": { "build": "tsc", "build:webpack": "webpack", "clean": "rimraf lib && rimraf static && rimraf tsconfig.tsbuildinfo", "prepare": "npm run clean && npm run build", "watch": "tsc -w", "watch:webpack": "webpack --watch" }, "dependencies": { "@jupyterlab/application": ">=1.0.0", "@jupyterlab/apputils": ">=1.0.0" }, "devDependencies": { "rimraf": "~2.6.2", "typedoc": "~0.22.18", "typescript": "~4.1.3", "css-loader": "~3.6.0", "mini-css-extract-plugin": "~0.11.3", "svgo": "~2.8.0", "svg-url-loader": "~7.1.1", "svgo-loader": "~3.0.3", "url-loader": "~4.1.1", "watch": "~1.0.2", "webpack": "~5.75.0", "webpack-cli": "^4.0.0" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "themePath": "style/index.css" }, "homepage": "https://github.com/konodyuk/theme-ayu-mirage", "bugs": { "url": "https://github.com/konodyuk/theme-ayu-mirage/issues" }, "repository": { "type": "git", "url": "https://github.com/konodyuk/theme-ayu-mirage.git" } }