Skip to content

Commit

Permalink
package.json: cleanup of unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
enzy committed Dec 7, 2017
1 parent 5f55104 commit 3ffbf58
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@
"@babel/preset-env": "^7.0.0-beta.32",
"@babel/preset-react": "^7.0.0-beta.32",
"@babel/preset-typescript": "^7.0.0-beta.32",
"asap": "^2.0.6",
"autoprefixer": "^7.1.2",
"babel-plugin-transform-react-jsx": "^v7.0.0-alpha.19",
"babel-preset-typescript": "^v7.0.0-alpha.19",
"babel-preset-env": "^v2.0.0-alpha.16",
"better-console": "^1.0.0",
"browser-sync": "^2.18.13",
"chokidar": "^1.6.1",
"cli-table": "^0.3.1",
"commander": "^2.5.0",
"compression": "^1.6.1",
"del": "^3.0.0",
Expand All @@ -86,7 +81,6 @@
"gulp-stylus": "^2.3.0",
"gulp-svg-sprite": "^1.3.5",
"gulp-uglify-es": "^0.1.4",
"gulp-webmake": "0.0.41",
"js-yaml": "^3.9.1",
"jsonfile": "^4.0.0",
"lodash": "^4.17.4",
Expand All @@ -103,14 +97,13 @@
"rollup-plugin-yaml": "^1.1.0",
"run-sequence": "^2.1.0",
"semver": "^5.4.1",
"sharp": "^0.18.2",
"webmake-coffee": "^0.1.4"
"sharp": "^0.18.2"
},
"config": {
"default_fork_repo": "https://github.com/mangoweb/mango-cli-example.git"
},
"devDependencies": {
"mocha": "^4.0.0",
"should": "^11.2.1"
"should": "^13.1.3"
}
}

0 comments on commit 3ffbf58

Please sign in to comment.