-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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": "harpia-hockey",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"pretty": "prettier --write .",
"lint": "eslint . --ext .js --fix"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.7",
"@react-navigation/stack": "^6.3.11",
"expo": "~47.0.11",
"expo-av": "^13.0.2",
"expo-dev-client": "^2.0.1",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.17.1",
"react-native": "0.71.8",
"firebase": "^9.22.0",
"react": "18.2.0",
"react-native-dropdown-picker": "^5.4.4",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.17.0",
"react-native-paper": "^5.8.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg-charts": "^5.4.0",
"react-native-timer": "^1.3.6",
"react-navigation": "^4.4.4",
"react-native-svg": "13.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"eslint": "^8.32.0",
"eslint-config-universe": "^11.1.1",
"prettier": "^2.8.3"
},
"eslintConfig": {
"extends": "universe/native"
},
"private": true
}