updated deps
This commit is contained in:
parent
52e7900b18
commit
ec664bfca4
15
package.json
15
package.json
|
@ -2,7 +2,7 @@
|
||||||
"name": "react-native-firebase",
|
"name": "react-native-firebase",
|
||||||
"version": "1.0.0-alpha",
|
"version": "1.0.0-alpha",
|
||||||
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
|
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
|
||||||
"description": "A react native firebase adapter supporting android and ios.",
|
"description": "A react native firebase library supporting both android and ios native firebase SDK's",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||||
|
@ -10,7 +10,6 @@
|
||||||
"dev": "npm run compile -- --watch",
|
"dev": "npm run compile -- --watch",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
"publish_pages": "gh-pages -d public/",
|
"publish_pages": "gh-pages -d public/",
|
||||||
"test": "./node_modules/.bin/mocha",
|
|
||||||
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'"
|
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -52,17 +51,16 @@
|
||||||
"postlink": "node_modules/react-native-firebase/bin/cocoapods.sh"
|
"postlink": "node_modules/react-native-firebase/bin/cocoapods.sh"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
"project": "ios/Firebase.xcodeproj"
|
"project": "ios/RNFirebase.xcodeproj"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"packageInstance": "new FirebasePackage()"
|
"packageInstance": "new RNFirebasePackage()"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^7.0.0",
|
"babel-eslint": "^7.0.0",
|
||||||
"babel-jest": "^14.1.0",
|
"babel-jest": "^14.1.0",
|
||||||
"babel-preset-react-native": "^1.9.0",
|
"babel-preset-react-native": "^1.9.0",
|
||||||
"cpx": "^1.5.0",
|
|
||||||
"debug": "^2.2.0",
|
"debug": "^2.2.0",
|
||||||
"enzyme": "^2.4.1",
|
"enzyme": "^2.4.1",
|
||||||
"eslint": "^3.8.1",
|
"eslint": "^3.8.1",
|
||||||
|
@ -72,15 +70,8 @@
|
||||||
"eslint-plugin-jsx-a11y": "^2.2.3",
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||||||
"eslint-plugin-react": "^6.4.1",
|
"eslint-plugin-react": "^6.4.1",
|
||||||
"flow-bin": "^0.35.0",
|
"flow-bin": "^0.35.0",
|
||||||
"jest": "^14.1.0",
|
|
||||||
"jest-react-native": "^14.1.3",
|
|
||||||
"mocha": "^3.0.2",
|
|
||||||
"react": "^15.3.0",
|
"react": "^15.3.0",
|
||||||
"react-dom": "^15.3.0",
|
"react-dom": "^15.3.0",
|
||||||
"react-native-mock": "^0.2.6",
|
|
||||||
"react-test-renderer": "^15.3.0",
|
|
||||||
"should": "^11.1.0",
|
|
||||||
"sinon": "^2.0.0-pre.2"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bows": "^1.6.0",
|
"bows": "^1.6.0",
|
||||||
|
|
Loading…
Reference in New Issue