forked from jupyterlab/jupyter-collaboration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split up the backend, frontend, and the docprovider
- Loading branch information
1 parent
cf774a4
commit 8167995
Showing
50 changed files
with
979 additions
and
518 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,6 @@ header: | |
- 'coverage' | ||
- 'LICENSE' | ||
- 'yarn.lock' | ||
- '**/_version.py' | ||
|
||
comment: on-failure |
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# @jupyter/docprovider-extension | ||
|
||
A JupyterLab package which provides a set of plugins for collaborative shared models. |
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 |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"name": "@jupyter/docprovider-extension", | ||
"version": "2.0.11", | ||
"description": "JupyterLab - Collaborative Shared Models", | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension" | ||
], | ||
"homepage": "https://github.com/jupyterlab/jupyter-collaboration", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyter-collaboration/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyter-collaboration.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Project Jupyter", | ||
"sideEffects": [ | ||
"style/*.css", | ||
"style/index.js" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"style": "style/index.css", | ||
"styleModule": "style/index.js", | ||
"directories": { | ||
"lib": "lib/" | ||
}, | ||
"files": [ | ||
"lib/*.d.ts", | ||
"lib/*.js.map", | ||
"lib/*.js", | ||
"schema/*.json", | ||
"style/*.css", | ||
"style/index.js" | ||
], | ||
"scripts": { | ||
"build": "jlpm run build:lib && jlpm run build:labextension:dev", | ||
"build:lib": "tsc --sourceMap", | ||
"build:lib:prod": "tsc", | ||
"build:prod": "jlpm run clean && jlpm run build:lib:prod && jlpm run build:labextension", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"clean": "jlpm run clean:lib", | ||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo node_modules", | ||
"clean:labextension": "rimraf ../../projects/jupyter-docprovider/jupyter_docprovider/labextension", | ||
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension", | ||
"install:extension": "jlpm run build", | ||
"watch": "run-p watch:src watch:labextension", | ||
"watch:src": "tsc -w", | ||
"watch:labextension": "jupyter labextension watch ." | ||
}, | ||
"dependencies": { | ||
"@jupyter/docprovider": "^2.0.11", | ||
"@jupyter/ydoc": "^1.1.0-a0", | ||
"@jupyterlab/application": "^4.2.0-beta.0", | ||
"@jupyterlab/apputils": "^4.2.0-beta.0", | ||
"@jupyterlab/docregistry": "^4.2.0-beta.0", | ||
"@jupyterlab/filebrowser": "^4.2.0-beta.0", | ||
"@jupyterlab/fileeditor": "^4.2.0-beta.0", | ||
"@jupyterlab/logconsole": "^4.2.0-beta.0", | ||
"@jupyterlab/notebook": "^4.2.0-beta.0", | ||
"@jupyterlab/settingregistry": "^4.2.0-beta.0", | ||
"@jupyterlab/translation": "^4.2.0-beta.0", | ||
"@lumino/commands": "^2.1.0", | ||
"y-protocols": "^1.0.5", | ||
"y-websocket": "^1.3.15", | ||
"yjs": "^13.5.40" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/builder": "^4.0.5", | ||
"@types/react": "~18.0.26", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^4.1.2", | ||
"typescript": "~5.0.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts", | ||
"readmeFile": "./README.md", | ||
"displayName": "@jupyter/docprovider-extension", | ||
"tsconfig": "./tsconfig.json" | ||
}, | ||
"jupyterlab": { | ||
"extension": true, | ||
"outputDir": "../../projects/jupyter-docprovider/jupyter_docprovider/labextension", | ||
"disabledExtensions": [ | ||
"@jupyterlab/filebrowser-extension:defaultFileBrowser", | ||
"@jupyterlab/notebook-extension:cell-executor" | ||
], | ||
"sharedPackages": { | ||
"@codemirror/state": { | ||
"bundled": false, | ||
"singleton": true | ||
}, | ||
"@codemirror/view": { | ||
"bundled": false, | ||
"singleton": true | ||
}, | ||
"@jupyter/docprovider": { | ||
"bundled": true, | ||
"singleton": true | ||
}, | ||
"@jupyter/ydoc": { | ||
"bundled": false, | ||
"singleton": true | ||
}, | ||
"y-protocols": { | ||
"bundled": false, | ||
"singleton": true | ||
}, | ||
"yjs": { | ||
"bundled": false, | ||
"singleton": true | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.