Created
June 30, 2017 16:40
-
-
Save bbatsov/eb4fdc5e9885b0de1b98367151bcc9bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"devDependencies": { | |
"@toptal/testshot": "^0.1.2", | |
"assets-webpack-plugin": "3.5.1", | |
"autoprefixer": "7.1.1", | |
"babel-cli": "^6.18.0", | |
"babel-core": "6.10.4", | |
"babel-eslint": "6.1.0", | |
"babel-loader": "6.4.1", | |
"babel-plugin-espower": "2.3.2", | |
"babel-plugin-lodash": "3.2.11", | |
"babel-plugin-react-transform": "2.0.2", | |
"babel-plugin-rewire": "1.0.0-rc-4", | |
"babel-plugin-transform-decorators-legacy": "1.3.4", | |
"babel-polyfill": "6.9.1", | |
"babel-preset-es2015": "6.9.0", | |
"babel-preset-react": "6.11.1", | |
"babel-preset-stage-0": "6.5.0", | |
"babel-relay-plugin": "0.11.0", | |
"baggage-loader": "0.2.4", | |
"bundle-loader": "^0.5.4", | |
"codecov": "^2.2.0", | |
"css-loader": "0.28.4", | |
"ejs": "2.5.6", | |
"enzyme": "2.7.1", | |
"eslint": "3.13.1", | |
"eslint-config-standard": "6.0.0", | |
"eslint-config-standard-jsx": "4.0.1", | |
"eslint-config-standard-react": "4.2.0", | |
"eslint-plugin-graphql": "1.0.0", | |
"eslint-plugin-import": "2.3.0", | |
"eslint-plugin-mocha": "4.10.1", | |
"eslint-plugin-node": "5.0.0", | |
"eslint-plugin-promise": "3.5.0", | |
"eslint-plugin-react": "6.10.3", | |
"eslint-plugin-standard": "3.0.1", | |
"eslint-watch": "3.1.0", | |
"express": "4.15.3", | |
"extract-text-webpack-plugin": "1.0.1", | |
"file-loader": "0.11.2", | |
"foreman": "^2.0.0", | |
"forever": "0.15.3", | |
"form-data": "2.2.0", | |
"glob": "7.1.2", | |
"graphql-tools": "1.0.0", | |
"happypack": "2.2.1", | |
"istanbul-instrumenter-loader": "^2.0.0", | |
"json-loader": "0.5.4", | |
"karma": "1.7.0", | |
"karma-cli": "1.0.1", | |
"karma-coverage": "^1.1.1", | |
"karma-coverage-istanbul-reporter": "^1.3.0", | |
"karma-mocha": "1.3.0", | |
"karma-mocha-reporter": "2.2.3", | |
"karma-phantomjs-launcher": "1.0.4", | |
"karma-sourcemap-loader": "0.3.7", | |
"karma-webpack-with-fast-source-maps": "1.10.1", | |
"mocha": "2.5.3", | |
"node-fetch": "1.7.1", | |
"node-sass": "4.5.3", | |
"null-loader": "0.1.1", | |
"phantomjs-prebuilt": "2.1.14", | |
"postcss-loader": "1.3.3", | |
"power-assert": "1.4.4", | |
"raw-loader": "^0.5.1", | |
"react-addons-perf": "15.3.2", | |
"react-addons-test-utils": "15.3.2", | |
"react-transform-hmr": "1.0.4", | |
"sass-lint": "1.10.2", | |
"sass-loader": "3.2.0", | |
"sinon": "2.3.4", | |
"style-loader": "0.18.2", | |
"superstatic": "4.1.0", | |
"svg-loader": "0.0.2", | |
"url-loader": "0.5.9", | |
"webpack": "1.15.0", | |
"webpack-dev-middleware": "1.10.1", | |
"webpack-hot-middleware": "2.18.0", | |
"webpack-md5-hash": "^0.0.5" | |
}, | |
"dependencies": { | |
"classnames": "2.2.5", | |
"clipboard": "1.7.1", | |
"commonmark": "^0.27.0", | |
"date-fns": "1.28.5", | |
"graphiql": "0.9.1", | |
"graphql": "0.10.1", | |
"history": "3", | |
"html-parse-stringify": "^1.0.2", | |
"iban": "^0.0.8", | |
"js-cookie": "2.1.4", | |
"lodash": "^4.17.2", | |
"numeral": "^2.0.6", | |
"pluralize": "5.0.0", | |
"qs": "6.4.0", | |
"react": "15.3.2", | |
"react-addons-css-transition-group": "15.3.2", | |
"react-dom": "15.3.2", | |
"react-guard": "0.3.1", | |
"react-helmet": "3.1.0", | |
"react-mixin": "2.0.2", | |
"react-redux": "4.4.5", | |
"react-relay": "1.0.0", | |
"react-router": "3.0.5", | |
"react-router-redux": "^4.0.7", | |
"react-router-scroll": "0.4.2", | |
"redux": "3.5.2", | |
"redux-form": "6.5.0", | |
"redux-logger": "2.6.1", | |
"redux-thunk": "2.2.0", | |
"simple-react-calendar": "^1.6.0", | |
"use-named-routes": "0.3.2", | |
"whatwg-fetch": "1.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment