forked from bigardone/phoenix-battleship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 946 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
{
"repository": {},
"dependencies": {
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"brunch": "github:brunch/brunch",
"classnames": "^2.2.3",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"history": "^2.0.2",
"invariant": "^2.2.1",
"javascript-brunch": "^2.0.0",
"nib": "^1.1.0",
"normalize.styl": "^3.0.3",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.2.4",
"react-router-redux": "^4.0.2",
"redux": "^3.4.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"stylus-brunch": "github:brunch/stylus-brunch",
"uglify-js-brunch": "^2.0.1"
}
}