1 Star 0 Fork 4

哪都通/rntpc_toolbar-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
connectdotz 提交于 2021-09-04 03:32 +08:00 . bump up version
{
"name": "@react-native-community/toolbar-android",
"version": "0.2.1",
"description": "A React Native Component for Android Toolbar",
"keywords": [
"toolbar-android",
"react native",
"react-native"
],
"homepage": "https://github.com/react-native-community/toolbar-android#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/toolbar-android.git"
},
"license": "MIT",
"author": "Connectdotz <vsun@connectdotz.com>",
"main": "js/ToolbarAndroid",
"types": "index.d.ts",
"scripts": {
"pack:npm": "npm pack",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "yarn test:eslint && yarn test:flow && yarn test:jest && yarn test:tsc",
"test:eslint": "eslint .",
"test:flow": "flow check",
"test:jest": "jest",
"test:tsc":"tsc --noEmit"
},
"prettier": {
"bracketSpacing": false,
"jsxBracketSameLine": true,
"parser": "flow",
"singleQuote": true,
"trailingComma": "all"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/node_modules/",
"/example/"
]
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@react-native-community/eslint-config":"0.0.7",
"@types/react-native": "^0.61.7",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.3",
"eslint": "5.13.0",
"eslint-plugin-prettier": "^3.1.2",
"flow-bin": "^0.86.0",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "0.51.1",
"prettier": "^1.16.4",
"react": "16.6.3",
"react-native": "0.58.4",
"react-test-renderer": "^16.8.6",
"typescript": "3.7.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/react-native-community/toolbar-android/issues"
},
"directories": {
"doc": "doc",
"example": "example"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hdjker/rntpc_toolbar-android.git
git@gitee.com:hdjker/rntpc_toolbar-android.git
hdjker
rntpc_toolbar-android
rntpc_toolbar-android
master

搜索帮助