-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.35 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.35 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
{
"name": "ukit",
"version": "5.6.1",
"description": "Ukit",
"author": "KAELab",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"build:android": "eas build -p android --profile preview",
"build:ios": "eas build -p ios --profile preview",
"lint": "eslint .",
"prepare": "husky",
"commit": "cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@expo-google-fonts/montserrat": "^0.1.0",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/drawer": "^7.8.1",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.13.0",
"@react-navigation/stack": "^7.7.2",
"axios": "^1.13.5",
"dotenv": "^10.0.0",
"expo": "^54.0.33",
"expo-application": "~7.0.8",
"expo-asset": "~12.0.12",
"expo-background-fetch": "~14.0.9",
"expo-calendar": "~15.0.8",
"expo-constants": "~18.0.13",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-location": "~19.0.8",
"expo-splash-screen": "~31.0.13",
"expo-task-manager": "~14.0.9",
"expo-updates": "~29.0.16",
"expo-web-browser": "~15.0.10",
"html-entities": "^2.3.2",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"qs": "^6.10.1",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-collapsible": "^1.6.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-root-siblings": "^5.0.1",
"react-native-root-toast": "^4.0.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-textinput-effects": "^0.6.1",
"react-native-webview": "^13.15.0",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"babel-preset-expo": "^54.0.10",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"prettier": "^1.14.2"
}
}