This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
72 lines (72 loc) · 4.06 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
71
72
{
"name": "cliqz-ios",
"version": "1.0.0",
"description": "Cliqz for iOS",
"scripts": {
"appium": "appium &",
"build": "webpack --config webpack.config.js",
"debug-channel": "sed -i '' 's/\"channel\": \".*\",$/\"channel\": \"MI99\",/' node_modules/browser-core/build/modules/core/config.js",
"start": "react-native start --reset-cache",
"dev-server": "react-native start --reset-cache",
"dev-bundle-ghostery": "react-native bundle --platform ios --entry-file ghostery.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/",
"dev-bundle-lumen": "react-native bundle --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js",
"dev-bundle-cliqz": "react-native bundle --platform ios --entry-file cliqz.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ && cp -R ./node_modules/browser-core-cliqz-ios/build/assets/ ./Cliqz/JSEngine/assets/",
"bundle-ghostery": "react-native bundle --reset-cache --platform ios --entry-file ghostery.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/",
"bundle-lumen": "react-native bundle --reset-cache --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core-lumen-ios/build/assets/ ./Cliqz/JSEngine/assets/",
"bundle-cliqz": "react-native bundle --reset-cache --platform ios --entry-file cliqz.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core-cliqz-ios/build/assets/ ./Cliqz/JSEngine/assets/",
"fix-websocket": "sed -i '' 's#<fishhook/fishhook.h>#\"fishhook.h\"#g' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m",
"fix-animation": "sed -i '' 's/#import <RCTAnimation\\/RCTValueAnimatedNode.h>/#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h",
"postinstall": "npm run fix-websocket && npm run fix-animation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliqz-oss/newCliqz-iOS.git"
},
"license": "MPL-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@cliqz/indexeddbshim": "^4.1.2",
"@cliqz/url-parser": "^1.0.2",
"@react-native-community/async-storage": "^1.6.1",
"appium": "1.9.0",
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/cliqz-ios/master/1.38.0.1b131.7bdc200.tgz",
"browser-core-cliqz-ios": "https://s3.amazonaws.com/cdncliqz/update/edge/cliqz-ios/v3.39/3.39.0.7d846ee.tgz",
"browser-core-lumen-ios": "https://s3.amazonaws.com/cdncliqz/update/edge/lumen-ios/v3.39/13.39.0.7d846ee.tgz",
"buffer": "5.0.7",
"html-entities": "^1.2.1",
"https-browserify": "1.0.0",
"page-metadata-parser": "^1.1.2",
"path-browserify": "0.0.0",
"pouchdb-adapter-react-native-sqlite": "1.0.3",
"pouchdb-react-native": "6.3.4",
"react-native": "^0.59.10",
"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.2",
"readability": "mozilla/readability#3c76104adb00eb9897517e6be6c74c6c05918dfe",
"stream-browserify": "2.0.1",
"stream-http": "2.7.2",
"url": "^0.11.0",
"wd": "1.6.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"glob": "^7.1.3",
"lodash": "^4.17.10",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"resolutions": {
"**/core-js": "2.5.1"
}
}