forked from edumorlom/nuMom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.93 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.93 KB
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
75
76
77
78
79
80
81
{
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "./node_modules/.bin/expo start",
"android": "./node_modules/.bin/expo start --android",
"ios": "./node_modules/.bin/expo start --ios",
"web": "./node_modules/.bin/expo start --web",
"eject": "./node_modules/.bin/expo eject",
"fix": "npm run format && npm run esfix",
"esfix": "./node_modules/.bin/eslint --fix \"**/*.+(js|jsx)\"",
"format": "./node_modules/.bin/prettier --write \"**/*.+(js|jsx|json|css|md)\""
},
"dependencies": {
"@expo/config-plugins": "~7.8.0",
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli-server-api": "^9.2.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"eas-cli": "^9.1.0",
"expo": "^51.0.9",
"expo-calendar": "~13.0.5",
"expo-constants": "~16.0.2",
"expo-document-picker": "~12.0.1",
"expo-haptics": "~13.0.1",
"expo-image-picker": "~15.0.5",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.4",
"expo-updates": "~0.25.15",
"firebase": "^9.3.0",
"firebase-admin": "^9.3.0",
"firebase-functions": "^3.24.1",
"geolib": "^3.3.1",
"moment": "^2.29.4",
"paper": "0.12.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-confetti-cannon": "^1.5.2",
"react-native-dialog-input": "^1.0.8",
"react-native-dropdown-picker": "^3.7.1",
"react-native-elements": "^3.0.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-haptic-feedback": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-maps": "1.14.0",
"react-native-masked-text": "^1.13.0",
"react-native-modal-datetime-picker": "^15.0.0",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.11.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-preset-expo": "~11.0.0",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.2",
"lint-staged": "^10.5.0",
"prettier": "^2.8.0"
},
"private": true
}