Files
DTGAPK/package.json

44 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "logistream-mobile",
"version": "1.0.0",
"description": "차량 위치 공차 시스템 모바일 앱",
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-webview": "^13.6.4",
"react-native-geolocation-service": "^5.3.1",
"@react-native-async-storage/async-storage": "^1.21.0",
"react-native-background-timer": "^2.4.1",
"axios": "^1.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.73.0",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@react-native/typescript-config": "^0.73.0",
"@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"
}
}