forked from keybase/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.84 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
{
"name": "Keybase",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"pod-install": "cd ios; pod install",
"gobuild-ios": "GO15VENDOREXPERIMENT=1 $GOPATH/bin/gomobile bind -target=ios -tags='ios' -o ios/keybase.framework github.com/keybase/client/go/loopback",
"gobuild-android": "GO15VENDOREXPERIMENT=1 $GOPATH/bin/gomobile bind -target=android -tags='android' -o android/keybaselib/keybaselib.aar github.com/keybase/client/go/loopback",
"packager-wipe-cache": "node ../shared/packager/wipe-cache.js",
"build-ios": "npm run pod-install && npm run gobuild-ios",
"watch": "npm run sync && cd ../shared && watchman-make -p '**' --make 'cd ../react-native && npm run sync && cd ../shared' -t all",
"sync": "rsync -avhW --delete --exclude='*.desktop.js' ../shared/ ./shared/",
"update-font-icon": "babel-node update-font-icon.js",
"postinstall": "npm run sync; mkdir -p node_modules/net; echo 'exports = {}' > node_modules/net/index.js; echo '{\"main\": \"index.js\"}' > node_modules/net/package.json"
},
"dependencies": {
"buffer": "4.5.1",
"framed-msgpack-rpc": "keybase/node-framed-msgpack-rpc#nojima/keybase-client-changes",
"getenv": "0.6.0",
"iced-runtime": "1.0.3",
"immutable": "3.8.1",
"lodash": "4.11.1",
"moment": "2.13.0",
"purepack": "keybase/purepack#nojima/keybase-client-changes",
"qrcode-generator": "1.0.0",
"react": "0.14.8",
"react-native": "0.24.1",
"react-native-android-permissions": "0.0.3",
"react-native-barcodescanner": "1.0.1",
"react-native-camera": "0.3.8",
"react-redux": "4.4.5",
"redux": "3.4.0",
"redux-thunk": "2.0.1",
"transit-immutable-js": "0.5.4",
"transit-js": "0.8.846",
"util": "0.10.3"
},
"devDependencies": {
"redux-logger": "2.6.1"
}
}