-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.53 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
{
"name": "easymeal",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"dev": "NODE_ENV=development expo start",
"prod": "NODE_ENV=production expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --max-warnings=0 --fix"
},
"dependencies": {
"@firebase/firestore": "^3.7.3",
"@miblanchard/react-native-slider": "^2.2.0",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"dayjs": "^1.11.7",
"expo": "^47.0.0",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"firebase": "^9.14.0",
"process": "^0.11.10",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-autocomplete-input": "^5.3.2",
"react-native-calendars": "^1.1294.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.12.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-snap-carousel": "^4.0.0-beta.6",
"react-native-svg": "13.4.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-more-text": "^2.2.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1"
},
"devDependencies": {
"@expo/webpack-config": "^0.17.2",
"@types/node": "^18.11.9",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-vector-icons": "^6.4.13",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"metro-react-native-babel-preset": "^0.73.4",
"prettier": "^2.7.1",
"react-native-dotenv": "^3.4.7",
"typescript": "^4.6.3"
},
"private": true
}