-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 4.16 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "oeuvre-client",
"version": "1.0.2",
"scripts": {
"start": "cross-env STORYBOOK_ENABLED=false expo start --dev-client",
"start:storybook": "cross-env STORYBOOK_ENABLED=true expo start --dev-client",
"storybook": "start-storybook -p 7007",
"prestorybook": "rnstl --pattern '**/*.stories.tsx'",
"build:dev": "eas build --profile development --platform all",
"build:preview": "eas build --profile preview --platform all",
"build:production": "eas build --profile production --platform all",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-firebase/analytics": "16.5.0",
"@react-native-firebase/app": "16.5.0",
"@react-native-firebase/dynamic-links": "16.5.0",
"@react-native-google-signin/google-signin": "10.0.1",
"@react-native-seoul/kakao-login": "5.2.2",
"@react-native-seoul/masonry-list": "^1.4.1",
"@react-navigation/bottom-tabs": "6.4.0",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "6.0.13",
"@react-navigation/stack": "6.3.1",
"@shopify/react-native-skia": "0.1.192",
"axios": "0.27.2",
"expo": "~47.0.14",
"expo-apple-authentication": "~5.0.1",
"expo-application": "~5.0.1",
"expo-auth-session": "~3.8.0",
"expo-blur": "~12.0.1",
"expo-build-properties": "~0.4.1",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-linear-gradient": "~12.0.1",
"expo-linking": "~3.3.1",
"expo-media-library": "~15.0.0",
"expo-notifications": "~0.17.0",
"expo-random": "~13.0.0",
"expo-screen-orientation": "~5.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"firebase": "^9.11.0",
"lottie-react-native": "5.1.4",
"moment": "^2.29.4",
"query-string": "^8.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-draggable-flatlist": "4.0.1",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.0",
"react-native-pager-view": "6.0.1",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.12.0",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-shadow-2": "^7.0.6",
"react-native-shared-element": "0.8.8",
"react-native-svg": "13.4.0",
"react-native-swiper-flatlist": "^3.0.18",
"react-native-tab-view": "^3.3.0",
"react-native-web": "~0.18.7",
"react-navigation-shared-element": "3.1.3",
"uuid": "^9.0.0",
"zustand": "4.1.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-knobs": "5.3.21",
"@storybook/addon-links": "5.3.21",
"@storybook/addon-ondevice-actions": "5.3.23",
"@storybook/addon-ondevice-knobs": "5.3.26",
"@storybook/react-native": "5.3.25",
"@storybook/react-native-server": "5.3.23",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"babel-loader": "8.2.5",
"cross-env": "7.0.3",
"dotenv": "16.0.3",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.0.0",
"prettier": "2.7.1",
"react-native-dotenv": "3.3.1",
"react-native-storybook-loader": "2.0.5",
"typescript": "4.8.3"
},
"private": true
}