-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2 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
{
"main": "node_modules/expo/AppEntry.js",
"author": {
"email": "efra23peralta@gmail.com",
"name": "Efra Peralta",
"url": "https://github.com/Efraa"
},
"private": true,
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"husky": "husky",
"commitlint": "commitlint",
"lint": "eslint . --ext .tsx,.ts --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@react-native-community/netinfo": "5.9.7",
"@react-native-masked-view/masked-view": "^0.2.3",
"@react-navigation/native": "^6.0.0-next.1",
"@react-navigation/stack": "^6.0.0-next.8",
"axios": "^0.21.1",
"expo": "^40.0.1",
"expo-font": "~8.4.0",
"expo-localization": "~9.1.0",
"expo-status-bar": "~1.0.3",
"i18n-js": "^3.8.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dotenv": "^2.5.3",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.12",
"react-query": "^3.13.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-security": "^1.4.0",
"husky": "^5.2.0",
"prettier": "^2.0.5",
"typescript": "~4.0.0"
}
}