[change] allow propTypes to be removed in production builds

Fix #254
This commit is contained in:
Nicolas Gallagher
2016-11-22 13:57:12 -08:00
parent 0b1759363d
commit 8dd39c681c
16 changed files with 72 additions and 36 deletions

View File

@@ -19,13 +19,15 @@
},
"dependencies": {
"animated": "^0.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-runtime": "^6.11.6",
"fbjs": "^0.8.4",
"inline-style-prefixer": "^2.0.1",
"lodash": "^4.15.0",
"react-dom": "~15.3.2",
"react-textarea-autosize": "^4.0.4",
"react-timer-mixin": "^0.13.3"
"react-timer-mixin": "^0.13.3",
"webpack-bundle-analyzer": "^1.5.3"
},
"devDependencies": {
"@kadira/storybook": "^2.5.1",