-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 3.13 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": "esthete_mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"android:dev": "react-native run-android --mode=developdebug",
"android:prod": "react-native run-android --mode=productdebug",
"ios": "react-native run-ios",
"ios:dev": "react-native run-ios --scheme Development",
"ios:prod": "react-native run-ios --scheme Production",
"lint": "eslint 'src/**/*'",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.9",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-camera-roll/camera-roll": "^7.5.2",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-native-community/geolocation": "^3.2.1",
"@react-native-google-signin/google-signin": "^12.2.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-native-seoul/masonry-list": "^1.4.2",
"@react-native-seoul/naver-login": "^4.0.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tanstack/react-query": "^5.37.1",
"axios": "^1.7.2",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-bouncy-checkbox": "^4.0.0",
"react-native-config": "^1.5.1",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-google-maps": "^1.0.0",
"react-native-image-filter-kit": "^0.8.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "^1.13.0",
"react-native-pager-view": "^6.3.1",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "^3.11.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-view-shot": "^3.8.0",
"react-native-vision-camera": "^3.9.2",
"reanimated-masonry-list": "^1.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-react-jsx-source": "^7.24.1",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@eslint/js": "^9.7.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/gl-react-native": "^3.15.8",
"@types/react": "^18.2.6",
"@types/react-query": "^1.2.9",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "9.x",
"globals": "^15.8.0",
"jest": "^29.6.3",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4",
"typescript-eslint": "^7.16.1"
},
"engines": {
"node": ">=18"
}
}