@react-native-ohos/react-native-cardview
Version:
A react native card view
55 lines (54 loc) • 1.18 kB
JSON
{
"name": "@react-native-ohos/react-native-cardview",
"description": "A react native card view",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"version": "2.0.4-rc.1",
"keywords": [
"react",
"react-native",
"react-component",
"react-native-card",
"react-native-cardview",
"react-native-card-view",
"card",
"card-view",
"card-view",
"react-native-shadow",
"react-native-shadow-view",
"react-native-shadowview",
"shadow",
"shadow-view",
"shadowview",
"appcompat",
"support",
"harmony",
"component"
],
"files": [
"src",
"libs",
"harmony"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-patch": "npm version patch",
"publish": "npm publish"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"harmony": {
"alias": "react-native-cardview"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-native-cardview": "^2.0.3"
}
}