|
1 | 1 | {
|
2 |
| - "name": "@d11/react-native-fast-image", |
3 |
| - "version": "8.6.5", |
4 |
| - "description": "🚩 FastImage, performant React Native image component.", |
5 |
| - "keywords": [ |
6 |
| - "cache", |
7 |
| - "cached", |
8 |
| - "fastimage", |
9 |
| - "image", |
10 |
| - "priority" |
| 2 | + "name": "@d11/react-native-fast-image", |
| 3 | + "version": "8.6.7", |
| 4 | + "description": "🚩 FastImage, performant React Native image component.", |
| 5 | + "keywords": [ |
| 6 | + "cache", |
| 7 | + "cached", |
| 8 | + "fastimage", |
| 9 | + "image", |
| 10 | + "priority" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/dream11/react-native-fast-image#readme", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/dream11/react-native-fast-image/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/dream11/react-native-fast-image.git" |
| 19 | + }, |
| 20 | + "license": "(MIT AND Apache-2.0)", |
| 21 | + "author": "Deepanshu shukla <[email protected]> (https://dream11.com)", |
| 22 | + "source": "src/index", |
| 23 | + "main": "dist/index.cjs.js", |
| 24 | + "module": "dist/index.js", |
| 25 | + "typings": "dist/index.d.ts", |
| 26 | + "files": [ |
| 27 | + "src", |
| 28 | + "android", |
| 29 | + "!android/build", |
| 30 | + "ios", |
| 31 | + "!ios/build", |
| 32 | + "dist", |
| 33 | + "RNFastImage.podspec" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "prepack": "yarn build", |
| 37 | + "example": "yarn workspace reactnativefastimageexample", |
| 38 | + "build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow && cp src/index.js.flow dist/index.cjs.js.flow", |
| 39 | + "lint": "dv-scripts lint", |
| 40 | + "release": "dv-scripts release", |
| 41 | + "test": "dv-scripts test" |
| 42 | + }, |
| 43 | + "prettier": { |
| 44 | + "semi": false, |
| 45 | + "singleQuote": true, |
| 46 | + "tabWidth": 4, |
| 47 | + "trailingComma": "all" |
| 48 | + }, |
| 49 | + "eslintConfig": { |
| 50 | + "extends": "dv-scripts" |
| 51 | + }, |
| 52 | + "jest": { |
| 53 | + "coveragePathIgnorePatterns": [ |
| 54 | + "ReactNativeFastImageExample*", |
| 55 | + "ReactNativeFastImageExampleServer*" |
11 | 56 | ],
|
12 |
| - "homepage": "https://github.com/dream11/react-native-fast-image#readme", |
13 |
| - "bugs": { |
14 |
| - "url": "https://github.com/dream11/react-native-fast-image/issues" |
15 |
| - }, |
16 |
| - "repository": { |
17 |
| - "type": "git", |
18 |
| - "url": "https://github.com/dream11/react-native-fast-image.git" |
19 |
| - }, |
20 |
| - "license": "(MIT AND Apache-2.0)", |
21 |
| - "author": "Deepanshu shukla <[email protected]> (https://dream11.com)", |
22 |
| - "main": "dist/index.cjs.js", |
23 |
| - "module": "dist/index.js", |
24 |
| - "typings": "dist/index.d.ts", |
25 |
| - "files": [ |
26 |
| - "android", |
27 |
| - "!android/build", |
28 |
| - "ios", |
29 |
| - "!ios/build", |
30 |
| - "dist", |
31 |
| - "RNFastImage.podspec" |
| 57 | + "modulePathIgnorePatterns": [ |
| 58 | + "ReactNativeFastImageExample*", |
| 59 | + "ReactNativeFastImageExampleServer*" |
32 | 60 | ],
|
33 |
| - "scripts": { |
34 |
| - "prepack": "yarn build", |
35 |
| - "example": "yarn workspace reactnativefastimageexample", |
36 |
| - "build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow && cp src/index.js.flow dist/index.cjs.js.flow", |
37 |
| - "lint": "dv-scripts lint", |
38 |
| - "release": "dv-scripts release", |
39 |
| - "test": "dv-scripts test" |
40 |
| - }, |
41 |
| - "prettier": { |
42 |
| - "semi": false, |
43 |
| - "singleQuote": true, |
44 |
| - "tabWidth": 4, |
45 |
| - "trailingComma": "all" |
46 |
| - }, |
47 |
| - "eslintConfig": { |
48 |
| - "extends": "dv-scripts" |
49 |
| - }, |
50 |
| - "jest": { |
51 |
| - "coveragePathIgnorePatterns": [ |
52 |
| - "ReactNativeFastImageExample*", |
53 |
| - "ReactNativeFastImageExampleServer*" |
54 |
| - ], |
55 |
| - "modulePathIgnorePatterns": [ |
56 |
| - "ReactNativeFastImageExample*", |
57 |
| - "ReactNativeFastImageExampleServer*" |
58 |
| - ], |
59 |
| - "preset": "react-native" |
60 |
| - }, |
61 |
| - "resolutions": { |
62 |
| - "@jest/create-cache-key-function": "^27" |
63 |
| - }, |
64 |
| - "devDependencies": { |
65 |
| - "@babel/core": "^7.24.7", |
66 |
| - "@babel/preset-env": "^7.20.0", |
67 |
| - "@babel/runtime": "^7.24.7", |
68 |
| - "@react-native/babel-preset": "0.74.84", |
69 |
| - "@react-native/metro-config": "0.74.84", |
70 |
| - "@react-native/typescript-config": "0.74.84", |
71 |
| - "@types/jest": "^26.0.24", |
72 |
| - "@types/react": "^18.3.3", |
73 |
| - "@types/react-native": "^0.69.5", |
74 |
| - "@types/react-test-renderer": "^17.0.1", |
75 |
| - "babel-plugin-module-resolver": "^5.0.0", |
76 |
| - "dv-scripts": "^1.6.0", |
77 |
| - "eslint-config-dv-scripts": "^1.1.1", |
78 |
| - "metro-react-native-babel-preset": "^0.66.1", |
79 |
| - "prettier": "^2.3.2", |
80 |
| - "react": "18.2.0", |
81 |
| - "react-native": "0.74.2", |
82 |
| - "react-test-renderer": "17.0.2", |
83 |
| - "typescript": "^4.3.5" |
84 |
| - }, |
85 |
| - "peerDependencies": { |
86 |
| - "react": "*", |
87 |
| - "react-native": "*" |
88 |
| - }, |
89 |
| - "workspaces": [ |
90 |
| - "ReactNativeFastImageExample" |
91 |
| - ] |
| 61 | + "preset": "react-native" |
| 62 | + }, |
| 63 | + "resolutions": { |
| 64 | + "@jest/create-cache-key-function": "^27" |
| 65 | + }, |
| 66 | + "devDependencies": { |
| 67 | + "@babel/core": "^7.24.7", |
| 68 | + "@babel/preset-env": "^7.20.0", |
| 69 | + "@babel/runtime": "^7.24.7", |
| 70 | + "@react-native/babel-preset": "0.74.84", |
| 71 | + "@react-native/metro-config": "0.74.84", |
| 72 | + "@react-native/typescript-config": "0.74.84", |
| 73 | + "@types/jest": "^26.0.24", |
| 74 | + "@types/react": "^18.3.3", |
| 75 | + "@types/react-native": "^0.69.5", |
| 76 | + "@types/react-test-renderer": "^17.0.1", |
| 77 | + "babel-plugin-module-resolver": "^5.0.0", |
| 78 | + "dv-scripts": "^1.6.0", |
| 79 | + "eslint-config-dv-scripts": "^1.1.1", |
| 80 | + "metro-react-native-babel-preset": "^0.66.1", |
| 81 | + "prettier": "^2.3.2", |
| 82 | + "react": "18.2.0", |
| 83 | + "react-native": "0.74.2", |
| 84 | + "react-test-renderer": "17.0.2", |
| 85 | + "typescript": "^4.3.5" |
| 86 | + }, |
| 87 | + "peerDependencies": { |
| 88 | + "react": "*", |
| 89 | + "react-native": "*" |
| 90 | + }, |
| 91 | + "workspaces": [ |
| 92 | + "ReactNativeFastImageExample" |
| 93 | + ], |
| 94 | + "packageManager": "[email protected]" |
92 | 95 | }
|
0 commit comments