-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.22 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
{
"name": "verde",
"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",
"lint": "eslint .",
"format": "prettier --check ."
},
"dependencies": {
"@expo-google-fonts/heebo": "^0.2.3",
"@expo-google-fonts/playfair-display": "^0.2.3",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-material/core": "^1.3.7",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.9",
"dotenv": "^16.0.3",
"expo": "~47.0.8",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.7.0",
"expo-camera": "^13.1.0",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-haptics": "~12.0.1",
"expo-image-manipulator": "^11.0.0",
"expo-image-picker": "~14.0.2",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-calendars": "^1.1293.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-ionicons": "^4.6.5",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.0.1",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens-swiper": "^1.2.6",
"react-native-settings-components": "^0.0.2",
"react-native-settings-list": "^1.8.0",
"react-native-settings-screen": "^2.2.1",
"react-native-svg": "13.4.0",
"react-native-swipe-navigation": "^1.0.0-beta",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.3.4",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.9",
"tunnel": "^0.0.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1",
"typescript": "^4.6.3"
},
"private": true
}