-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.9 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
77
78
79
80
81
{
"name": "pbl6-mobile",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start --tunnel --reset-cache",
"android": "expo start --android",
"ios": "expo start --ios --reset-cache",
"web": "expo start --web",
"lint": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky install"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,css,md}": [
"npm run format"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-segmented-control/segmented-control": "^2.5.4",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.7",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"expo": "^52.0.17",
"expo-blur": "~14.0.1",
"expo-calendar": "~14.0.5",
"expo-file-system": "~18.0.4",
"expo-image-picker": "~16.0.3",
"expo-status-bar": "~2.0.0",
"fast-text-encoding": "^1.0.6",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"intl-pluralrules": "^2.0.1",
"lottie-react-native": "7.1.0",
"punycode": "^2.3.1",
"react": "18.3.1",
"react-content-loader": "^7.0.2",
"react-i18next": "^15.0.2",
"react-native": "0.76.3",
"react-native-appearance": "^0.3.4",
"react-native-date-picker": "^5.0.8",
"react-native-device-info": "^13.0.0",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-expo-image-cache": "^4.1.0",
"react-native-htmlview": "^0.17.0",
"react-native-image-picker": "^7.1.2",
"react-native-image-size": "^1.1.6",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.12.5",
"react-native-picker-select": "^9.3.1",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-safe-area-context": "4.12.0",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-swiper": "^1.6.0",
"react-native-switch": "^1.5.1",
"react-native-toast-notifications": "^3.4.0",
"react-redux": "^9.1.2",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"private": true
}