-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "pinpad-client-maplibre",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"start:tiles": "serve -s ./assets/tiles -p 8080",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"test:maestro": "maestro test tests/*.yaml",
"test:maestro:ios": "bash tests/test-ios.sh",
"test:maestro:android": "bash tests/test-android.sh",
"generate-test-data": "cd assets && zip -r test.drift tiles"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.30.1",
"@maplibre/maplibre-react-native": "^10.0.0-alpha.26",
"@react-navigation/native": "^7.0.0",
"expo": "~52.0.11",
"expo-asset": "~11.0.1",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.3",
"expo-font": "~13.0.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.9",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-web-browser": "~14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-web": "~0.19.13",
"react-native-zip-archive": "^7.0.1",
"serve": "^14.2.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "latest",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"maestro-cli": "^1.1.10",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}