-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "apollo-cc",
"version": "1.0.0",
"description": "Apollo Control Center",
"main": "/app/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --progress --colors --history-api-fallback",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleksandrenko/apollo-cc.git"
},
"author": "Nikolay Aleksandrenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aleksandrenko/apollo-cc/issues"
},
"homepage": "https://github.com/aleksandrenko/apollo-cc#readme",
"dependencies": {
"ag-grid": "5.0.3",
"ag-grid-react": "5.0.0",
"d3": "4.1.1",
"graphiql": "^0.7.3",
"graphql": "^0.6.2",
"react": "15.0.2",
"react-c3js": "^0.1.7",
"react-dom": "15.0.2",
"react-draggable-tab": "0.7.0",
"react-faux-dom": "^2.7.1",
"react-redux": "4.4.5",
"react-router": "2.4.0",
"redux": "3.5.2"
},
"devDependencies": {
"babel-core": "6.7.6",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"less": "2.6.1",
"less-loader": "2.2.3",
"react-addons-test-utils": "15.0.1",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.1",
"webpack": "1.12.15",
"webpack-dev-server": "1.14.1"
}
}