forked from wahello/peerio-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
167 lines (167 loc) · 6.9 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "peeriomobile",
"version": "0.0.2",
"private": true,
"scripts": {
"postinstall": "sh scripts/setup-env.sh && npm run icebear:compile && rn-nodeify --install 'crypto, stream, process, events, vm' --hack && bash scripts/setup-rn-debugging.sh && bash scripts/copy-android-resources.sh",
"commit": "git-cz",
"code:packager": "./node_modules/react-native/packager/packager.sh --reset-cache",
"icebear:compile": "babel node_modules/peerio-icebear/src -d app/lib/peerio-icebear",
"icebear:watch": "npm run icebear:compile -- -w",
"start": "source env.sh && npm-run-all -l -p icebear:watch code:packager",
"expandoo": "source env-expandoo.sh && ./node_modules/react-native/packager/packager.sh --reset-cache",
"clean": "rm -rf ios/build",
"ios": "npm install && npm update && npm run postinstall && react-native run-ios",
"ios-dev": "react-native run-ios",
"ios-expandoo": "react-native run-ios --scheme expandoo --simulator \"iPhone 7\"",
"android": "react-native run-android",
"android-signed": "npm run build-android && bash scripts/release_android.sh",
"android-reinstall-gm": "adb shell pm uninstall -k com.peerio && adb install android/app/build/outputs/apk/app-x86-release-signed.apk",
"lint": "eslint --fix --ext .js,.jsx .",
"localize": "tx pull -af",
"release": "standard-version && git push --follow-tags origin master",
"link": "react-native link",
"build-ios-sim-debug": "cd ios && xcodebuild -project peeriomobile.xcodeproj -configuration Debug -scheme peeriomobile -destination platform='iOS Simulator,name=iPhone 6,OS=10.2' -derivedDataPath build",
"build-ios-expandoo": "cd ios && xcodebuild -scheme expandoo -configuration Debug build",
"build-ios-nocodesign": "cd ios && xcodebuild -scheme peeriomobile -configuration Debug build -sdk iphonesimulator PLATFORM_NAME=iphonesimulator",
"build-android": "cd android && ./gradlew assembleRelease && git add version.properties && git commit -m 'chore(fastlane): android fastlane' && git push",
"testrun": ". scripts/run-tests.sh",
"test": "bash scripts/setup_tests.sh && npm run testrun",
"tf-peerio": "fastlane ios beta --env=peerio",
"tf-expandoo": "fastlane ios beta --env=expandoo",
"gp-peerio": "npm run build-android && bash scripts/release_android.sh && fastlane android alpha",
"appium": "appium",
"ctags": "if [ -f .git/hooks/ctags-all ]; then .git/hooks/ctags-all; fi",
"post-checkout": "npm run ctags",
"post-commit": "npm run ctags",
"pre-push": "opt --out pre-push --exec \"npm run lint\"",
"post-merge": "opt --out post-merge --exec \"npm update\"",
"commit-msg": "validate-commit-msg"
},
"dependencies": {
"babel-cli": "^6.22.2",
"base64-js": "^1.2.0",
"blake2s-js": "1.2.2",
"bluebird": "3.4.7",
"buffer": "5.0.5",
"eventemitter3": "^2.0.2",
"events": "1.1.1",
"file-loader": "0.9.0",
"is-js": "^0.1.1",
"is_js": "0.9.0",
"linkifyjs-peerio": "^2.1.4",
"lodash": "4.17.4",
"mobx": "^3.0.2",
"mobx-react": "^4.1.0",
"moment": "^2.17.0",
"nacl-stream": "0.3.3",
"npm-run-all": "^4.0.1",
"peerio-copy": "https://github.com/PeerioTechnologies/peerio-copy.git#icebear",
"peerio-icebear": "git@github.com:PeerioTechnologies/peerio-icebear.git",
"peerio-react-native-fetch-blob": "0.10.3",
"peerio-translator": "https://github.com/PeerioTechnologies/peerio-translator.git#icebear",
"process": "^0.11.9",
"react": "15.4.2",
"react-addons-pure-render-mixin": "15.4.2",
"react-dom": "15.4.2",
"react-native": "0.42.0",
"react-native-animatable": "^1.1.0",
"react-native-cli": "*",
"react-native-crypto": "^2.0.1",
"react-native-device-info": "^0.9.9",
"react-native-file-opener": "https://github.com/PeerioTechnologies/react-native-file-opener.git",
"react-native-fs": "https://github.com/PeerioTechnologies/react-native-fs.git",
"react-native-image-picker": "https://github.com/PeerioTechnologies/react-native-image-picker",
"react-native-menu": "^0.20.2",
"react-native-picker": "4.0.18",
"react-native-push-notification": "https://github.com/zo0r/react-native-push-notification",
"react-native-randombytes": "^2.1.0",
"react-native-restart": "0.0.2",
"react-native-share": "^1.0.19",
"react-native-sound": "^0.9.0",
"react-native-sqlcipher-storage": "git+https://github.com/axsy-dev/react-native-sqlcipher-storage.git",
"react-native-touch-id-value": "1.0.2",
"react-native-vector-icons": "^4.0.0",
"readable-stream": "1.0.33",
"scrypt-async": "1.3.0",
"socket.io-client": "1.7.2",
"stream-browserify": "1.0.0",
"tweetnacl": "0.14.5",
"vm-browserify": "0.0.4"
},
"peerDependencies": {
"buffer": "^5.0.0"
},
"devDependencies": {
"appium": "1.6.3",
"authorize-ios": "^1.0.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "3.5.0",
"commitizen": "2.9.5",
"cz-conventional-changelog": "1.2.0",
"detect-indent-cli": "^1.0.1",
"eslint": "3.15.0",
"eslint-config-peerio": "*",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"glob": "^7.1.1",
"husky": "^0.13.1",
"mocha": "3.2.0",
"opt-cli": "^1.5.1",
"repeating-cli": "^2.0.0",
"rn-nodeify": "github:mvayngrib/rn-nodeify",
"semantic-release": "6.3.2",
"standard-version": "^4.0.0",
"user-home-cli": "^1.0.1",
"validate-commit-message": "3.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"helpMessage": "Convention: https://goo.gl/3TgTsh"
}
},
"react-native": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
}
}