-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 6.23 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "cpk",
"version": "1.0.5",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:prod": "dotenv -e .env.production -- expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"web:prod": "dotenv -e .env.production -- expo start --web",
"lint": "bun lint:app && bun lint:i18n",
"lint:app": "eslint --ext .ts,.tsx,.js,.jsx src app",
"lint:i18n": "eslint --fix --ext .json --format node_modules/eslint-plugin-i18n-json/formatter.js assets/langs",
"fix:deps": "expo install --fix",
"build:web:post": "cp assets/favicon.png dist/",
"build:web": "expo export --platform web && bun build:web:post",
"test": "jest --runInBand",
"ios:release": "dotenv -e .env -- expo run:ios --configuration Release",
"android:release": "dotenv -e .env -- expo run:android --variant release",
"android:device:release": "dotenv -e .env.production -- react-native run-android --mode='release'",
"eas:dev:updates": "dotenv -e .env -- eas update --branch development",
"eas:preview:android": "dotenv -e .env.production -- eas build --profile preview --platform android",
"eas:prod:updates": "dotenv -e .env.production -- eas update --branch production",
"eas:prod:updates:ios": "dotenv -e .env.production -- eas update --branch production --platform ios",
"eas:prod:updates:android": "dotenv -e .env.production -- eas update --branch production --platform android",
"eas:dev:ios": "dotenv -e .env -- eas build --profile development --platform ios",
"eas:dev:android": "dotenv -e .env -- eas build --profile development --platform android",
"eas:prod:secrets": "eas secret:push --scope project --env-file .env.production",
"eas:prod:ios": "dotenv -e .env.production -- eas build --profile production --platform ios",
"eas:prod:android": "dotenv -e .env.production -- eas build --profile production --platform android",
"eas:prod:android:local": "dotenv -e .env.production -- eas build --profile production --platform android --local",
"eas:submit:ios": "dotenv -e .env.production -- eas submit --profile production --platform ios",
"eas:submit:android": "dotenv -e .env.production -- eas submit --profile production --platform android",
"generate:supabase": "bunx supabase gen types typescript --project-id \"dnwizkmicoxcnzlfeali\" --schema public > src/types/supabase.ts",
"migrate:dev": "dotenv -e .env -- prisma migrate dev",
"migrate:local": "dotenv -e .env -- prisma migrate deploy",
"db-push": "dotenv -e .env.production -- prisma db push",
"migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy"
},
"dependencies": {
"@clerk/clerk-expo": "^2.2.36",
"@dooboo/react-native-youtube-iframe": "^2.2.5",
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.13.3",
"@expo/match-media": "^0.4.0",
"@expo/metro-runtime": "~4.0.0",
"@expo/react-native-action-sheet": "^4.1.0",
"@hookform/resolvers": "^3.9.1",
"@likashefqet/react-native-image-zoom": "^4.2.0",
"@prisma/client": "5.22.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@shopify/flash-list": "1.7.1",
"@supabase/supabase-js": "^2.46.1",
"base64-arraybuffer": "^1.0.2",
"cpk-ui": "^0.1.4",
"date-fns": "^4.1.0",
"expo": "~52.0.11",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image": "~2.0.2",
"expo-image-picker": "~16.0.3",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-notifications": "~0.29.8",
"expo-router": "~4.0.9",
"expo-screen-orientation": "~8.0.0",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-updates": "~0.26.9",
"expo-video-thumbnails": "~9.0.2",
"expo-web-browser": "~14.0.1",
"i18n-js": "^4.5.0",
"lottie-react": "^2.4.0",
"lottie-react-native": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.1",
"react-native": "0.76.3",
"react-native-device-info": "^14.0.0",
"react-native-error-boundary": "^1.2.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-modal": "^13.0.1",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^4.0.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.12",
"react-native-web-lottie": "^1.4.4",
"react-native-web-webview": "^1.0.2",
"react-native-webview": "13.12.2",
"recoil": "^0.7.7",
"swr": "^2.2.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emotion/babel-plugin": "^11.12.0",
"@mmomtchev/expo-android-localized-app-name": "^1.0.1",
"@react-native-community/cli-server-api": "^15.1.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.8.1",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"@types/recoil": "^0.0.9",
"ajv": "^8.17.1",
"babel-jest": "^29.7.0",
"commitlint-plugin-function-rules": "^4.0.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"expo-build-properties": "~0.13.1",
"expo-dev-client": "~5.0.4",
"jest": "^29.7.0",
"jest-expo": "~52.0.2",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.3.3",
"prisma": "^5.22.0",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"private": true,
"license": "UNLICENSED"
}