2 Star 0 Fork 0

mirrors_jitsi/react-native-fast-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
Dylan Vann 提交于 2018-08-23 13:45 . v5.0.3
{
"name": "react-native-fast-image",
"version": "5.0.3",
"description": "🚩 FastImage, performant React Native image component.",
"keywords": [
"cache",
"cached",
"fastimage",
"image",
"priority"
],
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
"bugs": {
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
},
"license": "(MIT AND Apache-2.0)",
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
},
"scripts": {
"format": "prettier --write --list-different ./src/*.js",
"prepare": "git submodule update --init --recursive",
"test": "yarn run format && yarn run test:jest",
"test:jest": "jest ./src/*.js"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-preset-react-native": "^5.0.2",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"prettier-check": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-native": "^0.56.0",
"react-test-renderer": "16.4.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jitsi/react-native-fast-image.git
git@gitee.com:mirrors_jitsi/react-native-fast-image.git
mirrors_jitsi
react-native-fast-image
react-native-fast-image
master

搜索帮助