Skip to content

Instantly share code, notes, and snippets.

@spanuska
Created May 12, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spanuska/f520883a616535327793c35f87880003 to your computer and use it in GitHub Desktop.
Save spanuska/f520883a616535327793c35f87880003 to your computer and use it in GitHub Desktop.
{
"name": "dst-react",
"devDependencies": {
"browserify": "~>6.3",
"browserify-incremental": "^1.4.0",
"jasmine-expect-jsx": "^1.1.2",
"jest-cli": "^0.5.4",
"react": "^0.13.0",
"react-tools": "^0.12.1",
"reactify": "^0.17.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node ./node_modules/jest-cli/bin/jest.js",
"testdbg": "node-debug --nodejs --harmony node_modules/.bin/jest --runInBand"
},
"jest": {
"rootDir": "./app/assets/javascripts/components",
"scriptPreprocessor": "<rootDir>/__tests__/preprocessor.js",
"moduleFileExtensions": [
"js",
"jsx"
],
"unmockedModulePathPatterns": [
"react"
],
"testFileExtensions": [
"js",
"jsx"
],
"testPathIgnorePatterns": [
"preprocessor.js"
]
},
"dependencies": {
"react": "^0.13.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment