mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "trackeep-mobile",
|
|
"version": "1.0.0",
|
|
"description": "Trackeep mobile app for productivity and knowledge management",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"build:android": "cd android && ./gradlew assembleRelease",
|
|
"build:ios": "react-native run-ios --configuration Release"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^1.19.5",
|
|
"@react-native-community/netinfo": "^11.4.1",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/drawer": "^6.6.6",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.26",
|
|
"@react-navigation/stack": "^6.3.20",
|
|
"@types/react-native-push-notification": "^8.1.4",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"axios": "^1.6.2",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-background-timer": "^2.4.1",
|
|
"react-native-camera": "^4.2.1",
|
|
"react-native-gesture-handler": "^2.13.4",
|
|
"react-native-keychain": "^8.1.3",
|
|
"react-native-paper": "^5.11.1",
|
|
"react-native-permissions": "^3.10.1",
|
|
"react-native-push-notification": "^8.1.1",
|
|
"react-native-reanimated": "^3.5.4",
|
|
"react-native-safe-area-context": "^4.7.4",
|
|
"react-native-screens": "^3.25.0",
|
|
"react-native-sqlite-storage": "^6.0.1",
|
|
"react-native-svg": "^13.14.0",
|
|
"react-native-vector-icons": "^10.0.2",
|
|
"react-native-vision-camera": "^3.3.5",
|
|
"react-native-voice": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
"@react-native/metro-config": "^0.72.11",
|
|
"@tsconfig/react-native": "^3.0.0",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.2.1",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.2.1",
|
|
"metro-react-native-babel-preset": "0.76.8",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|