-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.36 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
{
"name": "fleximind",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.3.0",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"axios": "^1.7.2",
"expo": "^52.0.0",
"expo-asset": "~11.0.1",
"expo-av": "~15.0.1",
"expo-camera": "~16.0.7",
"expo-clipboard": "~7.0.0",
"expo-dev-client": "~5.0.4",
"expo-file-system": "~18.0.4",
"expo-image-manipulator": "~13.0.5",
"expo-media-library": "~17.0.3",
"expo-print": "~14.0.2",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.0",
"expo-speech": "~13.0.0",
"expo-status-bar": "~2.0.0",
"firebase": "^10.9.0",
"i18next": "^24.0.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^3.0.1",
"lottie-react-native": "7.1.0",
"parse-png": "^2.1.0",
"react": "18.3.1",
"react-i18next": "^15.1.0",
"react-native": "0.76.3",
"react-native-audio-recorder-player": "^3.6.10",
"react-native-awesome-alerts": "^2.0.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-draw": "^0.0.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-html-to-pdf": "^0.12.0",
"react-native-orientation-locker": "^1.7.0",
"react-native-pager-view": "^6.5.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "~4.1.0",
"react-native-signature-canvas": "^4.7.2",
"react-native-sound": "^0.11.2",
"react-native-svg": "15.8.0",
"react-native-tts": "^4.1.0",
"react-native-view-shot": "4.0.2",
"react-native-webview": "13.12.2",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.25.2"
},
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": [
"@testing-library/react-native/cleanup-after-each"
],
"verbose": true
},
"private": true
}