Skip to content

Commit

Permalink
Update packages and remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
vramana committed May 27, 2015
1 parent 66848bd commit 36ec7aa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 47 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function(config) {
// cache: true,
module: {
loaders: [
{ loader: "jsx-loader" },
{ loader: "babel" },
]
},
resolve : {
Expand Down
72 changes: 26 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,62 +22,42 @@
"react-component"
],
"devDependencies": {
"autoprefixer-core": "^5.0.0",
"babel-loader": "^4.0.0",
"coverjs-loader": "^0.5.0",
"css-loader": "^0.9.1",
"deepmerge": "^0.2.7",
"del": "^1.1.1",
"express": "^4.11.0",
"foundation-apps": "^1.0.2",
"gulp": "^3.8.10",
"autoprefixer-core": "^5.1.11",
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"deepmerge": "^0.2.10",
"del": "^1.2.0",
"express": "^5.0.0-alpha.1",
"gulp": "^3.8.11",
"gulp-sass": "^2.0.1",
"jade": "^1.9.1",
"jquery": "^2.1.3",
"jsx-loader": "^0.12.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma": "^0.12.33",
"karma-chrome-launcher": "^0.1.12",
"karma-mocha": "^0.1.10",
"karma-webpack": "^1.5.0",
"mocha": "^2.1.0",
"object-assign": "^2.0.0",
"postcss-loader": "^0.3.0",
"react-hot-loader": "^1.1.1",
"react-router": "^0.11.6",
"reactify": "^1.0.0",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"style-loader": "^0.8.3",
"webpack": "^1.5.1",
"webpack-dev-server": "^1.7.0"
"karma-webpack": "^1.5.1",
"mocha": "^2.2.5",
"node-sass": "^3.1.2",
"react-hot-loader": "^1.2.7",
"react-router": "^0.13.3",
"run-sequence": "^1.1.0",
"sinon": "^1.14.1",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"classnames": "^1.2.0",
"classnames": "^2.1.1",
"json2mq": "^0.2.0",
"lodash.assign": "^3.0.0",
"lodash.filter": "^3.0.0",
"lodash.pluck": "^3.0.2",
"lodash.sortby": "^3.0.0",
"node-sass": "^3.1.1",
"lodash.assign": "^3.2.0",
"lodash.filter": "^3.1.1",
"lodash.pluck": "^3.1.2",
"lodash.sortby": "^3.1.4",
"object-assign": "^2.0.0",
"react-hot-loader": "^1.2.7",
"react-responsive-mixin": "^0.3.1",
"react-router": "^0.13.3",
"slick-carousel": "^1.3.15"
"react": "^0.13.3",
"react-responsive-mixin": "^0.3.3",
"slick-carousel": "^1.5.5"
},
"peerDependencies": {
"react": ">=0.12.*"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"npmName": "react-slick",
"npmFileMap": [
{
Expand Down

0 comments on commit 36ec7aa

Please sign in to comment.