-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.97 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
{
"name": "student-attendance",
"version": "1.2.0",
"description": "Student Attendance Application",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"axios": "^0.19.0",
"date-fns": "^2.6.0",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-av": "~7.0.1",
"expo-camera": "~7.0.0",
"expo-document-picker": "^7.0.0",
"expo-face-detector": "~7.0.0",
"expo-facebook": "~7.0.0",
"expo-font": "~7.0.0",
"expo-image-manipulator": "~7.0.0",
"expo-image-picker": "~7.0.0",
"expo-react-native-adapter": "^3.0.1",
"expo-secure-store": "~7.0.0",
"galio-framework": "^0.6.3",
"jwt-decode": "^2.2.0",
"native-base": "^2.13.8",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-countdown-component": "^2.6.0",
"react-native-date-picker": "^2.7.0",
"react-native-elements": "^1.2.6",
"react-native-gesture-handler": "~1.3.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-paper": "^2.16.0",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "~1.2.0",
"react-native-search-filter": "^0.1.5",
"react-native-svg": "9.9.5",
"react-native-swipeout": "^2.3.6",
"react-native-unimodules": "0.6.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"url-join": "^4.0.1"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"keywords": [
"student attendance",
"instructors",
"face recognition"
],
"author": "School of Science and Technology : Computer Science",
"license": "UTCC",
"bugs": {
"url": "https://science.utcc.ac.th/"
},
"homepage": "https://science.utcc.ac.th/"
}