@liuyunjs/react-native-simple-shadow-view
Version:
a Native shadow view for react native, for any React Native platform.
46 lines (45 loc) • 1.22 kB
JSON
{
"name": "@liuyunjs/react-native-simple-shadow-view",
"version": "1.7.4",
"description": "a Native shadow view for react native, for any React Native platform.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib; tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/liuyunjs/react-native-simple-shadow-view.git"
},
"keywords": [
"react-native",
"react-native-shadow",
"react-native-shadow-view",
"react-native-simple-shadow-view",
"shadow in android",
"shadow",
"shadow-view",
"simple-shadow-view"
],
"author": "Roy Ben-Sasson",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.63.4"
},
"bugs": {
"url": "https://github.com/liuyunjs/react-native-simple-shadow-view/issues"
},
"homepage": "https://github.com/liuyunjs/react-native-simple-shadow-view#readme",
"devDependencies": {
"@types/react": "^17.0.6",
"@types/react-native": "^0.64.5",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.2.4"
},
"dependencies": {
"tslib": "^2.2.0"
}
}