-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.3 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.3 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": "@/sunnus",
"version": "3.0.5",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"make": "expo install",
"dev": "expo start",
"dev:check": "which expo",
"doctor": "expo doctor --fix-dependencies",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build": "expo build:ios",
"ei": "eas build -p ios",
"ea": "eas build -p android",
"eb": "eas build -p all",
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx ./"
},
"dependencies": {
"@babel/preset-typescript": "^7.17.12",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"crypto-js": "3.1.9-1",
"expo": "^44.0.0",
"expo-barcode-scanner": "~11.2.0",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-location": "~14.0.1",
"expo-notifications": "~0.14.0",
"expo-permissions": "~13.1.0",
"expo-updates": "~0.11.7",
"firebase": "9.6.11",
"react": "17",
"react-dom": "17",
"react-native": "^0.64.3",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.1.0",
"react-native-maps": "0.29.4",
"react-native-pager": "^0.0.3",
"react-native-pager-view": "5.4.9",
"react-native-paper": "^4.12.1",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.3.1",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.3.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@types/crypto-js": "^4.1.1",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.17",
"@types/react-native": "~0.67.6",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"private": true
}