You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
{
|
|
"name": "optifit",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@gluestack-ui/button": "^1.0.8",
|
|
"@gluestack-ui/icon": "^0.1.25",
|
|
"@gluestack-ui/nativewind-utils": "^1.0.26",
|
|
"@gluestack-ui/overlay": "^0.1.16",
|
|
"@gluestack-ui/toast": "^1.0.8",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"expo": "~52.0.24",
|
|
"expo-blur": "~14.0.1",
|
|
"expo-constants": "~17.0.3",
|
|
"expo-font": "~13.0.2",
|
|
"expo-haptics": "~14.0.0",
|
|
"expo-linking": "~7.0.3",
|
|
"expo-router": "~4.0.16",
|
|
"expo-splash-screen": "~0.29.19",
|
|
"expo-status-bar": "~2.0.0",
|
|
"expo-symbols": "~0.2.0",
|
|
"expo-system-ui": "~4.0.6",
|
|
"expo-web-browser": "~14.0.1",
|
|
"nativewind": "^4.1.23",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.5",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "^4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "^15.11.0",
|
|
"react-native-web": "~0.19.13",
|
|
"react-native-webview": "13.12.5",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-test-renderer": "^18.3.0",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~52.0.2",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|