This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
57 lines (57 sloc)
2.41 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", | |
| "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 ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/", | |
| "bundle": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.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/", | |
| "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/newCliqz-iOS.git" | |
| }, | |
| "license": "MPL-2.0", | |
| "dependencies": { | |
| "@cliqz/indexeddbshim": "3.4.1", | |
| "appium": "1.9.0", | |
| "browser-core": "http://cdn2.cliqz.com/update/edge/ghostery-ios/v3.31/3.31.1.6c0fcbe.tgz", | |
| "buffer": "5.0.7", | |
| "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": "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", | |
| "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.0", | |
| "babel-loader": "^7.1.2", | |
| "babel-preset-env": "^1.6.1", | |
| "babel-preset-es2015": "^6.24.1", | |
| "glob": "^7.1.2", | |
| "uglifyjs-webpack-plugin": "^1.1.6", | |
| "webpack": "^3.10.0" | |
| }, | |
| "resolutions": { | |
| "**/core-js": "2.5.1" | |
| } | |
| } |