-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.33 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.33 KB
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
{
"name": "securestash",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"publish:apk": "node scripts/publish-apk.js --commit"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-documents/picker": "^10.1.7",
"@react-native-firebase/app": "^23.5.0",
"@react-native-firebase/auth": "^23.5.0",
"@react-native-firebase/firestore": "^23.5.0",
"@react-native-firebase/functions": "^23.5.0",
"@react-native-firebase/storage": "^23.5.0",
"@react-native/new-app-screen": "0.81.1",
"@react-navigation/bottom-tabs": "^7.4.9",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.3.28",
"@supabase/supabase-js": "^2.81.1",
"base64-arraybuffer": "^1.0.2",
"crypto-js": "^4.2.0",
"react": "19.1.0",
"react-native": "^0.81.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-picker": "^8.2.1",
"react-native-modal": "^13.0.1",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.17.1",
"react-native-svg": "^15.14.0",
"react-native-url-polyfill": "^3.0.0",
"react-native-vector-icons": "^10.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/runtime": "^7.28.4",
"@react-native-community/cli": "20.0.2",
"@react-native-community/cli-platform-android": "20.0.2",
"@react-native-community/cli-platform-ios": "20.0.2",
"@react-native/babel-preset": "0.81.1",
"@react-native/eslint-config": "0.81.1",
"@react-native/metro-config": "0.81.1",
"@react-native/typescript-config": "0.81.1",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.3",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.57.1",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"typescript": "^5.9.3"
},
"overrides": {
"rimraf": "^4.0.0",
"glob": "^9.0.0"
},
"engines": {
"node": ">=20"
}
}