-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.32 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
{
"name": "@reactseals/renative-template-chat",
"title": "@reactseals/renative-template-chat",
"version": "0.3.8",
"description": "ReNative Template for Basic cross-platform chat application. iOS, Android, Web, MacOS Desktop",
"keywords": [
"android",
"ios",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"kit",
"macos",
"multiplatform",
"native",
"osx",
"react",
"react-native",
"starter",
"template",
"web"
],
"homepage": "https://github.com/reactseals/renative-template-chat#readme",
"repository": {
"type": "git",
"url": "git://github.com/reactseals/renative-template-chat.git"
},
"bugs": {
"url": "https://github.com/reactseals/renative-template-chat/issues"
},
"dependencies": {
"@react-navigation/core": "3.4.2",
"@react-navigation/native": "3.5.0",
"@react-navigation/web": "1.0.0-alpha.9",
"electron": "^5.0.2",
"electron-builder": "^21.1.1",
"firebase": "^6.1.0",
"react": "16.9.0",
"react-art": "16.9.0",
"react-dom": "16.9.0",
"react-native": "0.61.2",
"react-native-gesture-handler": "1.4.1",
"react-native-linear-gradient": "2.4.0",
"react-native-reanimated": "1.0.0-alpha.12",
"react-native-vector-icons": "6.6.0",
"react-native-web": "0.11.4",
"react-native-web-image-loader": "0.0.5",
"react-native-web-linear-gradient": "1.0.5",
"react-navigation": "3.9.2",
"react-navigation-tabs": "2.0.0-alpha.0",
"renative": "0.28.0-alpha.35",
"rnv-platform-info": "git+https://github.com/reactseals/rnv-platform-info.git"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-plugin-jest": "21.18.0",
"eslint-plugin-react": "^7.14.2",
"renative-template-hello-world": "0.28.0-alpha.35",
"rnv": "0.28.0-alpha.35",
"xcode": "2.0.0",
"ios-deploy": "https://github.com/mihaiblaga89/ios-deploy/tarball/my_master",
"electron": "5.0.2",
"electron-builder": "21.1.1"
},
"optionalDependencies": {
"ios-deploy": "https://github.com/mihaiblaga89/ios-deploy/tarball/my_master"
}
}