add prop-types package

This commit is contained in:
Daniel Ternyak 2017-04-14 01:27:29 -05:00
parent 8c92ad7287
commit cfc5d20af2
1 changed files with 2 additions and 0 deletions

View File

@ -4,12 +4,14 @@
"main": "common/index.jsx",
"description": "MyEtherWallet v4",
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.9",
"semantic-ui-react": "^0.67.2",