-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.05 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
56
57
58
59
60
61
62
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"eas-build-pre-install": "echo $GOOGLE_PLAY_API_KEY | base64 --decode > ./google-api-key.json",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"dotenv": "^16.3.1",
"expo": "~49.0.15",
"expo-barcode-scanner": "~12.5.3",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-media-library": "~15.4.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-easy-grid": "^0.2.2",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.14.0",
"react-native-maps": "1.7.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "^4.8.1",
"react-native-screens": "^3.29.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^3.5.2",
"react-native-view-shot": "^3.8.0",
"expo-dev-client": "~2.4.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"<rootDir>/jestSetup.js"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|@react-native-seoul/masonry-list|victory-*|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"private": true,
"name": "device-management-app",
"version": "1.0.0"
}