2016-08-24 17:56:44 +02:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
|
|
|
"devDependencies": {
|
2016-08-31 16:15:12 +02:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2016-09-01 14:12:11 +02:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
2016-08-24 17:56:44 +02:00
|
|
|
"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",
|
2016-08-31 16:15:12 +02:00
|
|
|
"react-proxy": "^1.1.8"
|
2016-08-24 17:56:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-08-31 16:15:12 +02:00
|
|
|
"axios": "^0.14.0",
|
2016-08-25 19:52:55 +02:00
|
|
|
"es6-promise": "^3.2.1",
|
2016-08-24 17:56:44 +02:00
|
|
|
"immutable": "^3.8.1",
|
2016-08-24 21:08:00 +02:00
|
|
|
"moment": "^2.14.1",
|
2016-08-26 19:12:19 +02:00
|
|
|
"react-addons-pure-render-mixin": "^15.3.1",
|
2016-08-24 17:56:44 +02:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2016-09-12 19:20:55 +02:00
|
|
|
"react-notification": "^6.1.1",
|
2016-08-24 17:56:44 +02:00
|
|
|
"react-redux": "^4.4.5",
|
2016-09-19 23:25:59 +02:00
|
|
|
"react-redux-loading-bar": "^2.3.3",
|
2016-09-10 18:36:48 +02:00
|
|
|
"react-router": "^2.8.0",
|
2016-09-27 23:12:33 +02:00
|
|
|
"react-simple-dropdown": "^1.1.4",
|
2016-08-24 17:56:44 +02:00
|
|
|
"redux": "^3.5.2",
|
2016-08-25 19:52:55 +02:00
|
|
|
"redux-immutable": "^3.0.8",
|
|
|
|
"redux-thunk": "^2.1.0"
|
2016-08-24 17:56:44 +02:00
|
|
|
}
|
|
|
|
}
|