-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.64 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "safenotesclean",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/hooks": "^100.1.0",
"@react-native-community/slider": "4.5.6",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"@supabase/supabase-js": "^2.49.8",
"buffer": "^6.0.3",
"dom-serializer": "^2.0.0",
"dotenv": "^16.5.0",
"expo": "~53.0.9",
"expo-av": "~15.1.4",
"expo-camera": "~16.1.6",
"expo-constants": "~17.1.6",
"expo-crypto": "~14.1.4",
"expo-device": "~7.1.4",
"expo-document-picker": "~13.1.5",
"expo-file-system": "~18.1.10",
"expo-haptics": "~14.1.4",
"expo-image-picker": "~16.1.4",
"expo-linking": "~7.1.5",
"expo-location": "~18.1.5",
"expo-media-library": "~17.1.6",
"expo-secure-store": "~14.2.3",
"expo-sms": "~13.1.4",
"expo-splash-screen": "~0.30.8",
"expo-status-bar": "~2.2.3",
"express": "^5.1.0",
"htmlparser2": "^10.0.0",
"lodash.debounce": "^4.0.8",
"lucide-react-native": "^0.511.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.24.0",
"react-native-markdown-display": "^7.0.2",
"react-native-mime-types": "^2.5.0",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "^15.11.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.3",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^11.1.0",
"expo-local-authentication": "~16.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest",
"eslint": "^9.27.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"prettier": "^3.5.3"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sqonky1/SafeNotes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sqonky1/SafeNotes/issues"
},
"homepage": "https://github.com/sqonky1/SafeNotes#readme",
"description": ""
}