-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 951 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
34
35
36
37
38
39
{
"name": "react-redux-at-eight",
"license": "UNLICENSED",
"scripts": {
"build": "gulp build",
"eslint": "eslint src"
},
"dependencies": {
"debug": "2.2.0",
"exenv": "1.2.0",
"immutable": "3.8.1",
"normalizr": "2.1.0",
"react": "15.1.0",
"react-immutable-proptypes": "1.7.1",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "0.10.0",
"redux-thunk": "2.1.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.6.4",
"babel-eslint": "6.1.2",
"babel-polyfill": "6.6.1",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-register": "6.6.0",
"babelify": "7.2.0",
"browserify": "11.1.0",
"classnames": "2.2.0",
"enzyme": "2.3.0",
"eslint": "3.2.2",
"eslint-plugin-react": "6.0.0",
"glob": "5.0.14",
"gulp": "3.9.1",
"vinyl-source-stream": "1.1.0"
}
}