1 Star 0 Fork 0

leehave/ReactNativeCharging

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
李志祥 提交于 2024-02-23 10:48 . feat(dev): 资源调整
{
"name": "react-native-charging",
"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": {
"react": "18.2.0",
"react-native": "0.73.4",
"@ant-design/icons-react-native": "^2.2.1",
"@ant-design/react-native": "^4.0.5",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-native-fontawesome": "^0.2.5",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/cameraroll": "^4.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.8.0",
"@react-native-community/segmented-control": "^2.1.2",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/viewpager": "^4.1.6",
"@react-navigation/drawer": "^5.10.6",
"@react-navigation/material-top-tabs": "^5.3.0",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"native-base": "^2.13.14",
"react-native-amap-geolocation": "^1.1.2",
"react-native-amap3d": "^2.0.2",
"react-native-animatable": "^1.3.3",
"react-native-camera": "^3.40.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-largelist-v3": "^3.0.15",
"react-native-permissions": "^2.2.2",
"react-native-progress": "^4.1.2",
"react-native-qrcode-scanner": "^1.4.1",
"react-native-reanimated": "^1.13.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-spring-scrollview": "^2.0.23",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^10.9.2",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"rn-sliding-up-panel": "^2.4.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leehave/react-native-charging.git
git@gitee.com:leehave/react-native-charging.git
leehave
react-native-charging
ReactNativeCharging
main

搜索帮助