-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "causalvis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot",
"deploy": "NODE_ENV=production webpack && gh-pages -d front/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kozenumezawa/causalvis.git"
},
"author": "KozenUmezawa",
"license": "ISC",
"bugs": {
"url": "https://github.com/kozenumezawa/causalvis/issues"
},
"homepage": "https://github.com/kozenumezawa/causalvis#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"gh-pages": "^1.0.0",
"semantic-ui": "^2.2.13",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"chart.js": "^2.6.0",
"colormap": "^2.2.0",
"d3": "^4.10.2",
"eg-renderer": "git+https://github.com/likr/eg-renderer-canvas.git",
"eg-renderer-ogdf": "git+https://github.com/likr/eg-renderer-ogdf.git",
"react": "^15.6.1",
"react-chartjs-2": "^2.6.2",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"rx": "^4.1.0",
"semantic-ui-react": "^0.71.5"
}
}