2024-03-24 03:47:18 +03:00
|
|
|
{
|
2025-11-17 00:04:43 +03:00
|
|
|
"name": "mancala_mobile",
|
2024-12-08 23:26:17 +03:00
|
|
|
"version": "0.4.7",
|
2024-03-24 03:47:18 +03:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"android": "react-native run-android",
|
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"start": "react-native start",
|
|
|
|
|
"test": "jest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-06-18 00:38:20 +03:00
|
|
|
"@mancala/core": "0.0.2",
|
2025-11-17 00:04:43 +03:00
|
|
|
"@react-native/new-app-screen": "0.82.1",
|
2024-03-24 13:13:31 +03:00
|
|
|
"@react-navigation/native": "^6.1.17",
|
|
|
|
|
"@react-navigation/native-stack": "^6.9.26",
|
2024-03-27 21:48:48 +03:00
|
|
|
"@types/uuid": "^9.0.8",
|
2024-03-24 13:42:11 +03:00
|
|
|
"i18next": "^23.10.1",
|
2024-03-25 10:04:03 +03:00
|
|
|
"mancala.js": "^0.0.2-beta.3",
|
2025-11-17 00:04:43 +03:00
|
|
|
"react": "19.1.1",
|
2024-03-24 13:42:11 +03:00
|
|
|
"react-i18next": "^14.1.0",
|
2025-11-17 00:04:43 +03:00
|
|
|
"react-native": "0.82.1",
|
2024-03-27 21:48:48 +03:00
|
|
|
"react-native-get-random-values": "^1.11.0",
|
2025-11-17 00:04:43 +03:00
|
|
|
"react-native-mmkv": "^4.0.0",
|
|
|
|
|
"react-native-nitro-modules": "^0.31.6",
|
|
|
|
|
"react-native-safe-area-context": "^5.5.2",
|
|
|
|
|
"react-native-screens": "^4.18.0",
|
2024-03-25 10:04:03 +03:00
|
|
|
"react-native-snackbar": "^2.6.2",
|
2025-11-17 00:04:43 +03:00
|
|
|
"react-native-svg": "^15.13.0",
|
2024-03-27 21:48:48 +03:00
|
|
|
"tiny-emitter": "^2.1.0",
|
|
|
|
|
"uuid": "^9.0.1"
|
2024-03-24 03:47:18 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-17 00:04:43 +03:00
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
|
"@babel/preset-env": "^7.25.3",
|
|
|
|
|
"@babel/runtime": "^7.25.0",
|
|
|
|
|
"@react-native-community/cli": "20.0.0",
|
|
|
|
|
"@react-native-community/cli-platform-android": "20.0.0",
|
|
|
|
|
"@react-native-community/cli-platform-ios": "20.0.0",
|
|
|
|
|
"@react-native/babel-preset": "0.82.1",
|
|
|
|
|
"@react-native/eslint-config": "0.82.1",
|
|
|
|
|
"@react-native/metro-config": "0.82.1",
|
|
|
|
|
"@react-native/typescript-config": "0.82.1",
|
|
|
|
|
"@types/jest": "^29.5.13",
|
|
|
|
|
"@types/react": "^19.1.1",
|
|
|
|
|
"@types/react-test-renderer": "^19.1.0",
|
2024-03-24 03:47:18 +03:00
|
|
|
"eslint": "^8.19.0",
|
|
|
|
|
"jest": "^29.6.3",
|
|
|
|
|
"prettier": "2.8.8",
|
2025-11-17 00:04:43 +03:00
|
|
|
"react-test-renderer": "19.1.1",
|
|
|
|
|
"typescript": "^5.8.3"
|
2024-03-24 03:47:18 +03:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2025-11-17 00:04:43 +03:00
|
|
|
"node": ">=20"
|
2024-03-24 03:47:18 +03:00
|
|
|
}
|
|
|
|
|
}
|