react-native-glassmorphism
Version:
A React Native component for creating a Glassmorphism effect with background blur.
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "react-native-glassmorphism",
"version": "1.0.1",
"description": "A React Native component for creating a Glassmorphism effect with background blur.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Devendra",
"license": "MIT",
"homepage": "https://github.com/yourusername/react-native-glassmorphism",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-native-glassmorphism.git"
},
"keywords": [
"react-native",
"glassmorphism",
"blur",
"ui",
"component"
],
"peerDependencies": {
"@react-native-community/blur": "^4.4.1",
"react": ">=17.0.0",
"react-native": ">=0.65.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^18.0.0",
"@react-native/metro-config": "^0.78.1",
"eslint": "^8.19.0",
"prettier": "2.8.8",
"typescript": "^5.0.4"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
}
}