poker-chips-helper/package.json
Mantasha Altab Noyela 9512d92448
Update package.json
2025-02-25 23:21:05 -08:00

72 lines
2.1 KiB
JSON

{
"name": "poker-chips-helper",
"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"
},
"engines": {
"node": ">=22.0.0 <23.0.0"
},
"dependencies": {
"@expo/vector-icons": "14.0.4",
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-navigation/bottom-tabs": "7.2.0",
"@react-navigation/native": "7.0.14",
"expo": "52.0.37",
"expo-blur": "14.0.3",
"expo-constants": "17.0.7",
"expo-file-system": "18.0.11",
"expo-font": "13.0.4",
"expo-haptics": "14.0.1",
"expo-image-picker": "16.0.6",
"expo-linking": "7.0.5",
"expo-router": "4.0.17",
"expo-splash-screen": "0.29.22",
"expo-status-bar": "2.0.1",
"expo-symbols": "0.2.2",
"expo-system-ui": "4.0.8",
"expo-web-browser": "14.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "2.20.2",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
"react-native-web": "0.19.13",
"react-native-webview": "13.12.5"
},
"devDependencies": {
"@babel/core": "7.26.9",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react": "16.2.0",
"@testing-library/react-native": "13.0.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-test-renderer": "18.3.0",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-native": "5.0.0",
"jest": "29.7.0",
"jest-expo": "52.0.5",
"jest-fetch-mock": "3.0.3",
"prettier": "3.5.2",
"react-test-renderer": "18.3.1",
"typescript": "5.7.3"
},
"private": true
}