Last active
May 13, 2020 18:43
-
-
Save Y-Taras/48c10beaa939cb0dd67d10e6adba607e to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
....... | |
, | |
"dependencies": { | |
"axios": "^0.15.3", | |
"babel-loader": "^6.2.7", | |
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0", | |
"babel-preset-es2015": "^6.18.0", | |
"babel-preset-react": "^6.16.0", | |
"babel-register": "6.16.0", | |
"express": "^4.14.0", | |
"history": "^4.4.0", | |
"lodash": "^4.16.2", | |
"newrelic": "^2.2.0", | |
"react": "^15.3.2", | |
"react-addons-css-transition-group": "^15.4.2", | |
"react-addons-transition-group": "^15.4.2", | |
"react-dom": "^15.3.2", | |
"react-ga": "^2.2.0", | |
"react-google-maps": "^4.11.0", | |
"react-redux": "^5.0.3", | |
"react-router": "next", | |
"react-router-dom": "next", | |
"reactstrap": "^4.1.1", | |
"redux": "^3.3.1", | |
"redux-thunk": "^2.1.0", | |
"shortid": "^2.2.6" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.16.0", | |
"babel-polyfill": "^6.16.0", | |
"babel-preset-es2017": "^6.16.0", | |
"bootstrap": "^4.0.0-alpha.6", | |
"css-loader": "^0.25.0", | |
"eslint": "^3.6.1", | |
"eslint-config-standard": "^7.0.0", | |
"eslint-config-standard-jsx": "^3.1.0", | |
"eslint-config-standard-react": "^4.1.0", | |
"eslint-loader": "^1.3.0", | |
"eslint-plugin-promise": "^3.5.0", | |
"eslint-plugin-react": "^6.3.0", | |
"eslint-plugin-standard": "^2.0.0", | |
"jsdom": "^9.5.0", | |
"json-loader": "^0.5.4", | |
"react-addons-test-utils": "^15.3.2", | |
"react-test-renderer": "^15.3.2", | |
"style-loader": "^0.13.1", | |
"webpack": "^2.2.1", | |
"webpack-dev-server": "^2.4.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, It's working :)