-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.98 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
81
82
83
84
85
86
87
88
89
90
{
"name": "1001km",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watch --coverage=false --changedSince=origin/develop",
"testDebug": "jest -o --watch --coverage=false",
"testFinal": "jest",
"updateSnapshot": "jest -u",
"lint": "npm run lint:expo && npm run lint:tsc",
"lint:tsc": "tsc --noEmit",
"lint:expo": "expo lint",
"lint:fix": "eslint --fix --ext .ts,.tsx,.js .",
"postinstall": "patch-package"
},
"dependencies": {
"@eva-design/eva": "^2.2.0",
"@expo/vector-icons": "^14.0.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@morrowdigital/watermelondb-expo-plugin": "^2.3.3",
"@nozbe/watermelondb": "^0.27.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-navigation/native": "^6.0.2",
"@rnmapbox/maps": "^10.1.33",
"@turf/helpers": "^7.1.0",
"@turf/turf": "^7.2.0",
"@types/geojson": "^7946.0.15",
"@ui-kitten/components": "^5.3.1",
"date-fns": "^4.1.0",
"expo": "~51.0.39",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-dev-client": "4.0.28",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.19",
"expo-router": "~3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"expo-updates": "~0.25.27",
"expo-web-browser": "~13.0.3",
"geojson-validation": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-share": "^12.0.3",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"rn-faded-scrollview": "^1.0.13",
"ts-linked-list": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.9.0",
"@types/geojson-validation": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "~18.2.45",
"@types/react-native-maps": "^0.24.1",
"better-sqlite3": "^11.6.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-testing-library": "^7.0.0",
"jest": "^29.7.0",
"jest-expo": "~51.0.3",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"typescript": "~5.3.3"
},
"private": true
}