Skip to content

Commit

Permalink
feat(configuration): add ability to watch configuration file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Aug 25, 2016
1 parent 7ec7a56 commit a17ce04
Show file tree
Hide file tree
Showing 23 changed files with 616 additions and 521 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
Expand Down
35 changes: 19 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,27 @@
"react"
],
"dependencies": {
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.13.0",
"bluebird": "3.3.5",
"chalk": "1.1.3",
"chokidar": "1.6.0",
"classnames": "2.2.3",
"clean-webpack-plugin": "0.1.10",
"cors": "2.7.1",
"css-loader": "0.23.1",
"d3": "3.5.16",
"del": "2.2.0",
"dotenv": "2.0.0",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"font-awesome": "4.5.0",
"font-awesome": "4.6.3",
"glob": "7.0.3",
"html-webpack-plugin": "2.22.0",
"joi": "9.0.4",
"js-yaml": "3.6.1",
"json-loader": "0.5.4",
"lodash": "4.10.0",
"memory-cache": "0.1.5",
Expand All @@ -53,24 +61,22 @@
"redux": "3.5.2",
"redux-thunk": "2.1.0",
"request": "2.71.0",
"resolve-url": "0.2.1",
"socket.io": "1.4.8",
"socket.io-client": "1.4.8",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.3.1",
"superagent": "1.8.3",
"superagent-bluebird-promise": "3.0.0",
"webpack": "1.13.2",
"webpack-dev-server": "1.14.1",
"winston": "2.2.0",
"ws": "1.1.0"
"winston": "2.2.0"
},
"devDependencies": {
"ava": "0.16.0",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.13.0",
"babel-register": "6.7.2",
"clean-webpack-plugin": "0.1.10",
"coveralls": "2.11.12",
"css-loader": "0.23.1",
"enzyme": "2.4.1",
"eslint": "3.3.1",
"eslint-plugin-react": "4.3.0",
Expand All @@ -80,18 +86,15 @@
"react-addons-test-utils": "15.3.0",
"react-dom": "15.3.0",
"react-hot-loader": "1.3.0",
"resolve-url": "0.2.1",
"sinon": "1.17.3",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.3.1"
"sinon-as-promised": "4.0.2"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"scripts": {
"eslint": "eslint ./src/** ./test/**",
"eslint": "eslint ./src/**/*.js ./test/**/*.js",
"test": "ava --verbose",
"test-cover": "nyc ava --verbose",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit a17ce04

Please sign in to comment.