react-native-gradient-shimmer
Version:
⚛ A pure JavaScript, performant, typed shimmer component for Android and iOS.
60 lines (59 loc) • 1.63 kB
JSON
{
"name": "react-native-gradient-shimmer",
"displayName": "React-Native Gradient Renderer",
"version": "2.0.1",
"description": "⚛ A pure JavaScript, performant, typed shimmer component for Android and iOS.",
"main": "dist",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-gradient-shimmer.git"
},
"keywords": [
"react-native",
"android",
"ios",
"web",
"shimmer",
"skeleton",
"animated",
"linear-gradient"
],
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "https://github.com/douglasjunior"
},
"bugs": {
"url": "https://github.com/douglasjunior/react-native-gradient-shimmer/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-gradient-shimmer",
"scripts": {
"build": "tsc",
"publish-script": "node scripts/publish.js"
},
"peerDependencies": {
"react-native": ">=0.60"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.8",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.71.4",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"types": "dist"
}