-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
90 lines (90 loc) · 3.43 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
{
"name": "Sifir",
"version": "0.0.3",
"private": true,
"scripts": {
"android": "./node_modules/react-native/cli.js run-android",
"ios": "react-native run-ios",
"start": "./node_modules/react-native/cli.js start",
"test": "jest",
"lint": "eslint . --fix",
"clean": "rm -rf node_modules/ package-lock.json /tmp/metro-cache",
"debug:connect": "adb reverse tcp:8097 tcp:8097",
"android:release": "./node_modules/react-native/cli.js run-android --variant=release",
"android:apk": "cd android && ./gradlew assembleRelease && cd app/build/outputs/apk/release && cp app-release.apk sifir-android-app-release-$(git log | head -n 1 | awk '{print substr($2,1,6)}').apk",
"usb": "adb reverse tcp:8081 tcp:8081"
},
"dependencies": {
"@nozbe/watermelondb": "^0.16.0",
"@nozbe/with-observables": "^1.0.5",
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/cli": "^3.1.0",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-navigation/native": "^5.0.0",
"@react-navigation/native-stack": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@tradle/react-native-http": "^2.0.1",
"axios": "^0.19.0",
"base-64": "^0.1.0",
"bolt11": "^1.2.7",
"browserify": "^16.5.0",
"cyphernode-js-sdk-transports": "git+https://git@github.com/gabidi/cyphernode-js-sdk-transports.git#feature/rn",
"d3-scale": "^3.2.1",
"moment": "^2.24.0",
"node-libs-react-native": "^1.0.3",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-androw": "0.0.34",
"react-native-animatable": "^1.3.3",
"react-native-camera": "^3.17.0",
"react-native-crypto": "^2.2.0",
"react-native-elements": "^1.2.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal-overlay": "^1.3.1",
"react-native-nav": "^2.0.2",
"react-native-permissions": "^2.0.3",
"react-native-qrcode-scanner": "^1.2.3",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0",
"react-native-sensitive-info": "^5.5.3",
"react-native-share": "^2.0.0",
"react-native-slider": "^0.11.0",
"react-native-sliding-up-down-panels": "^1.0.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-swipe-up-down": "^1.0.7",
"react-native-swipeout": "^2.3.6",
"react-native-tab-view": "^2.14.0",
"react-native-v8": "^0.61.5-patch.2",
"react-native-vector-icons": "^6.6.0",
"react-navigation-transitions": "^1.0.12",
"react-redux": "^7.1.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.20",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"sifir-js-sdk": "git+https://git@github.com/Sifir-io/sifir-js-sdk.git#master",
"svg-path-properties": "^1.0.4",
"uuid": "^3.4.0",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/runtime": "^7.6.3",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.5.1",
"eslint-plugin-import": "^2.19.1",
"jest": "^24.9.0",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.56.0"
},
"jest": {
"preset": "react-native"
}
}