forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.18 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nteract",
"version": "0.0.1",
"description": ":notebook: the nteract notebook",
"main": "main.js",
"scripts": {
"lint": "eslint .",
"test": "electron-mocha --renderer --compilers js:babel-core/register 'test/**/*.js'",
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git"
},
"keywords": [
"jupyter",
"electron",
"notebook",
"nteract",
"data"
],
"author": "nteract contributors",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/nteract/nteract/issues"
},
"homepage": "https://github.com/nteract/nteract",
"dependencies": {
"@reactivex/rxjs": "5.0.0-beta.2",
"ansi-to-html": "^0.3.0",
"atom-keymap": "^6.3.1",
"codemirror": "^5.12.0",
"color": "^0.10.1",
"commutable": "^0.4.0",
"enchannel-zmq-backend": "^1.0.1",
"history": "^1.17.0",
"immutable": "^3.7.6",
"kernelspecs": "^1.0.1",
"material-design-icons": "^2.2.0",
"normalize.css": "^3.0.3",
"react": "^0.14.7",
"react-code-mirror": "^3.0.6",
"react-dnd": "^2.1.2",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^0.14.7",
"react-jupyter-display-area": "0.1.0",
"react-markdown": "^1.2.4",
"react-router": "^1.0.3",
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#release",
"source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#release",
"spawnteract": "^1.0.2",
"transformime-react": "0.3.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-export-extensions": "^6.3.13",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.3.13",
"chai": "^3.4.1",
"chai-immutable": "^1.5.3",
"electron-compile": "^2.0.4",
"electron-compilers": "^2.0.4",
"electron-mocha": "^0.7.0",
"electron-prebuilt": "^0.36.2",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"react-addons-test-utils": "^0.14.5",
"sinon": "^1.17.3"
}
}