-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.5 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.5 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "dobby",
"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 .",
"postinstall": "npx jetify",
"devtools": "react-devtools"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/cli-debugger-ui": "^9.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-google-signin/google-signin": "^8.2.1",
"@react-native-seoul/kakao-login": "^5.2.3",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.3",
"@reduxjs/toolkit": "^1.9.0",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.2.0",
"ansi-styles": "^6.2.1",
"axios": "^0.27.2",
"babel-plugin-styled-components": "^2.0.7",
"is-arrayish": "^0.3.2",
"jetifier": "^2.0.0",
"native-base": "^3.4.22",
"react": "18.1.0",
"react-devtools": "^4.26.1",
"react-native": "0.70.4",
"react-native-dotenv": "^3.3.1",
"react-native-encrypted-storage": "^4.0.3",
"react-native-flipper": "^0.173.0",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.12.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.5.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.23.1",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^8.0.5",
"redux-flipper": "^2.0.2",
"styled-components": "^5.3.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.1.0",
"typescript": "^4.8.4",
"yarn-upgrade-all": "^0.7.1"
},
"jest": {
"preset": "react-native"
}
}