-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"fetch": "^1.1.0",
"history": "^4.6.1",
"immutable": "^3.8.1",
"key-mirror-nested": "^1.2.4",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.3",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-brunch": "~6.0.0",
"babel-polyfill": "^6.23.0",
"brunch": "2.7.4",
"clean-css-brunch": "~2.0.0",
"css-brunch": "~2.0.0",
"javascript-brunch": "~2.0.0",
"regenerator-runtime": "^0.10.5",
"uglify-js-brunch": "~2.0.1"
}
}