-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2.02 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
{
"name": "enrichmentmap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p --debug --progress --config webpack.config.js",
"watch": "webpack-dev-server --debug --progress --config webpack.config.js",
"start": "http-server ./public -p 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhaveshsunny/enrichmentmap.git"
},
"keywords": [],
"author": "Bhavesh Narra",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhaveshsunny/enrichmentmap/issues"
},
"homepage": "https://github.com/bhaveshsunny/enrichmentmap#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"csv-loader": "^2.1.1",
"cytoscape": "^3.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"http-server": "^0.10.0",
"plotly": "^1.0.6",
"plotly.js": "^1.28.3",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"styled-components": "^2.1.1",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "^2.5.0",
"xml-loader": "^1.2.1"
},
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.23.1",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-plotlyjs": "^0.4.1"
}
}