forked from inkandswitch/livebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "livebook",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "./test",
"start": "forego start",
"postinstall": "$(npm bin)/webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:inkandswitch/livebook.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-preset-stage-2": "^6.3.13",
"blacklist": "^1.1.2",
"brace": "^0.5.1",
"copy-webpack-plugin": "^0.3.3",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"jquery": "^2.1.4",
"marked": "^0.3.5",
"medium-editor": "^5.12.0",
"node-sass": "^3.4.2",
"pypyjs": "^0.4.1",
"raw-loader": "^0.5.1",
"react": "^0.14.3",
"react-ace": "^2.5.0",
"react-dom": "^0.14.3",
"react-helmet": "^2.3.1",
"react-onclickoutside": "^4.5.0",
"redux": "^3.0.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"velocity-react": "^1.1.1",
"webpack": "^1.12.2",
"webrtc": "^1.14.1"
}
}