-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.07 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
{
"name": "Cine",
"description": "The Movie/TV app for enthusiasts",
"version": "0.0.1",
"main": "expo-router/entry",
"scripts": {
"start": "cross-env EXPO_NO_DOTENV=1 expo start",
"dev": "npx expo start --dev-client",
"android": "cross-env EXPO_NO_DOTENV=1 expo run:android",
"ios": "cross-env EXPO_NO_DOTENV=1 expo run:ios",
"prebuild": "cross-env EXPO_NO_DOTENV=1 bun expo prebuild",
"doctor": "npx expo-doctor@latest",
"start:staging": "cross-env APP_ENV=staging bun run start",
"prebuild:staging": "cross-env APP_ENV=staging bun run prebuild",
"android:staging": "cross-env APP_ENV=staging bun run android",
"ios:staging": "cross-env APP_ENV=staging bun run ios",
"start:production": "cross-env APP_ENV=production bun run start",
"prebuild:production": "cross-env APP_ENV=production bun run prebuild",
"android:production": "cross-env APP_ENV=production bun run android",
"ios:production": "cross-env APP_ENV=production bun run ios",
"lint": "bunx @biomejs/biome check --apply ./src"
},
"dependencies": {
"@better-fetch/fetch": "^1.1.12",
"@expo/config-plugins": "^9.0.11",
"@expo/prebuild-config": "^8.0.21",
"@legendapp/state": "^2.1.15",
"@react-native-async-storage/async-storage": "1.23.1",
"@shopify/restyle": "^2.4.4",
"@tanstack/react-query": "^5.62.2",
"@types/react": "~18.3.13",
"axios": "^1.7.9",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv": "^16.4.7",
"expo": "^52.0.15",
"expo-constants": "~17.0.3",
"expo-font": "~13.0.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.11",
"expo-status-bar": "~2.0.0",
"lucide-react-native": "^0.451.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-query-kit": "^3.3.1",
"typescript": "~5.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@biomejs/biome": "^1.9.4",
"cross-env": "^7.0.3"
},
"private": true,
"trustedDependencies": ["@biomejs/biome"]
}