56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "tones",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.3",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@react-navigation/native": "^6.0.2",
|
|
"expo": "^52.0.46",
|
|
"expo-constants": "~17.0.8",
|
|
"expo-font": "~13.0.4",
|
|
"expo-linking": "~7.0.5",
|
|
"expo-router": "~4.0.20",
|
|
"expo-splash-screen": "~0.29.24",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "~4.0.9",
|
|
"expo-web-browser": "~14.0.2",
|
|
"formik": "^2.4.6",
|
|
"healthicons-react-native": "^3.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-actions-sheet": "^0.9.7",
|
|
"react-native-dropdown-picker": "^5.4.6",
|
|
"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.8.0",
|
|
"react-native-textinput-effects": "^0.6.3",
|
|
"react-native-web": "~0.19.13",
|
|
"styled-components": "^6.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-test-renderer": "^18.0.7",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~52.0.6",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"private": true
|
|
}
|