-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.54 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "modutaxi",
"version": "0.0.1",
"private": true,
"scripts": {
"ios:dev": "react-native run-ios --scheme Develop --simulator=\"iPhone 13 mini\"",
"ios:prod": "react-native run-ios --scheme Production --simulator=\"iPhone 13 mini\"",
"lint": "eslint .",
"format": "prettier --cache --write .",
"tsc": "tsc -p tsconfig.json --noEmit",
"start": "react-native start",
"prepare": "husky"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.9",
"@gorhom/bottom-sheet": "^4.6.1",
"@invertase/react-native-apple-authentication": "^2.3.0",
"@mj-studio/react-native-naver-map": "^1.2.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/geolocation": "^3.2.1",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/messaging": "^19.2.2",
"@react-native-seoul/kakao-login": "^5.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@sentry/react-native": "^5.22.0",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.29.2",
"@types/sockjs-client": "^1.5.4",
"@types/text-encoding": "^0.0.39",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"i": "^0.3.7",
"lottie-react-native": "^6.7.2",
"nativewind": "2.0.10",
"npm": "^10.7.0",
"react": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "0.73.5",
"react-native-config": "1.4.6",
"react-native-date-picker": "^5.0.0",
"react-native-device-info": "^11.1.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.16.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-picker": "^7.1.2",
"react-native-image-viewing": "^0.2.2",
"react-native-month-year-picker": "^1.9.0",
"react-native-permissions": "^4.1.4",
"react-native-reanimated": "^3.8.1",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-toast-message": "^2.2.0",
"recoil": "^0.7.7",
"sockjs-client": "^1.6.1",
"text-encoding": "^0.7.0",
"typescript": "5.0.4",
"ws": "^8.16.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "^0.73.1",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.7",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.12.1",
"husky": "^9.0.11",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2"
},
"engines": {
"node": ">=18"
}
}