-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.1 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
{
"name": "sadproject",
"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",
"build": "expo build:web",
"eject": "expo eject"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@expo/webpack-config": "~0.16.2",
"@material/button": "^13.0.0",
"@mui/system": "^5.8.0",
"@react-native-async-storage/async-storage": "^1.17.5",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"axios": "^0.27.2",
"cors": "^2.8.5",
"expo": "^45.0.4",
"expo-dev-client": "~0.9.6",
"expo-linear-gradient": "^11.3.0",
"expo-status-bar": "~1.3.0",
"expres": "^0.0.5",
"express": "^4.18.1",
"mysql": "^2.18.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-csv": "^2.2.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-animatable": "^1.3.3",
"react-native-crypto": "^2.2.0",
"react-native-date-picker": "^4.2.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal-dropdown": "^1.0.2",
"react-native-paper": "^4.12.1",
"react-native-picker": "^4.3.7",
"react-native-picker-scrollview": "^1.0.1",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"styled-components": "^5.3.5",
"webpack-dev-server": "^4.9.0"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"babel-loader": "^8.2.5",
"webpack": "^4.43.0"
},
"private": true
}