BikeApp_demo/package.json
2025-01-06 15:33:27 +08:00

78 lines
2.5 KiB
JSON

{
"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": {
"@eva-design/eva": "^2.2.0",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-camera-roll/camera-roll": "^7.9.0",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-community/slider": "^4.5.5",
"@react-native-picker/picker": "^2.10.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.3.8",
"@shm-open/react-native-wechat": "^1.3.0",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"axios": "^1.7.7",
"base-64": "^1.0.0",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-native": "^0.74.6",
"react-native-amap3d": "^3.0.7",
"react-native-ble-plx": "^3.2.1",
"react-native-camera": "^4.2.1",
"react-native-contacts": "^8.0.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-image-picker": "^7.2.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-permissions": "^5.2.1",
"react-native-qrcode": "^0.2.7",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^3.35.0",
"react-native-share": "^11.0.4",
"react-native-svg": "^15.10.1",
"react-native-toast-message": "^2.2.1",
"react-native-view-shot": "^4.0.0",
"react-native-webview": "^13.12.5",
"react-native-wheel-picker-android": "^2.0.6",
"rn-fetch-blob": "^0.12.0",
"rn-qr-generator": "^1.4.3",
"utf8": "^3.0.0"
},
"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/base-64": "^1.0.2",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@types/utf8": "^3.0.3",
"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"
}
}