-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.15 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.15 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
{
"name": "mars-sq-portfolio",
"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 ."
},
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.4",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/bottom-tabs": "6.5.11",
"@react-navigation/native": "6.1.9",
"@react-navigation/stack": "6.3.20",
"aws-sdk": "2.1539.0",
"axios": "^1.6.5",
"lodash": "4.17.21",
"lottie-ios": "3.2.3",
"lottie-react-native": "^5.1.6",
"minio": "7.1.3",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-3dcube-navigation": "^1.0.5",
"react-native-action-button": "^2.8.5",
"react-native-async-storage": "^0.0.1",
"react-native-document-picker": "^9.0.1",
"react-native-floating-action": "^1.22.0",
"react-native-floating-action-menu": "^1.2.4",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-picker": "^5.4.2",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^2.17.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.20.0",
"react-native-shadow-2": "^7.0.8",
"react-native-slider": "^0.11.0",
"react-native-slider-custom": "^0.11.0",
"react-native-svg": "^13.10.0",
"react-native-swipe-gestures": "1.0.5",
"react-native-swipe-list-view": "^3.2.9",
"react-native-swiper": "^1.6.0",
"react-native-swiper-flatlist": "3.2.3",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.1",
"react-native-webview": "^12.4.0",
"react-native-youtube-iframe": "^2.2.2"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.3",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}