94 lines
2.9 KiB
JSON
94 lines
2.9 KiB
JSON
{
|
|
"name": "react-native-fast-image",
|
|
"version": "8.0.0",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DylanVann/react-native-fast-image.git"
|
|
},
|
|
"license": "(MIT AND Apache-2.0)",
|
|
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
|
|
"main": "src/index.js",
|
|
"types": "src/index.d.ts",
|
|
"files": [
|
|
"android",
|
|
"!android/build",
|
|
"ios",
|
|
"!ios/build",
|
|
"src",
|
|
"RNFastImage.podspec"
|
|
],
|
|
"scripts": {
|
|
"build": "exit 0",
|
|
"commit": "git-cz",
|
|
"format": "yarn prettier --write",
|
|
"lint": "eslint src/**/*.js",
|
|
"prettier": "prettier './**/*.{js,d.ts,js.flow,yml}'",
|
|
"semantic-release": "semantic-release",
|
|
"test": "jest ./src/*.js"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"jest": {
|
|
"modulePathIgnorePatterns": [
|
|
"ReactNativeFastImageExample*",
|
|
"ReactNativeFastImageExampleServer*"
|
|
],
|
|
"preset": "react-native"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"@semantic-release/changelog": "^5.0.0",
|
|
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@semantic-release/npm": "^7.0.3",
|
|
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
"babel-jest": "^24.9.0",
|
|
"commitizen": "^4.0.3",
|
|
"cz-conventional-changelog": "^3.1.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-plugin-jest": "^22.7.2",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"eslint-plugin-react": "^7.14.2",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"prettier": "^1.19.1",
|
|
"prettier-check": "^2.0.0",
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5",
|
|
"react-test-renderer": "16.9.0",
|
|
"semantic-release": "^17.0.4",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.6",
|
|
"react-native": "^0.60.0"
|
|
},
|
|
"release": {
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/git"
|
|
]
|
|
}
|
|
}
|