-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 3.25 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 3.25 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
{
"name": "commuteai-ui",
"version": "1.0.0",
"description": "Commute.ai - Your intelligent commute companion",
"main": "expo-router/entry",
"scripts": {
"start": "expo start -c",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noemit && npx prettier --check .",
"format": "npx prettier --write .",
"prebuild": "expo prebuild",
"build:staging:android": "eas build --platform android --profile staging",
"build:production:android": "eas build --platform android --profile production",
"update:staging": "eas update --branch staging --environment preview",
"update:production": "eas update --branch production --environment production",
"publish": "expo publish",
"eject": "expo eject"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@react-navigation/native": "^7.1.8",
"@react-navigation/native-stack": "^7.3.16",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/portal": "^1.3.0",
"@rn-primitives/separator": "^1.2.0",
"@rn-primitives/slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "54.0.13",
"expo-auth-session": "~7.0.8",
"expo-constants": "^18.0.9",
"expo-dev-client": "~6.0.15",
"expo-router": "~6.0.12",
"expo-secure-store": "^15.0.7",
"expo-status-bar": "~3.0.8",
"expo-updates": "~29.0.11",
"expo-web-browser": "~15.0.8",
"formik": "^2.4.2",
"lucide-react-native": "^0.545.0",
"nativewind": "^4.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.18",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.2.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.28.4",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "29.5.14",
"@types/react": "~19.1.10",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "~54.0.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"globals": "^16.4.0",
"jest": "^29.7.0",
"jest-expo": "^54.0.12",
"prettier-plugin-tailwindcss": "^0.5.14",
"react-native-worklets": "0.5.1",
"react-test-renderer": "19.1.0",
"typescript": "~5.9.2"
},
"private": true
}