-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
120 lines (120 loc) · 4.39 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
{
"name": "Pine",
"version": "1.3.6",
"private": true,
"author": "Timothy Engqvist Johansson <[email protected]>",
"website": "https://pine.pm",
"copyright": "© 2022 Blockfirm AB",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/blockfirm/pine-app.git"
},
"bugs": "https://github.com/blockfirm/pine-app/issues",
"scripts": {
"start": "react-native start",
"test": "TZ='Europe/Stockholm' jest --forceExit --maxWorkers=4",
"test-coverage": "TZ='Europe/Stockholm' jest --coverage --forceExit --maxWorkers=4",
"lint": "./node_modules/.bin/eslint --ext .js index.js src/ __tests__/ __mocks__/",
"coveralls": "npm run test-coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls"
},
"dependencies": {
"@react-native-community/art": "^1.0.1",
"@react-native-community/async-storage": "^1.5.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.1",
"@react-native-community/netinfo": "^4.1.1",
"@react-native-community/push-notification-ios": "^1.0.2",
"assert": "^1.4.1",
"bip21": "^2.0.2",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.0.0",
"bolt11": "^1.2.7",
"bs58check": "^2.1.2",
"buffer": "^5.1.0",
"coinselect": "^3.1.11",
"create-hash": "^1.2.0",
"deepmerge": "^2.1.0",
"elliptic": "^6.4.1",
"eventemitter3": "^4.0.0",
"events": "^3.0.0",
"hoist-non-react-statics": "^3.3.1",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"process": "^0.11.10",
"react": "16.9.0",
"react-apple-easing": "^0.0.2",
"react-native": "0.61.4",
"react-native-appearance": "^0.3.1",
"react-native-background-fetch": "^2.6.0",
"react-native-begin-background-task": "git+https://github.com/blockfirm/react-native-begin-background-task.git",
"react-native-camera": "^3.30.0",
"react-native-crypto": "^2.1.2",
"react-native-fast-image": "^6.0.3",
"react-native-haptic": "^1.0.9",
"react-native-icloud-account-status": "^1.0.2",
"react-native-icloudstore": "^0.9.0",
"react-native-image-crop-picker": "^0.25.0",
"react-native-image-picker": "^1.1.0",
"react-native-iphone-x-helper": "^1.0.2",
"react-native-keep-awake": "^4.0.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-keychain": "^3.0.0-rc.3",
"react-native-linear-gradient": "^2.4.2",
"react-native-permissions": "^2.1.5",
"react-native-qrcode-svg": "^5.3.2",
"react-native-randombytes": "^3.0.0",
"react-native-search-bar": "^3.5.1",
"react-native-section-list-get-item-layout": "^2.2.3",
"react-native-static-safe-area-insets": "^1.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "9.13.3",
"react-native-tooltip": "git+https://github.com/blockfirm/react-native-tooltip.git",
"react-native-touch-id": "git+https://github.com/blockfirm/react-native-touch-id.git",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.18.2",
"react-navigation-redux-helpers": "^2.0.8",
"react-redux": "^5.0.7",
"readable-stream": "^3.0.6",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"secp256k1": "^3.6.1",
"uuid": "^3.2.1",
"vm-browserify": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime": "^7.6.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-rewrite-require": "^1.14.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"coveralls": "^3.0.2",
"eslint": "^5.8.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-react": "^7.7.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"reactotron-react-native": "^2.1.0"
},
"resolutions": {
"react-navigation/react-native-safe-area-view": "git+https://github.com/blockfirm/react-native-safe-area-view.git"
},
"jest": {
"preset": "react-native",
"testRegex": "(/__tests__/.*(\\.|/)(test|spec))\\.jsx?$",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation)"
],
"setupFiles": [
"./__tests__/setup.js"
]
}
}