about summary refs log tree commit diff
path: root/package.json
blob: 008f66ded8276c106fc400b54d823065a95752d3 (plain) (blame)
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
{
  "name": "mastodon",
  "devDependencies": {
    "babel-plugin-react-transform": "^2.0.2",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.11.1",
    "babelify": "^7.3.0",
    "browserify": "^13.1.0",
    "browserify-incremental": "^3.1.1",
    "react": "^15.3.0",
    "react-dom": "^15.3.0",
    "react-proxy": "^1.1.8"
  },
  "dependencies": {
    "axios": "^0.14.0",
    "es6-promise": "^3.2.1",
    "immutable": "^3.8.1",
    "moment": "^2.14.1",
    "react-addons-pure-render-mixin": "^15.3.1",
    "react-immutable-proptypes": "^2.1.0",
    "react-notification": "^6.1.1",
    "react-redux": "^4.4.5",
    "react-redux-loading-bar": "^2.3.3",
    "react-router": "^2.8.0",
    "react-simple-dropdown": "^1.1.4",
    "redux": "^3.5.2",
    "redux-immutable": "^3.0.8",
    "redux-thunk": "^2.1.0"
  }
}