forked from jupyterlab/jupyterlab-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jupyterlab-git",
"version": "0.1.0",
"description": "JLG",
"author": "Git Interns",
"main": "lib/index.js",
"keywords": [
"jupyter",
"jupyterlab"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepublish": "npm run build"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/*.css",
"style/Images/*.svg"
],
"jupyterlab": {
"extension": true
},
"dependencies": {
"@angular/core": "^4.3.1",
"@jupyterlab/application": "^0.10.0",
"@jupyterlab/apputils": "^0.10.0",
"@jupyterlab/console": "^0.10.0",
"@jupyterlab/filebrowser": "^0.10.0",
"@jupyterlab/terminal": "^0.10.0",
"@jupyterlab/theming": "^0.9.0",
"@types/react": "^16.0.0",
"@types/react-dom": "^15.5.2",
"jquery": "^2.2.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-quill": "^1.0.0-beta-1",
"react-toggle-display": "^2.2.0",
"react-widgets": "^3.4.8"
},
"devDependencies": {
"rimraf": "^2.6.1",
"typescript": "~2.4.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzhangjii/jupyterlab-git.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zzhangjii/jupyterlab-git/issues"
},
"homepage": "https://github.com/zzhangjii/jupyterlab-git#readme"
}