98 lines
4.3 KiB
JSON
98 lines
4.3 KiB
JSON
{
|
|
"name": "StatusIm-Desktop",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"prepare": "patch-package"
|
|
},
|
|
"desktopExternalModules": [
|
|
"node_modules/react-native-languages/desktop",
|
|
"node_modules/react-native-config/desktop",
|
|
"node_modules/react-native-fs/desktop",
|
|
"node_modules/react-native-webview-bridge/desktop",
|
|
"node_modules/react-native-keychain/desktop",
|
|
"modules/react-native-status/desktop",
|
|
"modules/react-native-desktop-linking/desktop",
|
|
"modules/react-native-desktop-menu/desktop",
|
|
"modules/react-native-desktop-config/desktop",
|
|
"modules/react-native-desktop-shortcuts/desktop",
|
|
"modules/react-native-desktop-notification/desktop",
|
|
"node_modules/google-breakpad"
|
|
],
|
|
"desktopFonts": [
|
|
"../../../../../resources/fonts/Inter-BlackItalic.otf",
|
|
"../../../../../resources/fonts/Inter-Black.otf",
|
|
"../../../../../resources/fonts/Inter-BoldItalic.otf",
|
|
"../../../../../resources/fonts/Inter-Bold.otf",
|
|
"../../../../../resources/fonts/Inter-ExtraBoldItalic.otf",
|
|
"../../../../../resources/fonts/Inter-ExtraBold.otf",
|
|
"../../../../../resources/fonts/Inter-ExtraLight-BETA.otf",
|
|
"../../../../../resources/fonts/Inter-ExtraLightItalic-BETA.otf",
|
|
"../../../../../resources/fonts/Inter-Italic.otf",
|
|
"../../../../../resources/fonts/Inter-Light-BETA.otf",
|
|
"../../../../../resources/fonts/Inter-LightItalic-BETA.otf",
|
|
"../../../../../resources/fonts/Inter-MediumItalic.otf",
|
|
"../../../../../resources/fonts/Inter-Medium.otf",
|
|
"../../../../../resources/fonts/Inter-Regular.otf",
|
|
"../../../../../resources/fonts/Inter-SemiBoldItalic.otf",
|
|
"../../../../../resources/fonts/Inter-SemiBold.otf",
|
|
"../../../../../resources/fonts/Inter-Thin-BETA.otf",
|
|
"../../../../../resources/fonts/Inter-ThinItalic-BETA.otf"
|
|
],
|
|
"dependencies": {
|
|
"assert": "1.4.1",
|
|
"babel-preset-react-native": "5.0.2",
|
|
"bignumber.js": "git+https://github.com/status-im/bignumber.js.git#v4.0.2-status",
|
|
"buffer": "3.6.0",
|
|
"chance": "1.0.12",
|
|
"create-react-class": "15.6.2",
|
|
"emojilib": "2.2.9",
|
|
"eth-phishing-detect": "1.1.13",
|
|
"events": "1.1.1",
|
|
"google-breakpad": "git+https://github.com/status-im/google-breakpad.git#v0.9.0",
|
|
"hi-base32": "0.5.0",
|
|
"i18n-js": "^3.1.0",
|
|
"identicon.js": "git+https://github.com/status-im/identicon.js.git#v1.2.1-status",
|
|
"metro": "^0.48.1",
|
|
"metro-react-native-babel-preset": "0.45.6",
|
|
"nfc-react-native": "git+https://github.com/status-im/nfc-react-native.git#v0.3.8-status",
|
|
"qrcode": "^1.4.1",
|
|
"react": "16.6.1",
|
|
"react-dom": "16.4.2",
|
|
"react-native": "git+https://github.com/status-im/react-native-desktop.git#v0.57.8_10",
|
|
"react-native-background-timer": "2.0.0",
|
|
"react-native-camera": "0.10.0",
|
|
"react-native-config": "git+https://github.com/status-im/react-native-config.git#v0.11.2-status",
|
|
"react-native-dialogs": "0.0.20",
|
|
"react-native-fetch-polyfill": "1.1.2",
|
|
"react-native-fs": "git+https://github.com/status-im/react-native-fs.git#v2.9.7-status",
|
|
"react-native-image-crop-picker": "0.18.1",
|
|
"react-native-image-resizer": "1.0.0",
|
|
"react-native-keychain": "git+https://github.com/status-im/react-native-keychain.git#v.3.0.0-4-status",
|
|
"react-native-languages": "git+https://github.com/status-im/react-native-languages.git#v0.1.1-status",
|
|
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
|
|
"react-native-os": "1.1.0",
|
|
"react-native-splash-screen": "3.0.6",
|
|
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#0.33.16-status-rn049-desktop",
|
|
"react-navigation": "^2.12.1",
|
|
"status-conan": "git+https://github.com/status-im/status-conan.git#v1.0.0",
|
|
"web3-utils": "1.0.0-beta.36"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.1",
|
|
"@babel/generator": "7.0.0",
|
|
"@babel/helper-builder-react-jsx": "7.0.0",
|
|
"@babel/plugin-transform-block-scoping": "7.0.0",
|
|
"@babel/preset-env": "7.1.0",
|
|
"@babel/register": "7.0.0",
|
|
"coveralls": "^3.0.4",
|
|
"nyc": "^14.1.1",
|
|
"patch-package": "^5.1.1",
|
|
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status"
|
|
},
|
|
"optionalDependencies": {
|
|
"appdmg": "^0.5.2"
|
|
}
|
|
}
|