-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (54 loc) · 1.34 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
{
"name": "@ajaybhatia/react-native-meteor",
"version": "2.1.0",
"description": "Full Meteor Client for React Native",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ajaybhatia/react-native-meteor.git"
},
"keywords": [
"react-component",
"ddp",
"meteor",
"react",
"react-native",
"ios",
"android"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ajaybhatia/react-native-meteor/issues"
},
"homepage": "https://github.com/ajaybhatia/react-native-meteor#readme",
"dependencies": {
"@ajaybhatia/minimongo-cache": "^0.1.3",
"@babel/runtime": "^7.9.6",
"base-64": "^0.1.0",
"crypto-js": "^3.1.6",
"ejson": "^2.1.2",
"node-require-fallback": "^1.0.0",
"prop-types": "^15.5.10",
"underscore": "^1.8.3",
"wolfy87-eventemitter": "^4.3.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-react-native": "^4.0.0",
"chai": "^3.5.0",
"husky": "^0.14.3",
"lint-staged": "^7.1.2",
"mocha": "^2.4.5",
"mock-socket": "^2.0.0",
"prettier": "1.12.1",
"sinon": "^1.17.3"
},
"optionalDependencies": {
"@react-native-async-storage/async-storage": ">=1.8.1"
},
"peerDependencies": {
"@react-native-community/netinfo": "*",
"react": "*",
"react-native": ">= 0.60.0"
}
}