-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 881 Bytes
/
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
{
"name": "graphql-example",
"version": "1.0.0",
"repository": "git@github.com:okapusta/graphql-example.git",
"author": "okapusta <contact@kapuh.com>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0"
},
"dependencies": {
"apollo-boost": "^0.1.14",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"react": "16.4.2",
"react-apollo": "^2.1.11",
"react-bootstrap": "^0.32.3",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"styled-elements": "^1.0.14",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack-dev-server": "^3.1.5"
}
}