-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.66 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
78
79
80
{
"name": "flow-day",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-firebase/messaging": "^21.6.1",
"@react-navigation/bottom-tabs": "^7.0.11",
"@react-navigation/native": "^7.0.4",
"@react-navigation/native-stack": "^7.1.8",
"@react-navigation/stack": "^7.0.11",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"apollo-upload-client": "^18.0.1",
"axios": "^1.7.9",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "~52.0.11",
"expo-image-picker": "^16.0.3",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"jwt-decode": "^4.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-bit-swiper": "^1.1.8",
"react-native-dotenv": "^3.4.11",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-fs": "^2.20.0",
"react-native-maps": "^1.20.1",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "^15.10.1",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.19.13",
"socketjs-client": "^1.0.2",
"sockjs-client": "^1.6.1",
"styled-components": "^6.1.13",
"text-encoding": "^0.7.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.15.0",
"@react-native-community/cli": "latest",
"@react-native/typescript-config": "^0.76.3",
"@types/react": "~18.3.12",
"@types/sockjs-client": "^1.5.4",
"@types/styled-components": "^5.1.34",
"@types/text-encoding": "^0.0.40",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.15.0"
},
"private": true,
"proxy": "http://flowday.kro.kr:80"
}