forked from XRPL-Labs/Xaman-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 5.23 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
{
"name": "xumm",
"version": "2.0.3",
"private": false,
"license": "SEE LICENSE IN <LICENSE>",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"prettier": "prettier --write `find -E src -regex \".*.(ts|tsx)\"`",
"validate": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet . && yarn run tsc",
"tsc": "NODE_OPTIONS=--max_old_space_size=12000 tsc --noEmit",
"test": "jest --forceExit --detectOpenHandles",
"update-snapshots": "jest --updateSnapshot",
"storybook": "start-storybook -p 7007",
"postinstall": "make post-install",
"prestorybook": "rnstl"
},
"dependencies": {
"@react-native-community/blur": "3.6.0",
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/netinfo": "6.0.0",
"@react-native-firebase/analytics": "11.3.2",
"@react-native-firebase/app": "11.3.2",
"@react-native-firebase/crashlytics": "11.3.2",
"@react-native-firebase/messaging": "11.3.2",
"@veriff/react-native-sdk": "2.3.2",
"bignumber.js": "9.0.1",
"fuse.js": "6.4.6",
"i18n-js": "3.8.0",
"lodash": "4.17.21",
"moment-timezone": "0.5.33",
"node-libs-browser": "2.2.1",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-camera": "3.43.6",
"react-native-device-info": "8.1.2",
"react-native-fingerprint-scanner": "6.0.0",
"react-native-interactable": "2.0.1",
"react-native-keychain": "4.0.5",
"react-native-navigation": "7.13.0",
"react-native-webview": "11.4.2",
"realm": "10.4.0",
"ripple-binary-codec": "1.1.2",
"rippled-ws-client": "1.6.4",
"tangem-sdk-react-native": "1.2.0",
"uuid": "8.3.2",
"xrpl-accountlib": "1.1.4",
"xrpl-orderbook-reader": "0.3.3",
"xrpl-tagged-address-codec": "0.2.1",
"xumm-string-decode": "0.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/runtime": "^7.12.5",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-links": "^6.1.17",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-storyshots": "^6.1.17",
"@storybook/addons": "^6.1.17",
"@storybook/react-native": "^5.3.23",
"@storybook/react-native-server": "^5.3.23",
"@types/detox": "^17.14.0",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.1",
"@types/react-native": "^0.63.48",
"@types/react-test-renderer": "^17.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-rewrite-require": "^1.14.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"coveralls": "^3.1.0",
"cucumber": "^6.0.5",
"detox": "18.12.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-native": "^3.10.0",
"eslint-plugin-spellcheck": "^0.0.17",
"eslint-plugin-typescript": "^0.14.0",
"fetch-mock": "^9.11.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.2.2",
"prettier": "^2.2.1",
"react-dom": "17.0.1",
"react-native-storybook-loader": "^2.0.2",
"react-test-renderer": "17.0.1",
"ts-jest": "^26.5.0",
"typescript": "4.1.3"
},
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/XUMM.app",
"build": "xcodebuild -workspace ios/XUMM.xcworkspace -scheme XUMM -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"device": {
"type": "iPhone 11 Pro Max"
}
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/XUMM.app",
"build": "xcodebuild -workspace ios/XUMM.xcworkspace -scheme XUMM -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"device": {
"type": "iPhone 11 Pro Max"
}
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Nexus_5X_API_28"
},
"android.emu.release": {
"binaryPath": "android/app/build/outputs/apk/release/app-release.apk",
"build": "cd android && ./gradlew app:assembleRelease app:assembleAndroidTest -DtestBuildType=release && cd ..",
"type": "android.emulator",
"name": "Nexus_5X_API_28"
}
}
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./src/components"
],
"pattern": "**/*.stories.tsx",
"outputFile": "./storybook/storyLoader.js"
}
}
}