|
@@ -30,21 +30,20 @@
|
30
|
30
|
"release": "node ./scripts/release.js"
|
31
|
31
|
},
|
32
|
32
|
"peerDependencies": {
|
33
|
|
- "react-native": "*",
|
34
|
|
- "react": "*"
|
|
33
|
+ "react": "*",
|
|
34
|
+ "react-native": "*"
|
35
|
35
|
},
|
36
|
36
|
"dependencies": {
|
37
|
37
|
"lodash": "4.x.x"
|
38
|
38
|
},
|
39
|
39
|
"devDependencies": {
|
40
|
|
- "react-native": "0.43.0",
|
41
|
|
- "react": "16.0.0-alpha.6",
|
42
|
40
|
"babel-cli": "6.x.x",
|
43
|
41
|
"babel-core": "6.x.x",
|
|
42
|
+ "babel-eslint": "7.x.x",
|
|
43
|
+ "babel-jest": "18.x.x",
|
44
|
44
|
"babel-polyfill": "6.x.x",
|
45
|
45
|
"babel-preset-react-native": "1.x.x",
|
46
|
46
|
"babel-register": "6.x.x",
|
47
|
|
- "babel-jest": "18.x.x",
|
48
|
47
|
"eslint": "3.x.x",
|
49
|
48
|
"eslint-plugin-babel": "3.x.x",
|
50
|
49
|
"eslint-plugin-react": "6.x.x",
|
|
@@ -52,6 +51,8 @@
|
52
|
51
|
"jest": "18.x.x",
|
53
|
52
|
"jest-cli": "18.x.x",
|
54
|
53
|
"jest-react-native": "18.x.x",
|
|
54
|
+ "react": "16.0.0-alpha.6",
|
|
55
|
+ "react-native": "0.43.0",
|
55
|
56
|
"react-test-renderer": "15.4.2",
|
56
|
57
|
"semver": "5.x.x"
|
57
|
58
|
},
|