-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
80 lines (80 loc) · 2.52 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
{
"name": "shapeshift-mobile",
"version": "3.0.0",
"private": true,
"scripts": {
"clean": "react-native-clean",
"clean:ios": "rm -rf ios/build && rm -rf ios/Pods && react-native-clean",
"android": "react-native run-android --appId 'com.shapeshift.droid_shapeshift'",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"type-check": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-hook/async": "^3.1.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.11.1",
"@seald-io/react-native-scrypt": "^1.2.3",
"bip39": "^3.0.4",
"expo": "~51.0.9",
"expo-local-authentication": "~14.0.1",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"lodash.memoize": "^4.1.2",
"lodash.once": "^4.1.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-dotenv": "latest",
"react-native-error-boundary": "latest",
"react-native-get-random-values": "~1.11.0",
"react-native-shake": "latest",
"react-native-simple-crypto": "latest",
"react-native-svg": "15.2.0",
"react-native-webview": "13.8.6",
"react-singleton-hook": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.19.3",
"@babel/runtime": "^7.19.0",
"@react-native-community/eslint-config": "^3.1.0",
"@react-native/metro-config": "0.74.83",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^28.1.8",
"@types/lodash.memoize": "^4.1.7",
"@types/lodash.once": "^4.1.7",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^6.6.0",
"babel-jest": "^28.1.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-ft-flow": "^2.0.1",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.4.0",
"metro-react-native-babel-preset": "^0.72.3",
"prettier": "^2.7.1",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"packageManager": "yarn@3.6.4"
}