-
Notifications
You must be signed in to change notification settings - Fork 408
/
package.json
60 lines (60 loc) · 1.62 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
54
55
56
57
58
59
60
{
"name": "phoenix_trello",
"version": "1.0.0",
"description": "Trello tribute done in Elixir and Phoenix.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ricardo García Vega",
"license": "ISC",
"private": true,
"engines": {
"node": "5.3.0",
"npm": "3.5.x"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"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",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.11"
},
"dependencies": {
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"classnames": "^2.2.1",
"es6-promise": "^3.0.2",
"history": "^1.17.0",
"invariant": "^2.2.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.11.1",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^0.14.5",
"react-addons-css-transition-group": "^0.14.5",
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.2",
"react-dom": "^0.14.5",
"react-gravatar": "^2.2.2",
"react-page-click": "^2.0.0",
"react-redux": "^4.0.4",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-logger": "^2.3.2",
"redux-thunk": "^1.0.2"
}
}