-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.52 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
{
"name": "cheffi-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"debugger": "rndebugger-open",
"postinstall": "npx patch-package"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.5",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-google-signin/google-signin": "^7.0.1",
"@react-native-seoul/kakao-login": "^3.3.3",
"@react-navigation/bottom-tabs": "^5.11.13",
"@react-navigation/devtools": "^5.1.26",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.7",
"axios": "^0.21.1",
"debounce-promise": "^3.1.2",
"react": "17.0.1",
"react-hook-form": "^7.12.2",
"react-native": "^0.64.2",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^1.10.3",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-modal": "^13.0.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^2.2.3",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "^11.14.1",
"react-query": "^3.19.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/runtime": "7.14.8",
"@react-native-community/eslint-config": "2.0.0",
"@types/debounce-promise": "^3.1.4",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-native": "^0.64.12",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-redux": "^7.1.18",
"@types/react-test-renderer": "^17.0.1",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.11",
"@types/styled-components-react-native": "^5.1.1",
"babel-jest": "26.6.3",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.64.0",
"react-native-debugger-open": "^0.3.25",
"react-test-renderer": "17.0.1",
"redux-devtools-extension": "^2.13.9",
"typescript": "^4.3.5"
},
"jest": {
"preset": "react-native"
}
}