-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"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",
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.4",
"brunch": "github:brunch/brunch",
"classnames": "^2.2.3",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"es6-promise": "^3.0.2",
"history": "^2.0.1",
"invariant": "^2.2.1",
"isomorphic-fetch": "^2.2.1",
"javascript-brunch": "^2.0.0",
"moment": "^2.12.0",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-gravatar": "^2.4.0",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"redux": "^3.1.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"sass-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.1"
}
}