-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "learning-react-and-react-native",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Adam Boduch",
"license": "ISC",
"private": true,
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"bootstrap": "^3.3.6",
"css-loader": "^0.25.0",
"cuid": "^1.3.8",
"eslint": "^3.6.1",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"express": "^4.14.0",
"express-graphql": "^0.6.2",
"file-loader": "^0.9.0",
"graphql": "^0.9.0",
"graphql-relay": "^0.5.0",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"jquery-ui": "github:jquery/jquery-ui",
"react": "^15.4.2",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.0",
"redux": "^3.6.0",
"redux-immutable": "^3.0.10",
"request": "^2.79.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2",
"winston": "^2.3.0"
}
}