-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "husky install",
"lint": "eslint .",
"lint:fix": "yarn lint --fix",
"typecheck": "tsc --project tsconfig.json --noEmit",
"typecheck:pretty": "yarn typecheck --pretty"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.4",
"@types/styled-components": "^5.1.15",
"@types/styled-components-react-native": "^5.1.1",
"@unimodules/core": "^7.1.2",
"@unimodules/react-native-adapter": "^6.3.9",
"add": "^2.0.6",
"axios": "^0.23.0",
"expo": "^46.0.21",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.14.7",
"install": "^0.13.0",
"intl": "^1.2.5",
"postinstall": "^0.8.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-loading-skeleton": "^3.2.1",
"react-native": "0.69.9",
"react-native-animated-spinkit": "^1.5.2",
"react-native-flash-message": "^0.2.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.10",
"styled-components": "^5.3.1",
"yarn": "^1.22.15"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"typescript": "^4.9.4"
},
"private": true
}