Skip to content

Instantly share code, notes, and snippets.

@scott-w
Last active October 7, 2017 07:40
Show Gist options
  • Save scott-w/e554eeb7dce00228ee8444be4c778946 to your computer and use it in GitHub Desktop.
Save scott-w/e554eeb7dce00228ee8444be4c778946 to your computer and use it in GitHub Desktop.
The devDependencies part of your package.json file
"devDependencies: {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"webpack": "^3.5.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment