-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.66 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
{
"name": "teachassist",
"version": "1.2",
"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"
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@expo-google-fonts/poppins": "^0.2.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/datetimepicker": "6.5.2",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"ansi-regex": "^4.1.0",
"async": "^2.4.0",
"big-integer": "^1.6.51",
"css-select": "^4.2.1",
"expo": "^47.0.13",
"expo-device": "^5.0.0",
"expo-haptics": "~12.0.1",
"expo-linking": "~3.3.0",
"expo-status-bar": "~1.4.2",
"isomorphic-fetch": "^3.0.0",
"minimist": "^1.2.0",
"nanoid": "^3.1.23",
"node-fetch": "^1.0.1",
"nth-check": "2.0.1",
"plist": "^3.0.4",
"qs": "^6.10.3",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-animatable": "^1.3.3",
"react-native-appearance": "~0.3.3",
"react-native-chart-kit": "^6.11.0",
"react-native-circular-progress": "^1.3.7",
"react-native-modal-datetime-picker": "^13.0.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-switch-selector": "^2.1.4",
"shelljs": "^0.8.4",
"simple-plist": "^1.1.0",
"url-parse": "^1.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}