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",
|
2017-02-01 16:31:09 -08:00
|
|
|
"storybook": "start-storybook -p 9001 -c storybook",
|
|
|
|
"start": "babel-node ./streaming/index.js --presets es2015,stage-2"
|
2016-10-09 19:01:10 -07:00
|
|
|
},
|
2017-01-11 06:39:31 -08:00
|
|
|
"dependencies": {
|
2017-02-25 16:23:44 -08:00
|
|
|
"@kadira/storybook": "^2.35.3",
|
|
|
|
"axios": "^0.15.3",
|
|
|
|
"babel-cli": "^6.23.0",
|
2016-08-31 07:15:12 -07:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2016-11-23 09:53:23 -08:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2017-02-25 16:23:44 -08:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
2017-02-01 16:31:09 -08:00
|
|
|
"babel-preset-es2015": "^6.22.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"babel-preset-react": "^6.11.1",
|
2017-02-01 16:31:09 -08:00
|
|
|
"babel-preset-stage-2": "^6.22.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"babelify": "^7.3.0",
|
2017-02-25 16:23:44 -08:00
|
|
|
"browserify": "^14.1.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"browserify-incremental": "^3.1.1",
|
2017-02-25 16:23:44 -08:00
|
|
|
"bufferutil": "^2.0.1",
|
2016-10-09 19:01:10 -07:00
|
|
|
"chai": "^3.5.0",
|
2017-02-25 16:23:44 -08:00
|
|
|
"chai-enzyme": "^0.6.1",
|
|
|
|
"css-loader": "^0.26.2",
|
2017-02-01 16:31:09 -08:00
|
|
|
"dotenv": "^4.0.0",
|
2017-03-29 13:27:24 -07:00
|
|
|
"emojione": "^2.2.7",
|
2017-03-01 15:57:55 -08:00
|
|
|
"emojione-picker": "^2.0.1",
|
2017-02-25 16:23:44 -08:00
|
|
|
"enzyme": "^2.7.1",
|
2016-08-25 10:52:55 -07:00
|
|
|
"es6-promise": "^3.2.1",
|
2017-02-25 16:34:56 -08:00
|
|
|
"escape-html": "^1.0.3",
|
2017-02-02 04:56:14 -08:00
|
|
|
"eventsource": "^0.2.1",
|
2017-02-01 16:31:09 -08:00
|
|
|
"express": "^4.14.1",
|
2016-11-23 09:53:23 -08:00
|
|
|
"http-link-header": "^0.5.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"immutable": "^3.8.1",
|
2016-11-23 09:53:23 -08:00
|
|
|
"intl": "^1.2.5",
|
2017-02-25 16:23:44 -08:00
|
|
|
"jsdom": "^9.11.0",
|
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"node-sass": "^4.5.0",
|
2017-02-02 04:56:14 -08:00
|
|
|
"npmlog": "^4.0.2",
|
2017-02-01 16:31:09 -08:00
|
|
|
"pg": "^6.1.2",
|
2017-02-25 16:23:44 -08:00
|
|
|
"react": "^15.4.2",
|
|
|
|
"react-addons-perf": "^15.4.2",
|
|
|
|
"react-addons-pure-render-mixin": "^15.4.2",
|
2017-03-01 15:57:55 -08:00
|
|
|
"react-addons-shallow-compare": "^15.4.2",
|
2017-02-25 16:23:44 -08:00
|
|
|
"react-addons-test-utils": "^15.4.2",
|
2016-11-23 09:53:23 -08:00
|
|
|
"react-autosuggest": "^7.0.1",
|
|
|
|
"react-decoration": "^1.4.0",
|
2017-02-25 16:23:44 -08:00
|
|
|
"react-dom": "^15.4.2",
|
2017-01-16 03:04:02 -08:00
|
|
|
"react-imageloader": "^2.1.0",
|
2016-08-24 08:56:44 -07:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2016-11-23 09:53:23 -08:00
|
|
|
"react-intl": "^2.1.5",
|
|
|
|
"react-motion": "^0.4.5",
|
2017-02-25 16:23:44 -08:00
|
|
|
"react-notification": "^6.6.0",
|
2016-10-09 19:01:10 -07:00
|
|
|
"react-proxy": "^1.1.8",
|
2017-02-25 16:23:44 -08:00
|
|
|
"react-redux": "^5.0.3",
|
|
|
|
"react-redux-loading-bar": "2.4.1",
|
2016-09-10 09:36:48 -07:00
|
|
|
"react-router": "^2.8.0",
|
2016-11-23 09:53:23 -08:00
|
|
|
"react-router-scroll": "^0.3.2",
|
2016-09-27 14:12:33 -07:00
|
|
|
"react-simple-dropdown": "^1.1.4",
|
2016-12-14 09:21:31 -08:00
|
|
|
"react-storybook-addon-intl": "^0.1.0",
|
|
|
|
"react-toggle": "^2.1.1",
|
2017-02-01 16:31:09 -08:00
|
|
|
"redis": "^2.6.5",
|
2017-01-06 13:09:55 -08:00
|
|
|
"redux": "^3.6.0",
|
2017-02-25 16:23:44 -08:00
|
|
|
"redux-immutable": "^3.1.0",
|
|
|
|
"redux-thunk": "^2.2.0",
|
2016-10-10 13:44:06 -07:00
|
|
|
"reselect": "^2.5.4",
|
2017-02-25 16:23:44 -08:00
|
|
|
"sass-loader": "^6.0.2",
|
2016-12-14 09:21:31 -08:00
|
|
|
"sinon": "^1.17.6",
|
2017-02-25 16:23:44 -08:00
|
|
|
"style-loader": "^0.13.2",
|
|
|
|
"utf-8-validate": "^3.0.1",
|
2017-02-05 14:37:25 -08:00
|
|
|
"uuid": "^3.0.1",
|
2017-02-25 16:23:44 -08:00
|
|
|
"webpack": "^2.2.1",
|
2017-02-03 15:34:31 -08:00
|
|
|
"websocket.js": "^0.1.7",
|
2017-02-25 16:23:44 -08:00
|
|
|
"ws": "^2.1.0"
|
2016-08-24 08:56:44 -07:00
|
|
|
}
|
|
|
|
}
|