mirror of
https://github.com/zhigang1992/react-native-shadow-view.git
synced 2026-06-15 10:28:24 +08:00
40 lines
1007 B
JSON
40 lines
1007 B
JSON
{
|
|
"name": "react-native-shadow-view",
|
|
"version": "0.0.1",
|
|
"description": "React Native's View Component with Shadows Both on Android and iOS, inspired by react-native-shadow",
|
|
"main": "lib/",
|
|
"typings": "lib/index.d.ts",
|
|
"types": "lib/index.d.ts",
|
|
"type": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pinqy520/react-native-shadow-view.git"
|
|
},
|
|
"keywords": [
|
|
"react-native"
|
|
],
|
|
"author": "Qi Huang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pinqy520/react-native-shadow-view/issues"
|
|
},
|
|
"homepage": "https://github.com/pinqy520/react-native-shadow-view#readme",
|
|
"devDependencies": {
|
|
"@types/react": "^15.0.25",
|
|
"@types/react-native": "^0.44.4",
|
|
"typescript": "^2.3.3"
|
|
},
|
|
"dependencies": {
|
|
"color-alpha": "^1.0.2",
|
|
"color-parse": "^1.3.7"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-svg": "*"
|
|
}
|
|
}
|