1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-28 16:17:18 +00:00

bumpup react (0.13.3->0.14.0), reacthmr work perfectly

This commit is contained in:
Rokt33r
2015-10-21 02:47:21 +09:00
parent 326c7a93fb
commit f6d2e898dc
12 changed files with 109 additions and 78 deletions

View File

@@ -4,8 +4,8 @@
"description": "Boost App",
"main": "main.js",
"scripts": {
"start": "electron ./main.js",
"webpack": "webpack-dev-server --inline --config webpack.config.js",
"start": "BOOST_ENV=development electron ./main.js",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
"build": "electron-packager ./ Boost $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite",
"codesign": "codesign --verbose --deep --force --sign \"MAISIN solutions Inc.\" Boost-darwin-x64/Boost.app"
@@ -45,12 +45,6 @@
"md5": "^2.0.0",
"moment": "^2.10.3",
"node-notifier": "^4.2.3",
"react": "^0.13.3",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc1",
"react-select": "^0.6.10",
"redux": "^3.0.2",
"reflux": "^0.2.8",
"socket.io-client": "^1.3.6",
"superagent": "^1.2.0",
"superagent-promise": "^1.0.3"
@@ -62,10 +56,15 @@
"electron-packager": "^5.1.0",
"electron-prebuilt": "^0.33.6",
"nib": "^1.1.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc1",
"react-select": "^0.6.10",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"redux-devtools": "^2.1.5",
"redux": "^3.0.2",
"standard": "^5.3.1",
"style-loader": "^0.12.4",
"stylus": "^0.52.4",
@@ -74,8 +73,7 @@
"webpack-dev-server": "^1.12.0"
},
"standard": {
"ignore": [
],
"ignore": [],
"globals": [
"localStorage"
]