-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 5.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "react-native-firebase",
"version": "4.3.8",
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "genversion lib/version.js && npm run validate-ts-declarations && npm run build-lib && npm run build-flow",
"build-flow": "flow-copy-source -i */__tests__* lib dist",
"build-lib": "BABEL_ENV=publish babel lib -d dist --ignore __tests__ --copy-files",
"build-lib-watch": "genversion lib/version.js && BABEL_ENV=publish babel lib -d dist --ignore __tests__ --copy-files --watch",
"clean": "rimraf dist/",
"flow": "flow",
"format:assets": "prettier --ignore-path .gitignore --write \"**/*.{json,md}\"",
"format": "npm run format:assets && npm run lint -- --fix",
"lint": "eslint ./lib ./tests/src ./tests/lib",
"precommit": "lint-staged",
"prepublish": "npm run clean && npm run build",
"test-cli": "node ./bin/test.js",
"tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install",
"tests-pod-install": "cd tests && npm run ios:pod:install",
"tests-watch-start": "npm run test-cli watch init start",
"tests-watch-stop": "npm run test-cli watch stop",
"validate-ts-declarations": "tsc --project ./",
"postinstall": "npx force-resolutions@1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase.git"
},
"jest": {
"preset": "jest-react-native",
"setupFiles": [],
"unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils"]
},
"license": "Apache-2.0",
"keywords": ["react", "admob", "auth", "config", "digits", "fabric", "functions", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics"],
"peerDependencies": {
"fbjs": "*",
"react": "*",
"react-native": ">= 0.48.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^27.0.6",
"babel-preset-react-native": "^1.9.0",
"babel-preset-react-native-syntax": "^1.0.0",
"debug": "^2.6.9",
"enzyme": "^2.4.1",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.65.0",
"flow-copy-source": "^1.3.0",
"genversion": "^2.0.1",
"husky": "^0.14.3",
"lint-staged": "^6.1.1",
"prettier": "1.10.2",
"react": "^16.3.0-alpha.1",
"react-dom": "^16.3.0-alpha.1",
"react-native": "^0.64.2 ",
"rimraf": "^2.6.2",
"shelljs": "^0.7.8",
"typescript": "^2.7.2",
"wml": "^0.0.83"
},
"dependencies": {
"jest": "^27.0.6",
"opencollective": "^1.0.3",
"postinstall-build": "^5.0.1",
"prop-types": "^15.6.1"
},
"resolutions": {
"acorn": "^7.1.1",
"axios": "0.24.0",
"base64url": "^3.0.0",
"braces": "^2.3.1",
"cryptiles": "^4.1.2",
"deeps": "^1.4.5",
"diff": "^3.5.0",
"dot-prop": "^4.2.1",
"extend": "^3.0.2",
"glob-parent": "^5.1.2",
"grpc": "^1.24.4",
"hosted-git-info": "^2.8.9",
"ini": "^1.3.6",
"js-yaml": "^3.13.1",
"just-extend": "^4.0.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"mem": "^4.0.0",
"merge": "^2.1.1",
"minimist": "^1.2.3",
"mixin-deep": "^1.3.2",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"node-notifier": "^8.0.1",
"path-parse": "^1.0.7",
"protobufjs": "^5.0.3",
"randomatic": "^3.0.0",
"react-dom": "^16.3.3",
"set-value": "^4.0.1",
"stringstream": "^0.0.6",
"ua-parser-js": "^0.7.24",
"xmldom": "@xmldom/xmldom@0.7.3",
"y18n": "^4.0.1",
"yargs-parser": "^13.1.2"
},
"rnpm": {
"android": {
"buildPatch": " implementation project(':react-native-firebase')",
"packageImportPath": "import io.invertase.firebase.RNFirebasePackage;",
"packageInstance": "new RNFirebasePackage()"
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-firebase"
},
"lint-staged": {
"lib/**/*.js": ["eslint --fix", "git add"],
"tests/{src|lib}/**/*.js": ["eslint --fix", "git add"],
"*.{json,md,scss}": ["prettier --write", "git add"]
}
}