react-native-skeleton-component
Version:
A skeleton component for react-native and react-native-web.
38 lines • 990 B
JSON
{
"name": "react-native-skeleton-component",
"version": "1.0.0",
"description": "A skeleton component for react-native and react-native-web.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"clean": "rm -r ./lib/*",
"build": "npm run clean && tsc"
},
"keywords": [
"react-native",
"react-native-web",
"react-native-skeleton",
"react-native-skeleton-component",
"skeleton",
"shimmer",
"loading",
"placeholder"
],
"repository": {
"type": "git",
"url": "https://github.com/nicolaslazzos/react-native-skeleton"
},
"author": "Nicolas Lazzos",
"license": "MIT",
"devDependencies": {
"@react-native-masked-view/masked-view": "^0.2.3",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.17",
"@types/react-native": "^0.63.17",
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": ">=0.14.8",
"react-native": ">=0.50.1"
}
}