diff --git a/package.json b/package.json index 2bdfdfd..3511d9f 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,14 @@ }, "dependencies": { "immutable": "=3.7.6", + "moment": "=2.11.2", "react-native": "=0.20.0", "react-native-busy-indicator": "=1.0.6", "react-native-modalbox": "=1.3.0", "react-native-side-menu": "=0.18.0", "react-native-vector-icons": "=1.0.4", "underscore": "=1.8.3", + "url": "=0.11.0", "url-assembler": "=1.2.4" }, "devDependencies": { @@ -22,8 +24,6 @@ "eslint": "=1.10.3", "eslint-config": "git://github.com/oleous/eslint-config.git", "eslint-plugin-react": "=3.14.0", - "eslint-plugin-react-native": "=0.5.0", - "react": "=0.14.7", - "react-addons-test-utils": "=0.14.7" + "eslint-plugin-react-native": "=0.5.0" } }