|
| 1 | +{ |
| 2 | + "name": "react-native-userpic", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "React Native user picture / user avatar with support for gravatar, user's initials, unique colors, badges, statuses and more", |
| 5 | + "author": "Nick Seryakov (https://github.com/kolking)", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/kolking/react-native-userpic#readme", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://[email protected]/kolking/react-native-userpic.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/kolking/react-native-userpic/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "react-native", |
| 17 | + "ios", |
| 18 | + "android", |
| 19 | + "userpic", |
| 20 | + "avatar", |
| 21 | + "gravatar", |
| 22 | + "user picture", |
| 23 | + "user image", |
| 24 | + "user avatar", |
| 25 | + "initials", |
| 26 | + "badge" |
| 27 | + ], |
| 28 | + "main": "src/index", |
| 29 | + "react-native": "src/index", |
| 30 | + "source": "src/index", |
| 31 | + "scripts": { |
| 32 | + "test": "jest", |
| 33 | + "lint": "eslint --ext .js,.jsx,.ts,.tsx ./", |
| 34 | + "validate": "yarn tsc && yarn lint --fix && yarn test -u" |
| 35 | + }, |
| 36 | + "dependencies": { |
| 37 | + "js-md5": "^0.7.3" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@babel/core": "^7.12.9", |
| 41 | + "@babel/runtime": "^7.12.5", |
| 42 | + "@react-native-community/eslint-config": "^2.0.0", |
| 43 | + "@types/jest": "^26.0.23", |
| 44 | + "@types/js-md5": "^0.4.3", |
| 45 | + "@types/react-native": "^0.67.3", |
| 46 | + "@types/react-test-renderer": "^17.0.1", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.17.0", |
| 48 | + "@typescript-eslint/parser": "^5.17.0", |
| 49 | + "babel-jest": "^26.6.3", |
| 50 | + "eslint": "^7.32.0", |
| 51 | + "jest": "^26.6.3", |
| 52 | + "metro-react-native-babel-preset": "^0.67.0", |
| 53 | + "react": "17.0.2", |
| 54 | + "react-native": "0.68.2", |
| 55 | + "react-test-renderer": "17.0.2", |
| 56 | + "typescript": "^4.4.4" |
| 57 | + }, |
| 58 | + "resolutions": { |
| 59 | + "@types/react": "^17" |
| 60 | + }, |
| 61 | + "peerDependencies": { |
| 62 | + "react": "*", |
| 63 | + "react-native": "*" |
| 64 | + }, |
| 65 | + "jest": { |
| 66 | + "preset": "react-native", |
| 67 | + "moduleFileExtensions": [ |
| 68 | + "ts", |
| 69 | + "tsx", |
| 70 | + "js", |
| 71 | + "jsx", |
| 72 | + "json", |
| 73 | + "node" |
| 74 | + ] |
| 75 | + }, |
| 76 | + "publishConfig": { |
| 77 | + "registry": "https://registry.npmjs.org/" |
| 78 | + } |
| 79 | +} |
0 commit comments