forked from ajaybhatia/react-native-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.55 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
{
"name": "@ajaybhatia/react-native-meteor",
"version": "1.8.2",
"description": "Full Meteor Client for React Native",
"main": "src/Meteor.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require test/setup --recursive"
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajaybhatia/react-native-meteor.git"
},
"keywords": [
"react-component",
"ddp",
"meteor",
"react",
"react-native",
"ios",
"android"
],
"author": "Ajay Bhatia",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajaybhatia/react-native-meteor/issues"
},
"homepage": "https://github.com/ajaybhatia/react-native-meteor#readme",
"dependencies": {
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/netinfo": "^5.3.2",
"base-64": "^0.1.0",
"crypto-js": "^3.1.8",
"ejson": "^2.2.0",
"@ajaybhatia/minimongo-cache": "^0.1.3",
"prop-types": "^15.7.2",
"react-komposer": "^2.0.0",
"react-mixin": "^5.0.0",
"trackr": "^2.0.2",
"underscore": "^1.9.2",
"wolfy87-eventemitter": "^5.2.8"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-react-native": "^4.0.1",
"chai": "^4.2.0",
"husky": "^4.0.1",
"lint-staged": "^9.5.0",
"mocha": "^7.0.0",
"mock-socket": "^9.0.2",
"prettier": "1.19.1",
"sinon": "^8.0.4"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.61.5"
}
}