This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.95 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"apk": "expo build:android -t apk",
"build:ios": "expo build:ios",
"build:android": "expo build:android -t app-bundle",
"test": "jest"
},
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
"@expo/vector-icons": "^12.0.5",
"@gorhom/bottom-sheet": "^4.1.5",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@types/mime-types": "^2.1.1",
"@types/node-fetch": "^2.6.1",
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.16",
"@types/validator": "^13.7.1",
"@types/whatwg-url": "^8.2.1",
"@use-expo/application": "^1.0.0",
"expo": "^44.0.6",
"expo-application": "~4.0.2",
"expo-barcode-scanner": "^11.2.1",
"expo-clipboard": "^2.1.1",
"expo-document-picker": "~10.1.3",
"expo-haptics": "~11.1.1",
"expo-image-picker": "~12.0.2",
"expo-keep-awake": "~10.0.2",
"expo-linking": "~3.0.0",
"expo-permissions": "~13.1.1",
"expo-splash-screen": "^0.14.2",
"expo-status-bar": "^1.2.0",
"expo-web-browser": "~10.1.1",
"fbjs": "^3.0.1",
"handler": "^0.1.3",
"mime-types": "^2.1.34",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "^17.0.2",
"react-native": "0.64.3",
"react-native-appearance": "^0.3.4",
"react-native-bottomsheet": "^2.5.2",
"react-native-camera": "^4.2.1",
"react-native-elements": "^3.4.2",
"react-native-gesture": "^0.2.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-notifier": "^1.7.1",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "^12.1.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tableview-simple": "^4.3.1",
"react-native-web": "^0.17.5",
"rn-actionsheet-module": "^1.0.3",
"simple-xml-to-json": "^1.0.9",
"strip-eof": "^2.0.0",
"url-parse": "^1.5.10",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@types/url-parse": "^1.4.8",
"babel-preset-expo": "^9.0.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"typescript": "^4.5.5"
},
"private": false,
"license": "MIT",
"repository": "https://github.com/interclip/mobile/",
"name": "iclip-mobile",
"version": "2.0.0"
}