-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
{
"name": "fish",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/slider": "^5.1.1",
"@sentry/react-native": "^7.6.0",
"@shopify/react-native-skia": "^2.3.10",
"@types/qrcode": "^1.5.6",
"date-fns": "^4.1.0",
"expo": "~54.0.23",
"expo-av": "^16.0.7",
"expo-constants": "^18.0.10",
"expo-file-system": "^19.0.17",
"expo-haptics": "~14.0.0",
"expo-image-manipulator": "^14.0.7",
"expo-image-picker": "~15.0.0",
"expo-media-library": "^18.2.0",
"expo-notifications": "^0.28.19",
"expo-sharing": "^14.0.7",
"expo-status-bar": "~3.0.8",
"qrcode": "^1.5.4",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.29.1",
"react-native-purchases": "^9.6.4",
"react-native-reanimated": "^4.1.5",
"react-native-svg": "^15.14.0",
"react-native-view-shot": "^4.0.3",
"simplex-noise": "^4.0.3"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/react": "~19.1.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.2"
},
"private": true
}