-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use hot reloading in bike share example (#325)
- Loading branch information
Showing
4 changed files
with
9 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,25 @@ | |
"author": "Doug Wade <[email protected]>", | ||
"scripts": { | ||
"clean": "rm -rf build __clientTemp", | ||
"start": "npm run clean && gulp && npm run styles && react-server-cli --routesFile build/routes.js", | ||
"start": "npm run clean && npm run styles && react-server-cli", | ||
"styles": "node-sass styles/index.scss build/styles/index.css && node-sass styles/network.scss build/styles/network.css", | ||
"test": "xo && nsp check" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"babel-plugin-transform-runtime": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-runtime": "^6.6.1", | ||
"react": "~0.14.2", | ||
"react-dom": "~0.14.2", | ||
"react-server": "^0.3.1", | ||
"react-server-cli": "^0.3.1", | ||
"react-server": "^0.3.3", | ||
"react-server-cli": "^0.3.3", | ||
"superagent": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-react-server": "^0.3.0", | ||
"eslint-config-xo-react": "^0.7.0", | ||
"eslint-plugin-react": "^5.1.1", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | ||
"node-sass": "^3.7.0", | ||
"nsp": "^2.3.3", | ||
"react-server-gulp-module-tagger": "^0.3.0", | ||
"xo": "^0.15.1" | ||
}, | ||
"xo": { | ||
|
This file contains 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
This file contains 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