{ "name": "-redacted-", "version": "0.0.1", "description": "-redacted-", "author": "-redacted-", "license": "unknown", "private": true, "dependencies": { "react-redux": "5.0.6", "react-router": "4.2.0", "react-router-redux": "4.0.8", "redux": "3.7.2", "redux-thunk": "2.2.0", "fbjs": "0.8.16", "react": "16.2.0", "react-dom": "16.2.0", "reselect": "2.5.1", "babel-polyfill": "6.26.0", "messageformat": "1.0.2", "prop-types": "15.6.0", "underscore": "1.8.3" }, "devDependencies": { "babel-core": "6.26.0", "babel-eslint": "8.0.1", "babel-loader": "6.4.1", "babel-preset-env": "1.6.1", "babel-preset-es2015": "6.24.1", "babel-plugin-transform-class-properties": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-jest": "22.1.0", "babelify": "7.2.0", "browserify": "11.0.1", "del": "1.2.0", "eslint-plugin-import": "2.0.0", "eslint-plugin-react": "6.3.0", "gulp": "3.9.0", "gulp-env": "0.2.0", "gulp-eslint": "3.0.1", "gulp-if": "2.0.0", "gulp-foreach": "0.1.0", "gulp-intercept": "0.1.0", "gulp-notify": "2.2.0", "gulp-print": "1.1.0", "gulp-rename": "1.2.2", "gulp-sourcemaps": "1.6.0", "gulp-uglify": "1.2.0", "gulp-util": "3.0.6", "jest-cli": "22.1.0", "mock-local-storage": "1.0.5", "nock": "^9.0.13", "path": "0.11.14", "redux-logger": "3.0.6", "redux-mock-store": "1.4.0", "run-sequence": "1.1.2", "vinyl-source-stream": "1.1.0", "watchify": "3.6.1", "livereactload": "2.1.0", "yargs": "3.31.0", "validator": "5.2.0", "webpack": "1.12.13" }, "scripts": { "package": "gulp --harmony package", "jest": "node node_modules/jest-cli/bin/jest.js --no-cache && gulp cleanTest", "watch": "gulp --harmony watch" }, "jest": { "rootDir": "./", "collectCoverage": true, "coveragePathIgnorePatterns": [ "/jest/", "/src/static/scripts/es6-promise-polyfill/" ], "testRunner": "jasmine2", "transform": {".*": "/jest/preprocessor.js"}, "transformIgnorePatterns": [ "/node_modules/-redacted-/node_modules/dnd-core" ], "testRegex": "(/tests/.*|\\.(test|spec))\\.(js|jsx|json|node)$", "testPathIgnorePatterns": [ "/node/", "/node_modules/" ], "setupFiles": [ "mock-local-storage", "/src/static/scripts/es6-promise-polyfill/promise.min.js", "/src/static/scripts/test-globals.js" ], "setupTestFrameworkScriptFile": "/jest/customMatchers.js", "timers": "fake", "resetModules": true } }