2026-01-12 22:24:33 +00:00
|
|
|
{
|
|
|
|
|
"name": "aris",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
|
|
|
|
"start": "expo start",
|
|
|
|
|
"prebuild": "expo prebuild",
|
|
|
|
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
|
|
|
|
|
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
|
|
|
|
|
"web": "expo start --web"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@aris/ble": "*",
|
|
|
|
|
"@expo/vector-icons": "^15.0.2",
|
|
|
|
|
"@react-navigation/native": "^7.1.6",
|
|
|
|
|
"@rn-primitives/portal": "^1.3.0",
|
|
|
|
|
"@rn-primitives/slot": "^1.2.0",
|
|
|
|
|
"@rn-primitives/switch": "^1.2.0",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"expo": "^54.0.0",
|
|
|
|
|
"expo-clipboard": "~8.0.8",
|
2026-01-13 23:30:57 +00:00
|
|
|
"expo-calendar": "~14.0.0",
|
2026-01-12 22:24:33 +00:00
|
|
|
"expo-constants": "~18.0.9",
|
|
|
|
|
"expo-linking": "~8.0.8",
|
|
|
|
|
"expo-router": "~6.0.10",
|
|
|
|
|
"expo-status-bar": "~3.0.8",
|
|
|
|
|
"expo-system-ui": "~6.0.7",
|
|
|
|
|
"expo-web-browser": "~15.0.7",
|
|
|
|
|
"nativewind": "latest",
|
|
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
|
|
|
|
"react-native": "0.81.5",
|
|
|
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
|
|
|
"react-native-reanimated": "~4.1.1",
|
|
|
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
|
|
|
"react-native-screens": "~4.16.0",
|
|
|
|
|
"react-native-web": "^0.21.0",
|
|
|
|
|
"react-native-worklets": "0.5.1",
|
|
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
|
"zustand": "^4.5.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@types/react": "~19.1.10",
|
|
|
|
|
"eslint": "^9.25.1",
|
|
|
|
|
"eslint-config-expo": "~10.0.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.2",
|
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
|
"tailwindcss": "^3.4.0",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
|
|
|
"typescript": "~5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|