-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.71 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.71 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "wanderly",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"build": "",
"setup": "yarn install && mops install && cd src/ii_integration && npm install && npm run build && cd ../..",
"deploy": "dfx deploy && dfx generate"
},
"dependencies": {
"@dfinity/agent": "^1.2.0",
"@dfinity/candid": "^1.2.0",
"@dfinity/identity": "^1.2.0",
"@dfinity/principal": "^1.2.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/elements": "^1.3.30",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@rnmapbox/maps": "^10.1.33",
"burnt": "^0.12.2",
"date-fns": "^3.5.0",
"expo": "~51.0.39",
"expo-asset": "~10.0.10",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.16",
"expo-dev-client": "~4.0.29",
"expo-file-system": "~17.0.1",
"expo-image": "~1.13.0",
"expo-image-manipulator": "~12.0.5",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-location": "~17.0.1",
"expo-secure-store": "~13.0.2",
"expo-sensors": "~13.0.9",
"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",
"geolib": "^3.3.4",
"graphemer": "^1.4.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-barcode-mask": "^1.2.4",
"react-native-blob-jsi-helper": "^0.3.1",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-deck-swiper": "^2.0.17",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-gradient-shimmer": "^1.1.5",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-share": "^10.0.2",
"react-native-svg": "15.2.0",
"react-native-ui-lib": "^7.18.0",
"text-encoding": "^0.7.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.5",
"prettier-plugin-motoko": "^0.8.4"
},
"resolutions": {
"yargs": "^17"
},
"private": true
}