2017-04-13 04:13:44 +00:00
|
|
|
{
|
2018-12-31 00:30:55 +00:00
|
|
|
"name": "react-native-fast-image",
|
2020-07-17 01:35:49 +00:00
|
|
|
"version": "8.1.7",
|
2018-12-31 00:30:55 +00:00
|
|
|
"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)",
|
2020-07-17 01:28:12 +00:00
|
|
|
"main": "dist/index.cjs.js",
|
|
|
|
"module": "dist/index.js",
|
2020-03-09 00:44:22 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2019-07-05 03:49:38 +00:00
|
|
|
"files": [
|
|
|
|
"android",
|
|
|
|
"!android/build",
|
|
|
|
"ios",
|
|
|
|
"!ios/build",
|
2020-03-09 00:44:22 +00:00
|
|
|
"dist",
|
2019-07-05 03:49:38 +00:00
|
|
|
"RNFastImage.podspec"
|
|
|
|
],
|
2018-12-31 00:30:55 +00:00
|
|
|
"scripts": {
|
2020-07-17 01:28:12 +00:00
|
|
|
"build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow",
|
|
|
|
"lint": "dv-scripts lint",
|
|
|
|
"release": "dv-scripts release",
|
|
|
|
"test": "dv-scripts test"
|
2018-12-31 01:21:08 +00:00
|
|
|
},
|
2020-03-09 00:44:22 +00:00
|
|
|
"prettier": {
|
|
|
|
"semi": false,
|
|
|
|
"singleQuote": true,
|
|
|
|
"tabWidth": 4,
|
|
|
|
"trailingComma": "all"
|
|
|
|
},
|
2020-07-17 01:28:12 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "dv-scripts"
|
|
|
|
},
|
2019-07-05 03:49:38 +00:00
|
|
|
"jest": {
|
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"ReactNativeFastImageExample*",
|
|
|
|
"ReactNativeFastImageExampleServer*"
|
|
|
|
],
|
|
|
|
"preset": "react-native"
|
|
|
|
},
|
2018-12-31 00:30:55 +00:00
|
|
|
"devDependencies": {
|
2020-07-17 01:28:12 +00:00
|
|
|
"@babel/core": "^7.10.5",
|
|
|
|
"@babel/runtime": "^7.10.5",
|
|
|
|
"@types/jest": "^26.0.4",
|
2020-03-09 00:44:22 +00:00
|
|
|
"@types/react": "^16.9.23",
|
|
|
|
"@types/react-native": "^0.61.17",
|
2020-07-17 01:28:12 +00:00
|
|
|
"@types/react-test-renderer": "^16.9.2",
|
2020-03-01 21:56:35 +00:00
|
|
|
"babel-jest": "^24.9.0",
|
2020-07-17 01:28:12 +00:00
|
|
|
"dv-scripts": "^1.4.2",
|
|
|
|
"eslint-config-dv-scripts": "^1.1.1",
|
2020-03-01 21:56:35 +00:00
|
|
|
"jest": "^24.9.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
2020-07-17 01:28:12 +00:00
|
|
|
"prettier": "^2.0.5",
|
2020-03-01 21:56:35 +00:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-native": "0.61.5",
|
|
|
|
"react-test-renderer": "16.9.0",
|
2020-07-17 01:28:12 +00:00
|
|
|
"typescript": "^3.9.7"
|
2018-12-31 00:30:55 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-07-05 23:12:43 +00:00
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-native": "^0.60.0"
|
2018-12-31 00:30:55 +00:00
|
|
|
}
|
2017-04-13 04:13:44 +00:00
|
|
|
}
|