-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 989 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
{
"private": true,
"devDependencies": {
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"gulp": "^3.8.8",
"redux-devtools": "^3.0.1"
},
"dependencies": {
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"bluebird": "^3.4.1",
"bootstrap-sass": "^3.0.0",
"d3": "^3.5.17",
"eslint": "^2.10.1",
"history": "^1.17.0",
"laravel-elixir": "^4.0.0",
"material-ui": "^0.14.2",
"moment": "^2.13.0",
"rd3": "^0.6.3",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-dropzone": "^3.3.4",
"react-markdown-editor": "^0.3.2",
"react-modal": "^1.6.4",
"react-redux": "^4.4.0",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"react-select": "^1.0.0-rc.2",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.6",
"redux-thunk": "^1.0.3",
"superagent": "^1.7.2"
}
}