加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
liuzichi 提交于 2024-04-16 09:40 . 期末作业
{
"name": "aa",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"axios": "^1.6.8",
"expo": "~48.0.21",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-dropdown-list": "^0.3.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal-dropdown": "^1.0.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-toast-message": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化