1 Star 0 Fork 0

Discovery/HomeArt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Discovery 提交于 2022-04-11 01:23 +08:00 . lint-staged
{
"name": "homeart",
"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",
"eject": "expo eject",
"test": "jest --watchAll",
"prepare": "husky install"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"expo": "~44.0.0",
"expo-asset": "~8.4.4",
"expo-constants": "~13.0.0",
"expo-font": "~10.0.4",
"expo-linking": "~3.0.0",
"expo-splash-screen": "~0.14.0",
"expo-status-bar": "~1.2.0",
"expo-web-browser": "~10.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-elements": "^3.4.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"husky": "^7.0.4",
"jest": "^26.6.3",
"jest-expo": "~44.0.1",
"lint-staged": "^12.3.7",
"prettier": "2.6.2",
"react-test-renderer": "17.0.1",
"typescript": "~4.3.5"
},
"private": true,
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/git_discovery/home-art.git
git@gitee.com:git_discovery/home-art.git
git_discovery
home-art
HomeArt
master

搜索帮助