forked from alan4213/DoneWithIt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.9 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
{
"name": "donewithit",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/datetimepicker": "^6.1.2",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"expo": "~45.0.0",
"expo-barcode-scanner": "^11.3.0",
"expo-image-picker": "~13.1.1",
"expo-status-bar": "~1.3.0",
"fontawesome": "^5.6.3",
"force": "0.0.3",
"node": "^18.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-camera": "^4.2.1",
"react-native-dashboard": "0.0.6",
"react-native-datepicker": "^1.7.2",
"react-native-element-dropdown": "^2.0.0",
"react-native-elements": "^3.4.2",
"react-native-linear-gradient": "^2.6.1",
"react-native-multi-level-selector": "^1.0.9",
"react-native-paper": "^4.12.2",
"react-native-permissions": "^3.5.0",
"react-native-picker-cascader": "^1.0.0",
"react-native-progress": "^5.0.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4",
"undefined": "react-native-community/datetimepicker"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"prettier": "2.7.1"
},
"private": true
}