UNPKG

react-native-shadow-2

Version:

Cross-platform shadow for React Native. Improved version of the abandoned react-native-shadow package

66 lines (65 loc) 1.53 kB
{ "name": "react-native-shadow-2", "version": "7.1.2", "description": "Cross-platform shadow for React Native. Improved version of the abandoned react-native-shadow package", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "/lib" ], "scripts": { "test": "", "clean": "rimraf lib", "build": "npm run clean && tsc", "prepare": "npm run build", "prepublishOnly": "npm run test", "sandbox": "npm run --prefix ./sandbox web" }, "repository": { "type": "git", "url": "git+https://github.com/ftzi/react-native-shadow-2.git" }, "keywords": [ "shadow", "shadows", "react-native", "native", "gradient", "ios", "android", "react", "cross-platform", "automatic", "typescript", "cross", "blur", "shadow-2", "native-shadow", "svg" ], "author": "Bruno Fantauzzi", "license": "ISC", "bugs": { "url": "https://github.com/ftzi/react-native-shadow-2/issues" }, "homepage": "https://github.com/ftzi/react-native-shadow-2#readme", "dependencies": { "colord": "2.9.2" }, "devDependencies": { "@types/react-native": "*", "eslint-config-gev": "^3.2.0", "prettier": "^2.8.6", "prettier-config-gev": "^1.1.2", "react": "*", "react-native": "*", "react-native-svg": ">=12.1.0", "rimraf": "^3.0.0", "typescript": "^4.0.0" }, "peerDependencies": { "react-native": "*", "react-native-svg": ">=12.1.0" }, "prettier": "prettier-config-gev" }