Files
CompanyProject/滴滴淘/ddt_m/package.json
2024-09-27 01:32:49 +08:00

69 lines
2.2 KiB
JSON

{
"name": "ddt_m",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@eva-design/eva": "^1.4.0",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/cameraroll": "^1.6.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.4.0",
"@react-native-community/segmented-control": "^1.6.1",
"@react-native-community/slider": "^2.0.9",
"@react-native-community/viewpager": "^4.0.0",
"@react-navigation/native": "^5.2.6",
"@types/react-native": "^0.62.12",
"axios": "^0.19.2",
"ddt-react-native": "^3.3.1",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-dom": "^16.13.1",
"react-native": "^0.62.2",
"react-native-check-box": "^2.1.7",
"react-native-contacts": "^5.2.5",
"react-native-device-info": "^5.6.3",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-picker": "^2.3.1",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-push-notification": "^4.0.0",
"react-native-render-html": "^4.2.3",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.7.0",
"react-native-splash-screen": "^3.2.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "^12.1.0",
"react-native-ui-kitten": "^4.4.1",
"react-native-vector-icons": "^6.6.0",
"react-native-version-number": "^0.3.6",
"react-native-webview": "^10.9.0",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.4.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^26.0.1",
"eslint": "^7.0.0",
"gulp": "3.9.1",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0",
"rn-less": "^2.0.14"
},
"jest": {
"preset": "react-native"
}
}