-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.51 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.51 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "crazystack",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start-expo": "expo start --dev-client",
"android": "expo run:android",
"ac": "yarn c && react-native run-android",
"ii": "yarn c && yarn && cd ios && pod install && yarn ios",
"i": "yarn && cd ios && pod install && yarn ios",
"and": "react-native run-android",
"ios-expo": "expo run:ios",
"ios": "react-native run-ios --simulator='iPhone 15'",
"generate": "yarn plop --plopfile ./generators/plopfile.js",
"c": "react-native clean-project-auto",
"adb": "cd android/app/build/outputs/apk/release && adb install -r app-release.apk",
"apk": "rm -rf android/app/build && yarn install && cd android && ./gradlew clean && ./gradlew assembleRelease",
"reverse": " adb reverse tcp:9090 tcp:9090",
"start": "npx react-native start --reset-cache",
"web": "expo start --web"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@expo-google-fonts/archivo": "^0.2.3",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo-google-fonts/spartan": "^0.2.2",
"@expo/webpack-config": "^19.0.1",
"@gorhom/bottom-sheet": "^5.1.2",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/drawer": "^6.6.14",
"@react-navigation/native": "^6.1.16",
"@react-navigation/native-stack": "^6.9.25",
"@tabler/icons-react-native": "^3.31.0",
"@tanstack/react-query": "^5.32.1",
"@types/react": "~18.3.12",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"expo": "^52.0.40",
"expo-camera": "~16.0.18",
"expo-location": "~18.0.8",
"expo-router": "~4.0.19",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"moment": "^2.30.1",
"polished": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-native": "0.76.7",
"react-native-big-calendar": "^4.12.0",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1304.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-maps": "1.18.0",
"react-native-mask-text": "^0.14.2",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.10",
"typescript": "~5.3.3",
"url": "^0.11.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-community/cli": "^16.0.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.12",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-expo": "~52.0.6",
"plop": "^4.0.1",
"prettier": "^3.2.5",
"react-native-clean-project": "^4.0.3",
"react-native-svg-transformer": "^1.3.0",
"reactotron-react-native": "^5.1.3"
},
"private": true
}