Browse Source

added dev deps

Daniel Zlotin 8 years ago
parent
commit
a93afd77d6
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      package.json

+ 24
- 0
package.json View File

@@ -14,6 +14,7 @@
14 14
     "url": "https://github.com/wix/react-native-navigation/issues"
15 15
   },
16 16
   "homepage": "https://github.com/wix/react-native-navigation",
17
+  "readme": "https://github.com/wix/react-native-navigation#readme",
17 18
   "main": "src/index.js",
18 19
   "author": "Tal Kol <talkol@gmail.com>",
19 20
   "license": "MIT",
@@ -22,8 +23,31 @@
22 23
     "react": ">=0.14.5"
23 24
   },
24 25
   "dependencies": {
26
+    "lodash": "^4.13.0"
25 27
   },
26 28
   "optionalDependencies": {
27 29
     "react-redux": "*"
30
+  },
31
+  "devDependencies": {
32
+    "react-native": "0.25.1",
33
+    "react": "0.14.5",
34
+    "app-root-path": "^1.0.0",
35
+    "babel-cli": "^6.8.0",
36
+    "babel-core": "^6.8.0",
37
+    "babel-polyfill": "^6.8.0",
38
+    "babel-preset-es2015": "^6.6.0",
39
+    "babel-preset-react": "^6.5.0",
40
+    "babel-preset-stage-0": "^6.5.0",
41
+    "babel-register": "^6.8.0",
42
+    "eslint": "^2.5.1",
43
+    "eslint-plugin-babel": "^3.0.0",
44
+    "eslint-plugin-react": "^4.2.3",
45
+    "eslint-plugin-react-native": "^1.0.0",
46
+    "babel-eslint": "^6.0.4",
47
+    "jasmine": "^2.4.1",
48
+    "jasmine-reporters": "^2.1.1",
49
+    "jasmine-spec-reporter": "^2.4.0",
50
+    "jasmine-expect": "^2.0.2",
51
+    "proxyquire": "1.7.4"
28 52
   }
29 53
 }