forked from UMC-8th-kkukmoa/front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.27 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.27 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "kkukmoa",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"prepare": "npx husky install"
},
"dependencies": {
"@gorhom/bottom-sheet": "~5.1.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.1",
"@tanstack/react-query": "^5.83.0",
"axios": "^1.11.0",
"expo": "^53.0.19",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.8",
"expo-camera": "~16.1.11",
"expo-constants": "~17.1.7",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-image": "~2.3.2",
"expo-image-picker": "~16.1.4",
"expo-linear-gradient": "^14.1.5",
"expo-linking": "~7.1.7",
"expo-location": "~18.1.6",
"expo-modules-core": "^2.5.0",
"expo-router": "~5.1.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.10",
"expo-updates": "~0.28.17",
"expo-web-browser": "~14.2.0",
"lodash.debounce": "^4.0.8",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "^0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-keychain": "^10.0.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "^15.12.1",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.3.0",
"react-native-vision-camera": "^4.7.1",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"react-navigation": "^5.0.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "19.1.0",
"@react-native-community/cli-platform-android": "19.1.0",
"@react-native-community/cli-platform-ios": "19.1.0",
"@react-native/babel-preset": "0.79.5",
"@react-native/gradle-plugin": "0.79.5",
"@react-native/metro-config": "^0.79.5",
"@react-native/typescript-config": "^0.79.5",
"@types/jest": "^29.5.13",
"@types/react": "~19.0.10",
"@types/react-native": "^0.72.8",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "~19.0.0",
"@types/styled-components-react-native": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"babel-preset-expo": "^13.2.3",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.5.1",
"husky": "^9.1.7",
"jest": "^29.6.3",
"lint-staged": "^16.1.2",
"prettier": "^3.6.0",
"react-native-svg-transformer": "^1.5.1",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"engines": {
"node": ">=18"
},
"plugins": [
"expo-build-properties",
{
"android": {
"kotlinVersion": "2.1.20"
}
}
],
"main": "expo-router/entry"
}