-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
45 lines (45 loc) · 1.87 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
{
"name": "browser-ios",
"version": "1.6.0",
"description": "",
"scripts": {
"dev-server": "node node_modules/react-native/local-cli/cli.js start",
"dev-bundle": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.js --bundle-output ./JSEngine/jsengine.bundle.js --assets-dest ./JSEngine/ && cp -R ./node_modules/browser-core/build/assets/ ./JSEngine/assets/",
"bundle": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.js --bundle-output ./JSEngine/jsengine.bundle.js --assets-dest ./JSEngine/ --dev false && cp -R ./node_modules/browser-core/build/assets/ ./JSEngine/assets/",
"postinstall": "sed -i '' 's#<fishhook/fishhook.h>#\"fishhook.h\"#g' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliqz-oss/browser-ios.git"
},
"author": "Cliqz GmbH",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cliqz-oss/browser-ios/issues"
},
"homepage": "https://github.com/cliqz-oss/browser-ios#readme",
"dependencies": {
"browser-core": "http://cdn2.cliqz.com/update/edge/react-native/v3.24/3.24.5.tgz",
"buffer": "5.0.7",
"https-browserify": "1.0.0",
"path-browserify": "0.0.0",
"pouchdb-adapter-react-native-sqlite": "1.0.3",
"pouchdb-react-native": "6.3.4",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-collapsible": "0.8.1",
"react-native-device-info": "0.10.2",
"react-native-fs": "2.8.1",
"react-native-share": "1.0.23",
"react-native-snap-carousel": "3.3.4",
"react-native-sqlite-2": "1.5.0",
"react-native-view-shot": "2.2.0",
"react-native-webrtc": "1.58.3",
"stream-browserify": "2.0.1",
"stream-http": "2.7.2",
"url": "^0.11.0"
},
"resolutions": {
"**/core-js": "2.5.1"
}
}