-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.25 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
{
"name": "project",
"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",
"test": "jest --coverage",
"make-badges": "istanbul-badges-readme --logo='jest' ",
"doc": "jsdoc -c jsdoc.json"
},
"dependencies": {
"@react-native-community/datetimepicker": "^6.2.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.1",
"accordion-collapse-react-native": "^1.1.1",
"bcrypt-react-native": "^1.1.1",
"bcryptjs": "^2.4.3",
"clean-jsdoc-theme": "^4.1.8",
"dotenv": "^16.0.1",
"expo": "46.0.16",
"expo-av": "~12.0.4",
"expo-device": "~4.3.0",
"expo-linear-gradient": "~11.4.0",
"expo-location": "~14.3.0",
"expo-notifications": "~0.16.1",
"expo-permissions": "~13.2.0",
"expo-status-bar": "~1.4.0",
"express": "^4.18.1",
"firebase": "^9.6.11",
"lodash.filter": "^4.6.0",
"mic-recorder-to-mp3": "^2.2.2",
"mocha": "^10.0.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"qs": "^6.11.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-microsoft-login": "^1.15.0",
"react-native": "0.69.6",
"react-native-azure-ad-2": "^1.0.5",
"react-native-calendar-picker": "^7.1.2",
"react-native-calendars": "^1.1283.0",
"react-native-dialog-input": "^1.0.8",
"react-native-elements": "^3.4.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-paper": "^4.12.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"babel-jest": "^28.1.0",
"codecov": "^3.8.3",
"istanbul-badges-readme": "^1.8.1",
"jest": "^28.1.0",
"jetifier": "^2.0.0",
"jsdoc": "^3.6.11",
"reinstall-node-modules": "^2.0.0"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"coverageReporters": [
"json-summary"
]
}
}