-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 6.92 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
{
"name": "peeriomobile",
"version": "3.278.0",
"private": true,
"scripts": {
"postinstall": "./scripts/setup-env.sh && npm run icebear:compile && ./scripts/setup-rn-debugging.sh && ./scripts/copy-android-resources.sh && ./scripts/android-switch-to-rn-fork.sh && node scripts/test-deps.js",
"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 && cp -r node_modules/peerio-icebear/src/copy app/lib/peerio-icebear/ && bash ./scripts/remove-require-crypto.sh",
"icebear:watch": "npm run icebear:compile -- -w",
"start": "npm link peerio-icebear && source env.sh && npm run icebear:compile && npm run code:packager",
"expandoo": "source env-expandoo.sh && ./node_modules/react-native/packager/packager.sh --reset-cache",
"clean": "rm -rf ios/build",
"ios": "react-native run-ios",
"ios-dev": "react-native run-ios",
"android": "react-native run-android",
"android-signed": "npm run build-android && ./scripts/release_android.sh",
"lint": "eslint --fix --ext .js,.jsx .",
"localize": "tx pull -af",
"release": "standard-version -r minor && git push --follow-tags origin",
"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-android": "cd android && ./gradlew assembleRelease && git add version.properties && git commit -m 'chore(fastlane): android fastlane' && git push",
"build-android-debug": "cd android && ./gradlew assembleDebug",
"test": "./scripts/setup_tests.sh && ./scripts/run-tests.sh",
"cucumber": "source env.sh && ./scripts/cucumber.sh",
"test-ios": "source env.sh && cucumberjs test/spec/contacts/contacts.feature -r test/code -f node_modules/cucumber-pretty --world-parameters '{\"platform\": \"ios\"}'",
"test-android": "source env.sh && cucumberjs test/spec/contacts/contacts.feature -r test/code -f node_modules/cucumber-pretty --world-parameters '{\"platform\": \"android\"}'",
"gp-peerio": "npm run build-android && bash scripts/release_android.sh && fastlane android alpha",
"commit-msg": "validate-commit-msg"
},
"dependencies": {
"babel-cli": "6.26.0",
"base64-js": "1.2.0",
"blake2s-js": "1.2.3",
"bluebird": "3.5.1",
"buffer": "5.0.8",
"capitalize": "1.0.0",
"eslint": "4.19.1",
"eventemitter3": "3.1.0",
"events": "1.1.1",
"file-loader": "0.9.0",
"is-js": "0.1.1",
"is_js": "0.9.0",
"json-stringify-safe": "5.0.1",
"linkifyjs": "github:PeerioTechnologies/linkifyjs",
"lodash": "4.17.10",
"lru-cache": "4.1.2",
"mkdirp": "0.5.1",
"mobx": "3.5.1",
"mobx-react": "4.3.4",
"moment": "2.22.1",
"path": "0.12.7",
"pbkdf2": "github:PeerioTechnologies/pbkdf2",
"peerio-copy": "github:PeerioTechnologies/peerio-copy#icebear",
"peerio-icebear": "github:PeerioTechnologies/peerio-icebear#dev",
"peerio-translator": "github:PeerioTechnologies/peerio-translator#v1.0.0",
"process": "0.11.9",
"prop-types": "15.5.10",
"random-words": "0.0.1",
"randomstring": "1.1.5",
"react": "16.0.0-alpha.12",
"react-addons-pure-render-mixin": "15.5.2",
"react-dom": "16.0.0-alpha.6",
"react-native": "github:PeerioTechnologies/react-native#0.45",
"react-native-actionsheet": "2.3.0",
"react-native-animatable": "1.1.0",
"react-native-billing": "2.3.0",
"react-native-cli": "2.0.1",
"react-native-contacts": "github:PeerioTechnologies/react-native-contacts",
"react-native-device-info": "github:PeerioTechnologies/react-native-device-info",
"react-native-file-opener": "github:PeerioTechnologies/react-native-file-opener#52a0ae7",
"react-native-file-picker": "github:PeerioTechnologies/react-native-file-picker-clean",
"react-native-fs": "github:PeerioTechnologies/react-native-fs",
"react-native-image-crop-picker": "github:PeerioTechnologies/react-native-image-crop-picker",
"react-native-image-picker": "github:PeerioTechnologies/react-native-image-picker",
"react-native-in-app-utils": "github:chirag04/react-native-in-app-utils",
"react-native-linear-gradient": "2.0.0",
"react-native-mail": "3.0.1",
"react-native-menu": "0.21.0",
"react-native-popup-menu": "0.8.4",
"react-native-privacy-snapshot": "github:PeerioTechnologies/react-native-privacy-snapshot",
"react-native-push-notification": "3.0.0",
"react-native-randombytes": "2.1.0",
"react-native-restart": "github:PeerioTechnologies/react-native-restart",
"react-native-section-list-get-item-layout": "2.2.2",
"react-native-share": "1.0.19",
"react-native-sound": "github:PeerioTechnologies/react-native-sound#fix-android-notification-sound",
"react-native-sqlcipher-storage": "github:PeerioTechnologies/react-native-sqlcipher-storage",
"react-native-vector-icons": "4.0.0",
"react-native-view-shot": "github:PeerioTechnologies/react-native-view-shot",
"rimraf": "2.6.2",
"safe-json-stringify": "1.1.0",
"scrypt-async": "2.0.0",
"socket.io-client": "2.1.0",
"tweetnacl": "1.0.0",
"url-regex": "4.1.1"
},
"devDependencies": {
"appium": "1.7.1",
"authorize-ios": "1.0.4",
"babel-eslint": "8.2.3",
"babel-plugin-console-kungfu": "github:PeerioTechnologies/babel-plugin-console-kungfu#v1.0.0",
"babel-plugin-transform-async-to-bluebird": "1.1.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-exponentiation-operator": "6.24.1",
"babel-plugin-transform-inline-environment-variables": "6.8.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "3.5.0",
"commitizen": "2.9.6",
"cucumber": "3.1.0",
"cucumber-html-reporter": "4.0.2",
"cucumber-pretty": "0.0.5",
"cz-conventional-changelog": "2.1.0",
"detect-indent-cli": "1.0.1",
"eslint-config-peerio": "1.21.7",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-react": "7.6.1",
"glob": "7.1.1",
"husky": "0.14.3",
"madge": "1.6.0",
"mocha": "3.2.0",
"npm-run-all": "4.1.2",
"opt-cli": "1.6.0",
"otplib": "7.0.0",
"repeating-cli": "2.0.0",
"sinon": "1.17.7",
"sinon-chai": "2.14.0",
"standard-version": "4.0.0",
"user-home-cli": "1.0.1",
"validate-commit-message": "3.0.1",
"webdriverio": "4.9.10"
},
"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"
}
}
}