-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.85 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
{
"name": "lissen-mobile",
"version": "0.1.4",
"main": "./src/index.js",
"repository": {
"url": "https://github.com/0x0is1/lissen-mobile"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build": "eas build --profile preview --platform android",
"build:dev": "eas build --profile development --platform android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/progress-bar-android": "^1.0.5",
"@react-native-community/slider": "^4.5.2",
"@react-native-picker/picker": "2.7.5",
"@react-native-seoul/masonry-list": "^1.4.2",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.3",
"expo": "~51.0.34",
"expo-dev-client": "~4.0.27",
"expo-font": "^12.0.10",
"expo-status-bar": "~1.12.1",
"expo-updates": "^0.25.27",
"html-entities": "^2.5.2",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.4.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-masonry-list": "^2.16.2",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^15.2.0",
"react-native-switch-selector": "^2.3.0",
"react-native-track-player": "^4.1.1",
"react-native-vector-icons": "^10.1.0",
"rn-circular-slider": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "^6.4.18",
"jest": "^29.7.0"
},
"private": true
}