diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 9b7d435..0000000 --- a/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["es2015", "stage-0", "react"] -} diff --git a/.gitignore b/.gitignore index d9084f3..1499e85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules static/assets/* -coverage +converage npm-debug.log TO_BE_REMOVED \ No newline at end of file diff --git a/README.md b/README.md index 371ca70..96c68b1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repo was inspired by the following projects and their authors * Hapi server framework for Node [hapijs](https://github.com/hapijs/hapi) * React JS Library for user interfaces [reactjs](https://github.com/reactjs) v0.14 * Webpack + [React-transform](https://github.com/gaearon/babel-plugin-react-transform) and [react-transform-hmr](https://github.com/gaearon/react-transform-hmr) -* React Router keeps your UI in sync with the URL [react-router](https://github.com/rackt/react-router) v1.0.2 +* React Router keeps your UI in sync with the URL [react-router](https://github.com/rackt/react-router) v1.0.0-rc3 * React transmit for server side rendering of reactjs [react-transmit](https://github.com/RickWong/react-transmit) * ES6 and ES7 ready with [BabelJs](https://babeljs.io/) * Linting with eslint & jscs diff --git a/package.json b/package.json index 98a3dc9..aef7f41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-react-starter-kit", - "version": "0.0.2", + "version": "0.0.1", "description": "A hapi React Starter kit with react-router, redux, react-transform", "main": "index.js", "scripts": { @@ -44,32 +44,29 @@ "dependencies": { "h2o2": "^4.0.1", "hapi": "^11.0.0", - "history": "~1.13.1", + "history": "^1.12.5", "inert": "^3.1.0", "react": "^0.14.0", "react-dom": "^0.14.0", - "react-router": "^1.0.2", + "react-router": "^1.0.0-rc3", "react-transmit": "^3.0.7" }, "devDependencies": { - "babel-cli": "^6.3.15", - "babel-core": "^6.3.15", + "babel": "^5.8.23", + "babel-core": "^5.8.25", "babel-eslint": "^4.1.3", "babel-jscs": "^2.0.4", - "babel-loader": "^6.2.0", + "babel-loader": "^5.3.2", "babel-plugin-react-transform": "^1.1.1", - "babel-preset-es2015": "^6.3.13", - "babel-preset-react": "^6.3.13", - "babel-preset-stage-0": "^6.3.13", "chalk": "^1.1.1", "codacy-coverage": "^1.1.3", "coveralls": "^2.11.4", "eslint": "^1.7.0", "eslint-plugin-react": "^3.5.1", - "extract-text-webpack-plugin": "^0.9.1", + "extract-text-webpack-plugin": "^0.8.2", "hapi-webpack-plugin": "^1.2.1", - "isparta": "^4.0.0", - "isparta-instrumenter-loader": "^1.0.0", + "isparta": "^3.1.0", + "isparta-instrumenter-loader": "^0.2.1", "istanbul": "^0.4.0", "jscs": "^2.3.2", "json-loader": "^0.5.3",