-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.84 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nivelesdeniveles",
"version": "2.5.9",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"splashcon": "react-native set-icon --path ./public/icon.png && react-native set-splash --path ./public/splash.png --background \"#F1EEFF\"",
"postinstall": "react-native setup-ios-permissions && pod-install",
"cloc-src": "npx cloc --exclude-dir=node_modules,docs,.bundle,__tests__,package.json,package-lock.json,ios,android --fullpath --not-match-d=web/node_modules ."
},
"dependencies": {
"@bam.tech/react-native-make": "^3.0.0",
"@mak12/react-native-background-geolocation": "^0.7.7",
"@powerdesigninc/react-native-prompt": "^0.1.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native-community/geolocation": "^3.1.0",
"@react-native-community/netinfo": "^11.1.0",
"axios": "^1.6.0",
"crypto-es": "^2.1.0",
"jsc-android": "^250231.0.0",
"nativewind": "^2.0.11",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-config": "^1.5.1",
"react-native-country-codes-picker": "^2.3.4",
"react-native-fs": "^2.20.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localization": "^2.3.2",
"react-native-maps": "^1.8.0",
"react-native-onesignal": "^5.0.2",
"react-native-permissions": "^3.10.1",
"react-native-rename": "^3.2.13",
"react-native-safe-area-context": "^4.13.1",
"react-native-splash-screen": "^3.3.0",
"react-native-vector-icons": "^10.0.1",
"react-native-vision-camera": "^4.6.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.17",
"@types/react-test-renderer": "^18.0.6",
"babel-jest": "^29.6.3",
"eslint": "^8.53.0",
"jest": "^29.6.3",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "0.77.0",
"pod-install": "^0.1.39",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "5.2.2"
},
"engines": {
"node": ">=18"
},
"reactNativePermissionsIOS": [
"LocationAlways",
"LocationAccuracy",
"LocationWhenInUse",
"Notifications",
"Camera"
]
}