This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
72 lines (72 sloc)
4.06 KB
| { | |
| "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" | |
| } | |
| } |