-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.74 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
{
"name": "geolocation-utils",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"preinstall": "npx only-allow npm",
"postinstall": "npx patch-package"
},
"overrides": {
"tslib": "^2.6.1"
},
"dependencies": {
"@react-native-community/geolocation": "^3.4.0",
"@react-native-vector-icons/material-design-icons": "^13.1.1",
"@wuba/react-native-echarts": "^3.0.1",
"echarts": "^6.0.0",
"react": "19.2.3",
"react-native": "^0.85.2",
"react-native-compass-heading": "^2.0.2",
"react-native-geocoder-sdk": "^0.5.4",
"react-native-mmkv": "^4.3.1",
"react-native-nitro-modules": "^0.35.6",
"react-native-paper": "^5.15.1",
"react-native-safe-area-context": "^5.6.0",
"react-native-sensors": "^7.3.6",
"react-native-svg": "^15.15.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.3",
"@babel/runtime": "^7.29.2",
"@react-native-community/cli": "^20.1.0",
"@react-native-community/cli-platform-android": "^20.1.0",
"@react-native-community/cli-platform-ios": "^20.1.0",
"@react-native/babel-preset": "^0.85.2",
"@react-native/eslint-config": "0.85.2",
"@react-native/jest-preset": "0.85.2",
"@react-native/metro-config": "^0.85.2",
"@react-native/typescript-config": "0.85.2",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.14",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.3",
"eslint": "^9",
"jest": "^29.2.1",
"only-allow": "^1.2.2",
"patch-package": "^8.0.1",
"prettier": "3.8.3",
"react-test-renderer": "19.2.3",
"typescript": "^6.0.3"
},
"engines": {
"node": ">= 22.11.0"
}
}