-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.73 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
{
"name": "rotinas-pediatria-hrt",
"version": "2.6.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "2.1.1",
"@expo-google-fonts/roboto": "0.2.3",
"@react-navigation/bottom-tabs": "6.5.7",
"@react-navigation/drawer": "6.6.2",
"@react-navigation/native": "6.1.6",
"@react-navigation/native-stack": "6.9.12",
"@react-navigation/stack": "^6.3.16",
"@types/react": "18.0.28",
"expo": "48.0.8",
"expo-linear-gradient": "12.1.2",
"expo-linking": "4.0.1",
"expo-status-bar": "1.4.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "4.4.1",
"react-native-portal": "1.3.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "3.20.0",
"react-native-vector-icons": "9.2.0",
"styled-components": "5.3.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/styled-components": "5.1.4",
"@types/styled-components-react-native": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.5",
"prettier": "2.2.1"
},
"private": true
}