1 Star 0 Fork 0

TestsLing/react-native-walkthrough-tooltip

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-native-walkthrough-tooltip",
"version": "0.5.3",
"description": "An inline wrapper for calling out React Native components via tooltip",
"main": "src/tooltip.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasongaare/react-native-walkthrough-tooltip.git"
},
"author": "Jason Gaare",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasongaare/react-native-walkthrough-tooltip/issues"
},
"homepage": "https://github.com/jasongaare/react-native-walkthrough-tooltip#readme",
"keywords": [
"react",
"react-native",
"walkthrough",
"tooltip",
"popover"
],
"dependencies": {
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.4",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.4",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.1",
"eslint-plugin-react-native": "3.2.1",
"jest": "22.4.4",
"prettier-eslint": "8.8.1",
"react": "^16.3.2",
"react-dom": "16.3.3",
"react-native": "^0.55.3"
},
"jest": {
"preset": "react-native",
"collectCoverageFrom": [
"src/**.js"
],
"coverageReporters": [
"json-summary",
"text",
"lcov"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupFiles": [
"./jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native)"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/TestsLing/react-native-walkthrough-tooltip.git
git@gitee.com:TestsLing/react-native-walkthrough-tooltip.git
TestsLing
react-native-walkthrough-tooltip
react-native-walkthrough-tooltip
master

搜索帮助