forked from functionland/fx-fotos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@functionland/photos",
"main": "node_modules/expo/AppEntry.js",
"version": "0.8.5",
"description": "Media Gallery",
"keywords": [
"media",
"gallery",
"google photo",
"google photo clone",
"react native gallery",
"photo gallery",
"media gallery",
"google photos",
"GPhotos",
"react-native gallery",
"react native photo gallery",
"android",
"ios",
"android gallery",
"ios gallery"
],
"homepage": "https://github.com/functionland/photos",
"bugs": {
"url": "https://github.com/functionland/photos/issues",
"email": "shariati@directionx.ca"
},
"license": "SEE LICENSE IN FILE LICENSE",
"contributors": [
{
"name": "Ehsan Shariati Varnosfaderani",
"email": "shariati@directionx.ca",
"url": "https://www.linkedin.com/in/ehsanehsan/"
}
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/auth-client": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/candid": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"@expo/react-native-action-sheet": "^3.9.0",
"@gorhom/bottom-sheet": "4.0.0-alpha.25",
"@miblanchard/react-native-slider": "^1.5.0",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/slider": "3.0.3",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@types/react-native-material-menu": "^1.0.5",
"add": "^2.0.6",
"base-64": "^1.0.0",
"big-integer": "^1.6.48",
"buffer": "^6.0.3",
"eslint": "^7.30.0",
"expo": "~42.0.1",
"expo-auth-session": "~3.3.1",
"expo-av": "~9.2.3",
"expo-barcode-scanner": "~10.2.2",
"expo-clipboard": "~1.1.0",
"expo-crypto": "~9.2.0",
"expo-dev-client": "^0.4.3",
"expo-document-picker": "~9.2.4",
"expo-gl": "~10.4.1",
"expo-image-manipulator": "~9.2.2",
"expo-linking": "~2.3.1",
"expo-media-library": "~12.1.2",
"expo-random": "~11.2.0",
"expo-status-bar": "~1.0.4",
"expo-video-player": "github:functionland/expo-video-player",
"expo-web-browser": "~9.2.0",
"jsbi": "^3.1.6",
"jszip": "^3.7.1",
"jszip-utils": "^0.1.0",
"lodash": "^4.17.21",
"no-scroll": "^2.1.1",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-fast-image": "^8.3.4",
"react-native-fetch-api": "^2.0.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-get-random-values": "^1.7.0",
"react-native-material-menu": "^1.2.0",
"react-native-mime-types": "^2.3.0",
"react-native-paper": "^4.9.1",
"react-native-polyfill-globals": "^3.1.0",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "github:functionland/react-native-qrcode-svg",
"react-native-reanimated": "~2.2.0",
"react-native-redash": "^16.0.11",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "^12.1.1",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^8.1.0",
"react-native-wasm": "^0.1.3",
"react-native-web": "~0.13.12",
"react-native-webview": "11.6.2",
"recoil": "^0.3.1",
"recyclerlistview": "^3.0.5",
"text-encoding": "^0.7.0",
"tslib": "^2.2.0",
"unzipit": "^1.3.5",
"web-streams-polyfill": "^3.0.3",
"with-default-props": "^0.2.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.13.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "~4.0.0"
},
"private": true
}