-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
63 lines (63 loc) · 2.39 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": "android-browser",
"version": "1.6.0",
"description": "",
"scripts": {
"dev-server": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"dev-bundle": "node node_modules/react-native/local-cli/cli.js bundle --reset-cache --platform android --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 --reset-cache --platform android --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": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliqz-oss/android-browser.git"
},
"author": "Cliqz GmbH",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cliqz-oss/android-browser/issues"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/runtime": "7.4.5",
"jetifier": "^2.0.0",
"jsc-android": "^236355.1.1",
"metro-react-native-babel-preset": "0.54.1",
"patch-package": "^6.1.2",
"react-test-renderer": "16.8.3"
},
"homepage": "https://github.com/cliqz-oss/android-browser#readme",
"dependencies": {
"@cliqz/indexeddbshim": "^4.1.2",
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/cliqz-android/v3.36/1.36.0.1f4c062.tgz",
"buffer": "5.0.7",
"core-js": "2.5.3",
"https-browserify": "1.0.0",
"number-to-locale-string": "1.1.0",
"path-browserify": "0.0.0",
"pouchdb-adapter-react-native-sqlite": "1.0.3",
"pouchdb-react-native": "6.3.4",
"react": "16.9.0",
"react-native": "0.59.8",
"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.7.5",
"react-native-sqlite-2": "1.5.0",
"react-native-user-agent": "^1.0.3",
"react-native-view-shot": "2.2.0",
"react-native-webrtc": "^1.69.1",
"stream-browserify": "2.0.1",
"stream-http": "2.7.2",
"url": "^0.11.0"
},
"resolutions": {
"**/moment": "2.19.3",
"**/caniuse-lite": "1.0.30000780",
"**/errno": "0.1.4",
"**/errno/prr": "0.0.0",
"**/fancy-log": "1.3.0",
"**/uglify-es": "3.2.1"
}
}