-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "csse-mobile",
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native-stack": "^6.9.1",
"@rneui/base": "^0.0.0-edge.2",
"@rneui/themed": "^0.0.0-edge.2",
"axios": "^0.27.2",
"expo": "~46.0.13",
"expo-linear-gradient": "~11.4.0",
"expo-status-bar": "~1.4.0",
"moment": "^2.29.4",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-avatar-generator": "^1.0.2",
"react-native-element-dropdown": "^2.3.0",
"react-native-html-to-pdf": "^0.12.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-paper": "^4.12.5",
"react-native-popup-dialog": "^0.18.3",
"react-native-super-grid": "^4.6.1",
"react-native-table-component": "^1.2.2",
"react-native-toast-notifications": "^3.3.1",
"react-native-vector-icons": "^9.2.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}