-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.22 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
{
"name": "dingdong",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/datetimepicker": "3.0.6",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.10.1",
"@react-navigation/drawer": "5.10.1",
"@react-navigation/native": "5.8.1",
"@react-navigation/stack": "5.11.0",
"@types/react-native-calendar-picker": "7.0.0",
"@types/react-native-calendars": "1.20.12",
"@types/react-native-onboarding-swiper": "1.1.1",
"axios": "^0.21.0",
"framer-motion": "2.9.4",
"moment": "2.29.1",
"react": "16.13.1",
"react-hamburger-menu": "1.2.1",
"react-modal-sheet": "1.1.0",
"react-native": "0.63.3",
"react-native-calendar-picker": "7.0.3",
"react-native-calendars": "1.437.0",
"react-native-date-picker": "3.2.5",
"react-native-gesture-handler": "1.8.0",
"react-native-image-crop-picker": "^0.35.1",
"react-native-image-picker": "^2.3.4",
"react-native-modal": "11.5.6",
"react-native-modal-datetime-picker": "9.1.0",
"react-native-onboarding-swiper": "1.1.4",
"react-native-raw-bottom-sheet": "2.2.0",
"react-native-reanimated": "1.13.1",
"react-native-safe-area-context": "3.1.8",
"react-native-screens": "2.12.0",
"react-native-splash-screen": "3.2.0",
"react-native-tooltip-alert": "1.0.0",
"react-native-use-modal-hooks": "1.3.0",
"styled-components": "5.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1",
"@bam.tech/react-native-make": "3.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "16.9.55",
"@types/react-native": "0.63.30",
"@types/styled-components": "5.1.4",
"babel-jest": "^26.6.1",
"babel-plugin-root-import": "6.6.0",
"eslint": "^7.12.1",
"jest": "^26.6.1",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1",
"typescript": "4.0.5"
},
"jest": {
"preset": "react-native"
}
}