-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 6.21 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 6.21 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "MOIM",
"version": "1.1.0",
"private": true,
"scripts": {
"android:dev": "react-native run-android --mode=developdebug",
"android:prod": "react-native run-android --mode=productdebug",
"ios:dev": "react-native run-ios --scheme Develop",
"ios:prod": "react-native run-ios --scheme Product",
"codepush:android": "appcenter codepush release-react -a Mattehw/moim-android -d Staging -s -o ./build -m -t 1.1",
"codepush:ios": "appcenter codepush release-react -a Mattehw/moim -d Staging -s -o ./build -m -t 1.1",
"appcenter-android-key": "appcenter codepush deployment list -a Mattehw/moim-android -k",
"appcenter-ios-key": "appcenter codepush deployment list -a Mattehw/moim -k",
"start": "react-native start",
"test": "jest",
"format": "prettier --cache --write .",
"lint": "eslint --cache .",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"storybook": "STORYBOOK_ENABLED=true react-native start",
"storybook:ios": "STORYBOOK_ENABLED=true react-native run-ios",
"storybook:android": "STORYBOOK_ENABLED=true react-native run-android",
"storybook-generate": "sb-rn-get-stories --config-path .ondevice",
"storybook:web": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prestart": "rm -f node_modules/react-native-config/ios/ReactNativeConfig/GeneratedDotEnv.m node_modules/react-native-config/android/build/generated/source/buildConfig/debug/com/lugg/RNCConfig/BuildConfig.java node_modules/react-native-config/android/build/generated/source/buildConfig/release/com/lugg/RNCConfig/BuildConfig.java",
"postinstall": "patch-package"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@invertase/react-native-apple-authentication": "^2.3.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^4.5.0",
"@react-native-firebase/analytics": "^20.4.0",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@react-native-google-signin/google-signin": "^12.2.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-native-seoul/naver-login": "^4.0.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "6.4.1",
"@tanstack/react-query": "^5.51.11",
"add": "^2.0.6",
"appcenter": "5.0.1",
"appcenter-analytics": "5.0.1",
"appcenter-crashes": "5.0.1",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"moment": "^2.30.1",
"nativewind": "^2.0.11",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "^0.73.4",
"react-native-code-push": "^8.2.1",
"react-native-config": "^1.5.2",
"react-native-date-picker": "^5.0.4",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.21.0",
"react-native-gifted-charts": "^1.4.26",
"react-native-google-mobile-ads": "^14.7.2",
"react-native-image-crop-picker": "^0.41.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-pager-view": "^6.3.3",
"react-native-permissions": "^4.1.5",
"react-native-push-notification": "^8.1.1",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-react-query-devtools": "^1.3.0",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.32.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-splash-screen": "^3.3.0",
"react-native-star-rating-widget": "^1.8.0",
"react-native-svg": "^15.6.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "^0.19.10",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.4.0",
"yarn": "^1.22.22",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@eslint/js": "^9.7.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/typescript-config": "0.73.1",
"@storybook/addon-actions": "^7.6.13",
"@storybook/addon-controls": "^7.6.13",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/addon-ondevice-actions": "^7.6.15",
"@storybook/addon-ondevice-backgrounds": "^7.6.15",
"@storybook/addon-ondevice-controls": "^7.6.15",
"@storybook/addon-ondevice-notes": "^7.6.15",
"@storybook/addon-react-native-web": "^0.0.23",
"@storybook/react": "^7.6.13",
"@storybook/react-native": "^7.6.15",
"@storybook/react-webpack5": "^7.6.13",
"@storybook/testing-library": "^0.2.2",
"@types/jest": "^29.2.1",
"@types/node": "^20.14.11",
"@types/react": "^18.2.6",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.6.3",
"babel-loader": "^8.2.4",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.19.10",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "9.x",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.8.0",
"jest": "^29.6.3",
"prettier": "^3.3.3",
"react-native-reanimated": "^3.15.0",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.1.7",
"storybook": "^7.6.13",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"typescript-eslint": "^7.17.0"
},
"jest": {
"preset": "react-native"
}
}