Created
December 25, 2015 03:29
-
-
Save johntran/41696aeea4881516f2d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "watsonFrontendV2", | |
"version": "1.0.0", | |
"description": "Change app/views/layouts/application.html.erb before deploying. Or bad things will happen.", | |
"main": "index.js", | |
"scripts": { | |
"test": "mocha --compilers js:babel-core/register --require ./frontend/test/test_helper.js 'frontend/test/' --recursive", | |
"dev": "webpack-dev-server --config webpack.dev.js --hot --progress --inline --colors", | |
"devNoTools": "webpack-dev-server --config webpack.devNoTools.js --hot --progress --inline --colors", | |
"prod": "./node_modules/.bin/webpack -p --config webpack.prod.js", | |
"devReg": "webpack -w -d --config webpack.dev.js", | |
"devNoToolsReg": "webpack -w -d --config webpack.prod.js" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.3.17", | |
"babel-eslint": "^5.0.0-beta6", | |
"babel-loader": "^6.2.0", | |
"babel-preset-es2015": "^6.0.15", | |
"babel-preset-react": "^6.0.15", | |
"babel-preset-stage-0": "^6.0.15", | |
"babel-root-import": "^3.0.1", | |
"chai": "^3.4.1", | |
"chai-immutable": "^1.5.3", | |
"css-loader": "^0.23.0", | |
"eslint": "^1.10.3", | |
"eslint-config-airbnb": "^2.0.0", | |
"eslint-loader": "^1.1.1", | |
"eslint-plugin-import": "^0.11.0", | |
"eslint-plugin-react": "^3.11.3", | |
"mocha": "^2.3.4", | |
"node-sass": "^3.4.2", | |
"raw-loader": "^0.5.1", | |
"react-hot-loader": "^1.3.0", | |
"redux-devtools": "^3.0.0", | |
"redux-devtools-log-monitor": "^1.0.1", | |
"redux-devtools-dock-monitor": "^1.0.1", | |
"sass-loader": "^3.1.2", | |
"style-loader": "^0.13.0", | |
"webpack": "^1.12.9", | |
"webpack-dev-server": "^1.12.1" | |
}, | |
"dependencies": { | |
"axios": "^0.7.0", | |
"history": "^1.13.1", | |
"immutable": "^3.7.6", | |
"jquery": "^2.1.4", | |
"material-ui": "^0.13.4", | |
"moment": "^2.10.6", | |
"react": "^0.14.3", | |
"react-dom": "^0.14.3", | |
"react-immutable-proptypes": "^1.5.0", | |
"react-redux": "^4.0.0", | |
"react-router": "^1.0.0", | |
"react-tap-event-plugin": "^0.2.1", | |
"redux": "^3.0.4", | |
"redux-simple-router": "0.0.10", | |
"redux-thunk": "^1.0.0", | |
"rx": "^4.0.7", | |
"rx-react": "^0.3.0" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment