2016-08-25 01:56:44 +10:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
2016-10-10 13:01:10 +11:00
|
|
|
"scripts": {
|
2016-10-12 21:08:57 +11:00
|
|
|
"test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
|
2016-10-11 12:21:06 +11:00
|
|
|
"storybook": "start-storybook -p 9001 -c storybook"
|
2016-10-10 13:01:10 +11:00
|
|
|
},
|
2017-01-12 01:39:31 +11:00
|
|
|
"dependencies": {
|
2016-10-11 12:21:06 +11:00
|
|
|
"@kadira/storybook": "^2.24.0",
|
2016-10-10 13:01:10 +11:00
|
|
|
"axios": "^0.14.0",
|
2016-09-01 00:15:12 +10:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2016-11-24 04:53:23 +11:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2016-09-01 22:12:11 +10:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
2016-08-25 01:56:44 +10: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-10 13:01:10 +11:00
|
|
|
"chai": "^3.5.0",
|
2016-10-13 03:06:18 +11:00
|
|
|
"chai-enzyme": "^0.5.2",
|
2016-12-15 04:21:31 +11:00
|
|
|
"css-loader": "^0.26.1",
|
2017-01-07 08:09:55 +11:00
|
|
|
"emojione": "latest",
|
2016-10-10 13:01:10 +11:00
|
|
|
"enzyme": "^2.4.1",
|
2016-08-26 03:52:55 +10:00
|
|
|
"es6-promise": "^3.2.1",
|
2016-11-24 04:53:23 +11:00
|
|
|
"http-link-header": "^0.5.0",
|
2016-08-25 01:56:44 +10:00
|
|
|
"immutable": "^3.8.1",
|
2016-11-24 04:53:23 +11:00
|
|
|
"intl": "^1.2.5",
|
2016-10-11 07:32:03 +11:00
|
|
|
"jsdom": "^9.6.0",
|
2016-10-10 13:01:10 +11:00
|
|
|
"mocha": "^3.1.1",
|
2016-12-15 04:21:31 +11:00
|
|
|
"node-sass": "^4.0.0",
|
2016-10-11 05:05:39 +11:00
|
|
|
"react": "^15.3.2",
|
2016-10-08 09:01:22 +11:00
|
|
|
"react-addons-perf": "^15.3.2",
|
2016-08-27 03:12:19 +10:00
|
|
|
"react-addons-pure-render-mixin": "^15.3.1",
|
2016-10-10 13:01:10 +11:00
|
|
|
"react-addons-test-utils": "^15.3.2",
|
2016-11-24 04:53:23 +11:00
|
|
|
"react-autosuggest": "^7.0.1",
|
|
|
|
"react-decoration": "^1.4.0",
|
2016-10-10 13:01:10 +11:00
|
|
|
"react-dom": "^15.3.0",
|
2017-01-16 22:04:02 +11:00
|
|
|
"react-imageloader": "^2.1.0",
|
2016-08-25 01:56:44 +10:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2016-11-24 04:53:23 +11:00
|
|
|
"react-intl": "^2.1.5",
|
|
|
|
"react-motion": "^0.4.5",
|
2016-11-19 09:55:44 +11:00
|
|
|
"react-notification": "^6.4.0",
|
2016-10-10 13:01:10 +11:00
|
|
|
"react-proxy": "^1.1.8",
|
2017-01-07 08:09:55 +11:00
|
|
|
"react-redux": "^5.0.1",
|
2016-11-19 09:55:44 +11:00
|
|
|
"react-redux-loading-bar": "^2.4.1",
|
2016-09-11 02:36:48 +10:00
|
|
|
"react-router": "^2.8.0",
|
2016-11-24 04:53:23 +11:00
|
|
|
"react-router-scroll": "^0.3.2",
|
2016-09-28 07:12:33 +10:00
|
|
|
"react-simple-dropdown": "^1.1.4",
|
2016-12-15 04:21:31 +11:00
|
|
|
"react-storybook-addon-intl": "^0.1.0",
|
|
|
|
"react-toggle": "^2.1.1",
|
2017-01-07 08:09:55 +11:00
|
|
|
"redux": "^3.6.0",
|
2016-08-26 03:52:55 +10:00
|
|
|
"redux-immutable": "^3.0.8",
|
2017-01-18 06:09:03 +11:00
|
|
|
"redux-sounds": "^1.1.1",
|
2016-10-08 09:01:22 +11:00
|
|
|
"redux-thunk": "^2.1.0",
|
2016-10-11 07:44:06 +11:00
|
|
|
"reselect": "^2.5.4",
|
2016-12-15 04:21:31 +11:00
|
|
|
"sass-loader": "^4.0.2",
|
|
|
|
"sinon": "^1.17.6",
|
2017-01-12 01:39:31 +11:00
|
|
|
"style-loader": "^0.13.1",
|
2017-01-11 03:25:10 +11:00
|
|
|
"webpack": "^1.14.0"
|
2016-08-25 01:56:44 +10:00
|
|
|
}
|
|
|
|
}
|