Skip to content

Instantly share code, notes, and snippets.

@Strate
Created September 18, 2018 09:14
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 Strate/addb41e6db3ae299e59b2180a6684f28 to your computer and use it in GitHub Desktop.
Save Strate/addb41e6db3ae299e59b2180a6684f28 to your computer and use it in GitHub Desktop.
package.json bug
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@types/lodash": "4.14.116",
"@types/prop-types": "^15.5.5",
"@types/react": "16.4.14",
"axios": "^0.18.0",
"babel-loader": "^8.0.0",
"babel-plugin-emotion": "9.2.6",
"bootstrap": "4.1.3",
"cache-loader": "^1.2.2",
"create-react-class": "^15.6.3",
"css-loader": "1.0.0",
"del": "^2.2.0",
"emotion": "9.2.6",
"favico.js": "0.3.10",
"firebase": "^5.4.2",
"firestorter": "^0.15.1",
"html-webpack-plugin": "4.0.0-alpha.2",
"i18next": "10.2.1",
"i18next-browser-languagedetector": "2.1.0",
"i18next-chained-backend": "^0.1.2",
"i18next-locize-backend": "1.2.1",
"informed": "^1.10.4",
"jsplumb": "2.7.4",
"lodash": "4.17.10",
"mini-css-extract-plugin": "0.4.1",
"mobx": "^4.4.0",
"mobx-react": "^5.2.8",
"moment": "^2.22.2",
"node-sass": "4.9.3",
"optimize-css-assets-webpack-plugin": "5.0.0",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-datetime": "2.15.0",
"react-dom": "16.4.2",
"react-emotion": "9.2.6",
"react-google-tag-manager": "^2.2.1",
"react-i18next": "7.8.1",
"react-loading": "^2.0.3",
"react-nl2br": "^0.4.0",
"react-redux": "*",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-select": "2.0.0",
"react-simple-file-input": "^2.1.0",
"react-table": "^6.8.6",
"react-textarea-autosize": "7.0.4",
"react-titled": "1.0.0",
"react-transition-group": "2.4.0",
"react-waypoint": "8.0.3",
"reactstrap": "6.3.1",
"redux": "*",
"resize-observer-polyfill": "1.5.0",
"sass-loader": "7.0.3",
"serviceworker-webpack-plugin": "1.0.1",
"socket.io": "^2.1.1",
"style-loader": "0.21.0",
"thread-loader": "1.2.0",
"toastr": "^2.1.4",
"uglifyjs-webpack-plugin": "1.2.7",
"url-search-params-polyfill": "^4.0.1",
"webpack": "4.19.0",
"webpack-bundle-analyzer": "2.13.1",
"webpack-cli": "3.0.7",
"webpack-dev-server": "3.1.5",
"webpack-serve": "^1.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment