2024-11-02 16:21:03 +08:00
|
|
|
{
|
|
|
|
"name": "BikeApp_demo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-25 15:01:49 +08:00
|
|
|
"@react-native-camera-roll/camera-roll": "^7.8.3",
|
2024-11-13 10:18:08 +08:00
|
|
|
"@react-native-community/geolocation": "^3.4.0",
|
2024-11-14 13:56:11 +08:00
|
|
|
"@react-native-community/slider": "^4.5.5",
|
|
|
|
"@react-native-picker/picker": "^2.9.0",
|
2024-11-11 09:12:17 +08:00
|
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
2024-11-07 17:47:25 +08:00
|
|
|
"@react-navigation/native": "^6.1.18",
|
2024-11-12 09:34:25 +08:00
|
|
|
"@react-navigation/stack": "^6.3.8",
|
2024-11-07 17:47:25 +08:00
|
|
|
"axios": "^1.7.7",
|
2024-11-14 17:48:38 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2024-11-02 16:21:03 +08:00
|
|
|
"react": "18.2.0",
|
2024-11-07 17:47:25 +08:00
|
|
|
"react-native": "0.74.5",
|
2024-11-12 09:34:25 +08:00
|
|
|
"react-native-camera": "^4.2.1",
|
2024-11-14 17:48:38 +08:00
|
|
|
"react-native-contacts": "^8.0.4",
|
|
|
|
"react-native-fs": "^2.20.0",
|
2024-11-07 17:47:25 +08:00
|
|
|
"react-native-gesture-handler": "^2.20.2",
|
2024-11-12 09:34:25 +08:00
|
|
|
"react-native-linear-gradient": "^2.8.3",
|
|
|
|
"react-native-permissions": "^5.1.0",
|
|
|
|
"react-native-qrcode-scanner": "^1.5.5",
|
2024-11-25 15:01:49 +08:00
|
|
|
"react-native-qrcode-svg": "^6.2.0",
|
2024-11-12 09:34:25 +08:00
|
|
|
"react-native-reanimated": "^3.16.1",
|
2024-11-07 17:47:25 +08:00
|
|
|
"react-native-safe-area-context": "^4.14.0",
|
2024-11-14 13:56:11 +08:00
|
|
|
"react-native-screens": "^3.35.0",
|
2024-11-14 17:48:38 +08:00
|
|
|
"react-native-share": "^11.0.4",
|
2024-11-25 15:01:49 +08:00
|
|
|
"react-native-svg": "^13.9.0",
|
|
|
|
"react-native-vector-icons": "^10.2.0",
|
|
|
|
"react-native-view-shot": "^3.7.0",
|
|
|
|
"react-native-vlc-media-player": "^1.0.70",
|
2024-11-14 17:48:38 +08:00
|
|
|
"react-native-wheel-picker-android": "^2.0.6",
|
|
|
|
"rn-fetch-blob": "^0.12.0"
|
2024-11-02 16:21:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
"@babel/preset-env": "^7.20.0",
|
|
|
|
"@babel/runtime": "^7.20.0",
|
|
|
|
"@react-native/babel-preset": "0.74.87",
|
|
|
|
"@react-native/eslint-config": "0.74.87",
|
|
|
|
"@react-native/metro-config": "0.74.87",
|
|
|
|
"@react-native/typescript-config": "0.74.87",
|
|
|
|
"@types/react": "^18.2.6",
|
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
|
|
"babel-jest": "^29.6.3",
|
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"jest": "^29.6.3",
|
|
|
|
"prettier": "2.8.8",
|
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
"typescript": "5.0.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
|
|
|
}
|
|
|
|
}
|