Skip to content

Instantly share code, notes, and snippets.

@smkopp92
Created December 21, 2016 13:24
Show Gist options
  • Save smkopp92/26ab4e0a0fe2e2c164c6398532110582 to your computer and use it in GitHub Desktop.
Save smkopp92/26ab4e0a0fe2e2c164c6398532110582 to your computer and use it in GitHub Desktop.
{
"name": "testing-react-components",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.6.0",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"jasmine-enzyme": "^2.0.0",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"node-sass": "^3.4.2",
"phantomjs-prebuilt": "^2.1.14",
"react-addons-test-utils": "^15.4.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
},
"dependencies": {
"babel-polyfill": "^6.7.4",
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment