-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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": "@socialize/react-native-meteor",
"version": "3.0.2",
"description": "Full Meteor Client for React Native",
"main": "dist/Meteor.js",
"scripts": {
"build": "rimraf ./dist && rollup -c",
"dev": "rollup -c -w",
"prepublish": "npm run build",
"publish-release": "npm publish --access public",
"publish-beta": "npm publish --access public --tag beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/copleykj/react-native-meteor.git"
},
"keywords": [
"ddp",
"meteor",
"react",
"react-native",
"ios",
"android"
],
"author": "Kelly Copley",
"license": "MIT",
"bugs": {
"url": "https://github.com/copleykj/react-native-meteor/issues"
},
"homepage": "https://github.com/copleykj/react-native-meteor#readme",
"dependencies": {
"base-64": "^0.1.0",
"crypto-js": "^3.3.0",
"ejson": "^2.2.0",
"minimongo-cache": "0.0.49",
"trackr": "^2.0.2",
"wolfy87-eventemitter": "^5.2.9"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.26.8",
"rollup-plugin-babel": "^4.4.0"
},
"peerDependencies": {
"react": "^16.13.1"
},
"files": [
"dist"
]
}