-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "@boneframework/native-components",
"version": "1.0.39",
"description": "Expo Components for Bone Framework",
"main": "src/Bone.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/boneframework/native-components.git"
},
"keywords": [
"bone",
"framework",
"boneframework",
"expo",
"react",
"native",
"reactnative"
],
"author": "Derek Stephen McLean",
"license": "MIT",
"bugs": {
"url": "https://github.com/boneframework/native-components/issues"
},
"homepage": "https://github.com/boneframework/native-components#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/netinfo": "^11.3.2",
"apisauce": "^3.0.1",
"expo-auth-session": "^5.5.2",
"expo-camera": "^15.0.13",
"expo-constants": "^16.0",
"expo-device": "^6.0.2",
"expo-image": "^1.12.13",
"expo-image-picker": "^15.0.7",
"expo-location": "~17.0.1",
"expo-notifications": "^0.28.11",
"expo-router": "^3.5.23",
"expo-secure-store": "^13.0.2",
"formik": "^2.4.6",
"jwt-decode": "^4.0.0",
"lottie-react-native": "^6.7.2",
"react": "18.2.0",
"react-native-maps": "^1.17.3",
"react-native-progress": "^5.0.1",
"toggle-switch-react-native": "^3.3.0",
"yup": "^1.4.0",
"expo-linear-gradient": "~13.0.2"
}
}