-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.74 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.74 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
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
{
"name": "PengWin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.9.2",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/datetimepicker": "2.2.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^5.5.1",
"@types/react": "^16.9.34",
"@unimodules/core": "5.1.0",
"@unimodules/react-native-adapter": "^5.1.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"clarifai": "^2.9.1",
"expo": "^37.0.12",
"expo-av": "~8.1.0",
"expo-document-picker": "~8.1.0",
"expo-font": "~8.1.0",
"expo-image-picker": "^8.1.0",
"expo-linear-gradient": "~8.1.0",
"expo-video-player": "^1.5.7",
"express": "^4.17.1",
"firebase": "^7.9.0",
"mysql": "^2.18.1",
"netinfo": "^0.1.3",
"nodemon": "^2.0.3",
"pm2": "^4.4.0",
"react": "16.9.0",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.12.0",
"react-giphy-component": "^1.1.0",
"react-native": "^0.69.5",
"react-native-axios": "^0.17.1",
"react-native-camera": "^3.23.1",
"react-native-cards": "^1.1.4",
"react-native-carousel-view": "^0.5.1",
"react-native-chart-kit": "^5.6.0",
"react-native-date-picker": "^2.7.9",
"react-native-datepicker": "^1.7.2",
"react-native-dialogs": "^1.1.0",
"react-native-gesture-handler": "^1.5.6",
"react-native-image-placeholder": "^1.0.14",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-bottom-navigation": "^1.0.5",
"react-native-material-buttons": "^0.6.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-tabs": "^4.1.2",
"react-native-material-textfield": "^0.16.1",
"react-native-material-ui": "^1.30.1",
"react-native-modal-datetime-picker": "^8.5.1",
"react-native-photo-upload": "^1.3.0",
"react-native-popup-dialog": "^0.18.3",
"react-native-popup-menu": "^0.15.7",
"react-native-progress": "^4.1.2",
"react-native-progress-circle": "^2.1.0",
"react-native-progress-steps": "^1.3.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-searchable-dropdown": "^1.1.1",
"react-native-sideswipe": "^1.5.0",
"react-native-simple-dialogs": "^1.2.1",
"react-native-simple-radio-button": "^2.7.4",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-sortable-gridview": "^1.1.5",
"react-native-step-indicator": "0.0.11",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.14.0",
"react-native-table-component": "^1.2.1",
"react-native-tags": "^2.1.0",
"react-native-tags-input": "^1.0.9",
"react-native-user-avatar": "^1.0.4",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-native-youtube": "^2.0.0",
"react-navigation": "^4.1.1",
"react-navigation-stack": "^2.1.1",
"unimodules-permissions-interface": "^5.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.1.0",
"babel-preset-react-native": "2.1.0",
"eslint": "^6.8.0",
"exp": "^57.2.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-mock-render": "^0.1.9",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}