forked from anvaka/pm
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
{
"name": "disviz",
"version": "1.0.0",
"description": "Visualización de Discursos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir -p ./build && cp ./src/index.html ./build/ && webpack -p --config webpack.production.config.js",
"start": "PORT=3000 node prod-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jorgeperezrojas/disviz.git"
},
"keywords": [
"ngraph",
"visualization",
"discursos"
],
"author": "Jorge Pérez (desde Andrei Kashcha)",
"license": "MIT",
"homepage": "https://github.com/jorgeperezrojas/disviz",
"devDependencies": {
"express": "^4.12.3",
"ngraph.generators": "0.0.15",
"react-hot-loader": "^1.2.7",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"bluebird": "^2.9.25",
"bootstrap": "^3.3.4",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.1",
"history": "^1.17.0",
"keymirror": "^0.1.1",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"maco": "^2.0.3",
"ngraph.events": "0.0.3",
"ngraph.forcelayout3d": "0.0.16",
"ngraph.offline.layout": "^1.1.1",
"ngraph.tobinary": "^1.0.1",
"node-libs-browser": "^0.5.0",
"qs": "^4.0.0",
"rafor": "^1.0.2",
"react": "^0.14.5",
"react-bootstrap": "^0.28.1",
"react-device-detect": "^1.6.1",
"react-dom": "^0.14.5",
"react-list": "^0.7.10",
"react-router": "^1.0.3",
"style-loader": "^0.12.2",
"three.orientation": "^1.1.0",
"unrender": "git+https://github.com/jorgeperezrojas/unrender.git",
"url-loader": "^0.5.5",
"webgl-enabled": "^1.0.3",
"webpack": "^1.9.11"
}
}