-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.73 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
{
"name": "Onecake_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 . --ext .js,.jsx,.ts,.tsx",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android"
},
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.4",
"@gorhom/bottom-sheet": "^4.3.2",
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^14.11.0",
"@react-native-firebase/app-distribution": "^14.11.1",
"@react-native-firebase/auth": "^14.11.0",
"@react-native-firebase/messaging": "^14.11.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"moment": "^2.29.3",
"react": "17.0.2",
"react-hook-form": "^7.32.1",
"react-native": "0.68.2",
"react-native-calendars": "^1.1284.0",
"react-native-chart-kit": "^6.12.0",
"react-native-code-push": "^7.0.4",
"react-native-date-picker": "^4.2.2",
"react-native-daum-postcode": "^1.0.11",
"react-native-gesture-handler": "^2.5.0",
"react-native-image-picker": "^4.8.4",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^5.4.24",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.13.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.2.0",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.22.2",
"react-query": "^3.39.1",
"recoil": "^0.7.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@bam.tech/react-native-make": "^3.0.3",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.67.3",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}