Skip to content

Commit

Permalink
update babel and webpack for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiamanzati committed Dec 4, 2015
1 parent fe3f3eb commit 410323f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions package.json
Expand Up @@ -29,24 +29,22 @@
"dependencies": {
"eventemitter3": "^1.1.1",
"fbjs": "^0.2.1",
"radium": "^0.13.8"
"radium": "^0.13.8",
"react-native-for-web-stylesheet": "0.0.2"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"babel-loader": "^6.2.0",
"eslint": "^1.3.1",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-postcss": "^5.1.10",
"gulp-sourcemaps": "^1.5.2",
"rimraf": "^2.4.3",
"webpack": "^1.12.1"
"webpack": "^1.12.9"
}
}
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 410323f

Please sign in to comment.