Tones/package.json

58 lines
1.7 KiB
JSON
Raw Normal View History

2024-08-01 01:57:25 +00:00
{
"name": "tones",
2024-08-01 01:57:25 +00:00
"main": "expo-router/entry",
"version": "1.0.4",
2024-08-01 01:57:25 +00:00
"scripts": {
"start": "expo start",
"push-server": "node scripts/expo-push-server.js",
2024-08-01 01:57:25 +00:00
"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": {
"@babel/runtime": "^7.28.2",
"@emotion/unitless": "^0.10.0",
2024-08-01 01:57:25 +00:00
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-navigation/native": "^7.1.17",
"expo": "^53.0.20",
"expo-constants": "~17.1.7",
"expo-device": "^7.0.3",
"expo-font": "~13.3.2",
"expo-linking": "~7.1.7",
"expo-notifications": "~0.31.4",
"expo-router": "~5.1.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"expo-web-browser": "~14.2.0",
"express": "^5.1.0",
"firebase": "^12.1.0",
2024-08-01 01:57:25 +00:00
"formik": "^2.4.6",
"healthicons-react-native": "^3.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-actions-sheet": "^0.9.7",
2024-08-16 04:36:24 +00:00
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
2024-08-01 01:57:25 +00:00
"react-native-textinput-effects": "^0.6.3",
"react-native-web": "^0.20.0",
2024-08-01 01:57:25 +00:00
"styled-components": "^6.1.12"
},
"devDependencies": {
"typescript": "~5.8.3"
2024-08-01 01:57:25 +00:00
},
"private": true
}