Skip to content

Instantly share code, notes, and snippets.

@mahcloud
Created February 27, 2017 19:56
Show Gist options
  • Select an option

  • Save mahcloud/6b494aaac748ff29336899e760cead57 to your computer and use it in GitHub Desktop.

Select an option

Save mahcloud/6b494aaac748ff29336899e760cead57 to your computer and use it in GitHub Desktop.
package.json
{
"scripts": {
"start": "node_modules/brunch/bin/brunch watch --server",
"lint": "eslint test demo app",
"test": "jest"
},
"dependencies": {
"chai": "^3.5.0",
"chai-react": "^3.0.1",
"jest-enzyme": "^2.1.2",
"jsx-chai": "^4.0.0",
"react": "~15.4.2",
"react-dom": "~15.4.2",
"sass-brunch": "^2.10.2",
"styled-components": "^1.4.3"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "~6.0.6",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "~6.22.0",
"babel-preset-react": "~6.22.0",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"brunch": "^2.10.6",
"chai-enzyme": "^0.6.1",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"enzyme": "^2.7.1",
"eslint": "^3.16.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-jest": "^19.0.1",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.0.1",
"javascript-brunch": "^2.0.0",
"jest": "^18.1.0",
"jest-cli": "^18.1.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2",
"uglify-js-brunch": "^2.1.1"
},
"jest": {
"unmockedModulePathPatterns": [
"node_modules/react",
"node_modules/react-dom",
"node_modules/react-addons-test-utils",
"node_modules/react-test-renderer"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment