-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "betterstudent",
"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",
"eslint": "npx eslint --init",
"test": "jest --detectOpenHandles --forceExit",
"lint": "eslint ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.8",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-picker/picker": "^2.5.1",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/material-bottom-tabs": "^6.2.17",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"eslint-config-universe": "^12.0.0",
"expo": "^49.0.13",
"expo-image-picker": "~14.3.2",
"express": "^4.18.2",
"firebase": "^10.3.1",
"firebase-admin": "^11.11.0",
"jsonwebtoken": "^9.0.2",
"react-native": "0.72.5",
"react-native-mask-input": "^1.2.3",
"react-native-paper": "^5.10.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.49.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"swagger-autogen": "^2.23.6",
"swagger-ui-express": "^5.0.0"
},
"private": true
}