2016-08-24 08:56:44 -07:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
2016-10-09 19:01:10 -07:00
|
|
|
"scripts": {
|
2016-10-12 03:08:57 -07:00
|
|
|
"test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
|
2016-10-10 18:21:06 -07:00
|
|
|
"storybook": "start-storybook -p 9001 -c storybook"
|
2016-10-09 19:01:10 -07:00
|
|
|
},
|
2016-08-24 08:56:44 -07:00
|
|
|
"devDependencies": {
|
2016-10-10 18:21:06 -07:00
|
|
|
"@kadira/storybook": "^2.24.0",
|
2016-10-09 19:01:10 -07:00
|
|
|
"axios": "^0.14.0",
|
2016-08-31 07:15:12 -07:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2016-09-01 05:12:11 -07:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
2016-08-24 08:56:44 -07: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",
|
2016-10-09 19:01:10 -07:00
|
|
|
"chai": "^3.5.0",
|
2016-10-12 09:06:18 -07:00
|
|
|
"chai-enzyme": "^0.5.2",
|
2016-10-09 19:01:10 -07:00
|
|
|
"enzyme": "^2.4.1",
|
2016-08-25 10:52:55 -07:00
|
|
|
"es6-promise": "^3.2.1",
|
2016-08-24 08:56:44 -07:00
|
|
|
"immutable": "^3.8.1",
|
2016-10-10 13:32:03 -07:00
|
|
|
"jsdom": "^9.6.0",
|
2016-10-09 19:01:10 -07:00
|
|
|
"mocha": "^3.1.1",
|
2016-08-24 12:08:00 -07:00
|
|
|
"moment": "^2.14.1",
|
2016-10-10 11:05:39 -07:00
|
|
|
"react": "^15.3.2",
|
2016-10-07 15:01:22 -07:00
|
|
|
"react-addons-perf": "^15.3.2",
|
2016-08-26 10:12:19 -07:00
|
|
|
"react-addons-pure-render-mixin": "^15.3.1",
|
2016-10-09 19:01:10 -07:00
|
|
|
"react-addons-test-utils": "^15.3.2",
|
|
|
|
"react-dom": "^15.3.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2016-09-12 10:20:55 -07:00
|
|
|
"react-notification": "^6.1.1",
|
2016-10-09 19:01:10 -07:00
|
|
|
"react-proxy": "^1.1.8",
|
2016-10-07 15:01:22 -07:00
|
|
|
"react-redux": "^5.0.0-beta.3",
|
2016-09-19 14:25:59 -07:00
|
|
|
"react-redux-loading-bar": "^2.3.3",
|
2016-09-10 09:36:48 -07:00
|
|
|
"react-router": "^2.8.0",
|
2016-09-27 14:12:33 -07:00
|
|
|
"react-simple-dropdown": "^1.1.4",
|
2016-08-24 08:56:44 -07:00
|
|
|
"redux": "^3.5.2",
|
2016-08-25 10:52:55 -07:00
|
|
|
"redux-immutable": "^3.0.8",
|
2016-10-07 15:01:22 -07:00
|
|
|
"redux-thunk": "^2.1.0",
|
2016-10-10 13:44:06 -07:00
|
|
|
"reselect": "^2.5.4",
|
|
|
|
"sinon": "^1.17.6"
|
2016-10-12 04:17:17 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-13 04:13:36 -08:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2016-11-08 12:45:51 -08:00
|
|
|
"emojione": "^2.2.6",
|
2016-11-13 11:42:54 -08:00
|
|
|
"http-link-header": "^0.5.0",
|
2016-10-30 10:13:05 -07:00
|
|
|
"react-autosuggest": "^7.0.1",
|
2016-11-13 04:13:36 -08:00
|
|
|
"react-decoration": "^1.4.0",
|
2016-11-10 14:21:24 -08:00
|
|
|
"react-motion": "^0.4.5",
|
2016-10-18 14:06:28 -07:00
|
|
|
"react-responsive": "^1.1.5",
|
2016-11-07 09:23:36 -08:00
|
|
|
"react-router-scroll": "^0.3.2"
|
2016-08-24 08:56:44 -07:00
|
|
|
}
|
|
|
|
}
|