-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.9 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "formatch",
"version": "0.3.0",
"versionCode": 12,
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild --clean",
"build": "npx eas-cli build --platform android --non-interactive",
"build:preview": "npx eas-cli build --platform android --profile preview --non-interactive",
"build:dev": "npx eas-cli build --profile development --platform android --non-interactive",
"submit": "npx eas-cli submit --platform android --latest --verbose --non-interactive",
"prepare": "husky install"
},
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@expo-google-fonts/roboto": "^0.2.3",
"@hookform/resolvers": "^2.9.11",
"@react-native-async-storage/async-storage": "~1.18.0",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@types/react": "~18.0.28",
"@types/react-native": "^0.71.4",
"@typescript-eslint/parser": "^5.56.0",
"axios": "^1.3.4",
"expo": "~48.0.9",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-clipboard": "~4.1.2",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.1.5",
"expo-device": "~5.2.1",
"expo-font": "~11.1.1",
"expo-haptics": "~12.2.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-modules-autolinking": "^1.1.2",
"expo-random": "~13.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-web-browser": "~12.1.1",
"native-base": "^3.4.26",
"phosphor-react-native": "^1.1.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-native": "0.71.6",
"react-native-actions-sheet": "^0.8.21",
"react-native-linear-gradient": "^2.6.2",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "13.9.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.0.0"
},
"private": true
}