加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
chen 提交于 2022-09-28 16:52 . feat: add sonar lint
{
"name": "RNStarter",
"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": {
"@callstack/react-theme-provider": "^3.0.8",
"@qiqiworker/react-native-doc-viewer": "^2.7.8",
"@react-native-clipboard/clipboard": "^1.11.0",
"@react-native-community/netinfo": "^9.3.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.5",
"loadsh": "^0.0.4",
"native-base": "^3.4.13",
"react": "18.0.0",
"react-native": "0.69.5",
"react-native-bootsplash": "^4.3.2",
"react-native-calendars": "^1.1289.0",
"react-native-date-picker": "^4.2.5",
"react-native-device-info": "^10.0.2",
"react-native-document-picker": "^8.1.1",
"react-native-fast-image": "^8.6.1",
"react-native-image-picker": "^4.10.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localize": "^2.2.3",
"react-native-mmkv": "^2.4.3",
"react-native-pager-view": "^6.0.0",
"react-native-permissions": "^3.6.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "^3.16.0",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-webview": "^11.23.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"eslint-plugin-sonarjs": "^0.15.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化