Newer
Older
"test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
"storybook": "start-storybook -p 9001 -c storybook",
"start": "babel-node ./streaming/index.js --presets es2015,stage-2"
Eugen Rochko
committed
"dependencies": {
"babel-preset-react": "^6.11.1",
"browserify": "^14.1.0",
"browserify-incremental": "^3.1.1",
"bufferutil": "^2.0.1",
"chai-enzyme": "^0.6.1",
"css-loader": "^0.26.2",
"es6-promise": "^3.2.1",
"escape-html": "^1.0.3",
"eventsource": "^0.2.1",
Eugen
committed
"http-link-header": "^0.8.0",
"react": "^15.4.2",
"react-addons-perf": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-autosuggest": "^7.0.1",
"react-decoration": "^1.4.0",
"react-imageloader": "^2.1.0",
"react-intl": "^2.1.5",
"react-motion": "^0.4.5",
"react-notification": "^6.6.0",
"react-proxy": "^1.1.8",
"react-redux": "^5.0.3",
"react-redux-loading-bar": "2.4.1",
"react-router": "^2.8.0",
"react-router-scroll": "^0.3.2",
"react-storybook-addon-intl": "^0.1.0",
"react-toggle": "^2.1.1",
"redux-immutable": "^3.1.0",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"utf-8-validate": "^3.0.1",
"websocket.js": "^0.1.7",
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3"