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.
76 lines
2.3 KiB
76 lines
2.3 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/html-elements": "^0.4.2",
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@react-native-community/slider": "4.5.6",
|
|
"@react-native-segmented-control/segmented-control": "2.5.7",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"@react-navigation/native-stack": "^7.2.0",
|
|
"@react-navigation/stack": "^7.1.1",
|
|
"axios": "^1.8.3",
|
|
"dayjs": "^1.11.13",
|
|
"expo": "^53.0.0",
|
|
"expo-asset": "^11.0.5",
|
|
"expo-blur": "^14.0.3",
|
|
"expo-constants": "^17.0.8",
|
|
"expo-font": "^13.0.4",
|
|
"expo-haptics": "^14.0.1",
|
|
"expo-linear-gradient": "^14.0.2",
|
|
"expo-linking": "^7.0.5",
|
|
"expo-router": "~5.0.6",
|
|
"expo-secure-store": "^14.0.1",
|
|
"expo-splash-screen": "~0.30.8",
|
|
"expo-status-bar": "^2.0.1",
|
|
"expo-symbols": "~0.4.4",
|
|
"expo-system-ui": "~5.0.7",
|
|
"expo-web-browser": "^14.0.2",
|
|
"nativewind": "^4.1.23",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-native": "0.79.2",
|
|
"react-native-element-dropdown": "^2.12.4",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-gifted-charts": "^1.4.54",
|
|
"react-native-reanimated": "^3.16.1",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "^4.4.0",
|
|
"react-native-svg": "15.11.2",
|
|
"react-native-vector-icons": "^10.2.0",
|
|
"react-native-web": "^0.20.0",
|
|
"react-native-webview": "13.13.5",
|
|
"tailwindcss": "^3.4.17",
|
|
"validator": "^13.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~19.0.10",
|
|
"@types/react-native": "^0.72.8",
|
|
"@types/react-test-renderer": "^19.0.0",
|
|
"@types/validator": "^13.12.2",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~53.0.5",
|
|
"react-native-svg-transformer": "^1.5.0",
|
|
"react-test-renderer": "19.0.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|