-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "finally",
"version": "0.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build": "eas build -p android --profile production"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/slider": "4.2.4",
"@react-navigation/native": "^6.0.16",
"@react-navigation/native-stack": "^6.9.4",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.0",
"delay": "^5.0.0",
"events": "^3.3.0",
"expo": "^47.0.8",
"expo-file-system": "^15.1.1",
"expo-font": "^11.0.1",
"expo-image-picker": "^14.0.2",
"expo-linear-gradient": "^12.0.1",
"expo-location": "^15.0.1",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "~1.4.2",
"floor": "^0.0.0",
"form-data": "^4.0.0",
"nativewind": "^2.0.11",
"postcss": "8.0.9",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-dropdown-select-list": "^2.0.2",
"react-native-maps": "^1.3.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-redux": "^8.0.5",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"react-native-dotenv": "^3.4.2",
"tailwindcss": "^3.2.4"
},
"private": true
}