-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "@boneframework/native-components",
"version": "1.0.46",
"description": "Expo React Native 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": "^2.0.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/netinfo": "^11.4.1",
"apisauce": "^3.1.0",
"dayjs": "^1.11.13",
"expo-auth-session": "^6.0.0",
"expo-camera": "^16.0.5",
"expo-constants": "^17.0.3",
"expo-device": "^7.0.1",
"expo-image": "^2.0.0",
"expo-image-picker": "^16.0.2",
"expo-linear-gradient": "~14.0.1",
"expo-location": "~18.0.1",
"expo-notifications": "^0.29.8",
"expo-router": "^4.0.5",
"expo-secure-store": "^14.0.0",
"formik": "^2.4.6",
"jwt-decode": "^4.0.0",
"lottie-react-native": "^7.1.0",
"react": "18.3.1",
"react-native-gesture-handler": "^2.21.0",
"react-native-maps": "^1.20.0",
"react-native-progress": "^5.0.1",
"toggle-switch-react-native": "^3.3.0",
"yup": "^1.4.0"
}
}