-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"name": "save-it",
"version": "1.0.0",
"private": true,
"main": "src/App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"typecheck": "tsc --strict --alwaysStrict --noEmit",
"lint": "eslint src --ext .ts,.tsx,.json --report-unused-disable-directives"
},
"dependencies": {
"@expo/metro-config": "^0.4.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"dotenv": "^16.0.3",
"expo": "~46.0.16",
"expo-localization": "~13.1.0",
"expo-location": "~14.3.0",
"expo-status-bar": "~1.4.0",
"firebase": "^9.13.0",
"native-base": "^3.4.21",
"phosphor-react-native": "^1.1.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-circular-progress": "^1.3.7",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@danifoldi/eslint-plugin-eslint-presets": "^1.8.3",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"eslint": "8.26.0",
"typescript": "^4.6.3"
}
}