Parcourir la source

added dev deps

Daniel Zlotin il y a 8 ans
Parent
révision
a93afd77d6
1 fichiers modifiés avec 24 ajouts et 0 suppressions
  1. 24
    0
      package.json

+ 24
- 0
package.json Voir le fichier

14
     "url": "https://github.com/wix/react-native-navigation/issues"
14
     "url": "https://github.com/wix/react-native-navigation/issues"
15
   },
15
   },
16
   "homepage": "https://github.com/wix/react-native-navigation",
16
   "homepage": "https://github.com/wix/react-native-navigation",
17
+  "readme": "https://github.com/wix/react-native-navigation#readme",
17
   "main": "src/index.js",
18
   "main": "src/index.js",
18
   "author": "Tal Kol <talkol@gmail.com>",
19
   "author": "Tal Kol <talkol@gmail.com>",
19
   "license": "MIT",
20
   "license": "MIT",
22
     "react": ">=0.14.5"
23
     "react": ">=0.14.5"
23
   },
24
   },
24
   "dependencies": {
25
   "dependencies": {
26
+    "lodash": "^4.13.0"
25
   },
27
   },
26
   "optionalDependencies": {
28
   "optionalDependencies": {
27
     "react-redux": "*"
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
 }