-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyterlab-rise-0.2.0.tgz: fadb3b902f0c455ad58d2f8b65f906e19e7e3778433c1c4275b148a06d3eb4a5 jupyterlab_rise-0.2.0-py3-none-any.whl: 0c320e090cd5dad7346ab3f80975bcd0c44b98b5add0434435ea737c92258c16 jupyterlab_rise-0.2.0.tar.gz: 4300b3a5a4e2e7f7bd7e43ddfe8eb4ae4ccc6c0aeb64bae38ab82db93c243ede
- Loading branch information
1 parent
f0b83c2
commit 6833cde
Showing
6 changed files
with
112 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.0.0", | ||
"version": "0.2.0", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
{ | ||
"name": "jupyterlab-rise-meta", | ||
"version": "0.1.1", | ||
"description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.", | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension" | ||
], | ||
"private": true, | ||
"files": [], | ||
"workspaces": { | ||
"packages": [ | ||
"app", | ||
"packages/*" | ||
] | ||
"name": "jupyterlab-rise-meta", | ||
"version": "0.2.0", | ||
"description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.", | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension" | ||
], | ||
"private": true, | ||
"files": [], | ||
"workspaces": { | ||
"packages": [ | ||
"app", | ||
"packages/*" | ||
] | ||
}, | ||
"homepage": "https://github.com/jupyterlab-contrib/rise", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab-contrib/rise/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Frederic Collonval", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Thierry Parmentelat", | ||
"url": "https://github.com/parmentelat" | ||
}, | ||
"homepage": "https://github.com/jupyterlab-contrib/rise", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab-contrib/rise/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Frederic Collonval", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Thierry Parmentelat", | ||
"url": "https://github.com/parmentelat" | ||
}, | ||
{ | ||
"name": "Yiqin Zhang" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab-contrib/rise.git" | ||
}, | ||
"scripts": { | ||
"build": "lerna run build", | ||
"build:prod": "lerna run build:prod", | ||
"clean": "lerna run clean", | ||
"install": "lerna bootstrap", | ||
"eslint": "jlpm eslint:check --fix", | ||
"eslint:check": "eslint . --cache --ext .ts,.tsx", | ||
"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 \"packages/*/style/**/*.css\"", | ||
"watch": "run-p watch:lib watch:app", | ||
"watch:app": "lerna exec --stream --scope \"rise-app\" yarn watch", | ||
"watch:lib": "lerna exec --stream --scope \"jupyterlab-rise-application\" --scope \"jupyterlab-rise\" yarn watch" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@types/jest": "^26.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.8.1", | ||
"@typescript-eslint/parser": "^4.8.1", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.0.0", | ||
"lerna": "^6.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"stylelint": "^14.3.0", | ||
"stylelint-config-prettier": "^9.0.4", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-standard": "~24.0.0", | ||
"stylelint-prettier": "^2.0.0", | ||
"ts-jest": "^26.0.0", | ||
"typescript": "~4.1.3" | ||
{ | ||
"name": "Yiqin Zhang" | ||
} | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab-contrib/rise.git" | ||
}, | ||
"scripts": { | ||
"build": "lerna run build", | ||
"build:prod": "lerna run build:prod", | ||
"clean": "lerna run clean", | ||
"install": "lerna bootstrap", | ||
"eslint": "jlpm eslint:check --fix", | ||
"eslint:check": "eslint . --cache --ext .ts,.tsx", | ||
"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 \"packages/*/style/**/*.css\"", | ||
"watch": "run-p watch:lib watch:app", | ||
"watch:app": "lerna exec --stream --scope \"rise-app\" yarn watch", | ||
"watch:lib": "lerna exec --stream --scope \"jupyterlab-rise-application\" --scope \"jupyterlab-rise\" yarn watch" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@types/jest": "^26.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.8.1", | ||
"@typescript-eslint/parser": "^4.8.1", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.0.0", | ||
"lerna": "^6.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"stylelint": "^14.3.0", | ||
"stylelint-config-prettier": "^9.0.4", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-standard": "~24.0.0", | ||
"stylelint-prettier": "^2.0.0", | ||
"ts-jest": "^26.0.0", | ||
"typescript": "~4.1.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters