UNPKG

react-native-liquid-view

Version:

A sleek, modern React Native component that brings Apple's iOS 26 Liquid Glass design language to your mobile apps

148 lines (147 loc) 3.5 kB
{ "name": "react-native-liquid-view", "version": "0.1.0", "description": "A sleek, modern React Native component that brings Apple's iOS 26 Liquid Glass design language to your mobile apps", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "react-native.config.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "cd example && npm run dev", "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli lib", "prepare": "bob build", "release": "release-it", "build": "bob build" }, "keywords": [ "react-native", "ios", "android", "glassmorphism", "blur", "liquid-glass", "ios26", "design-system", "ui-component", "frosted-glass" ], "repository": { "type": "git", "url": "git+https://github.com/Vincent-presh/react-native-liquid-view.git" }, "author": "Vincent precious <5tcentunary@gmail.com> (https://github.com/Vincent-presh)", "license": "MIT", "bugs": { "url": "https://github.com/Vincent-presh/react-native-liquid-view/issues" }, "homepage": "https://github.com/Vincent-presh/react-native-liquid-view#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", "@react-native/babel-preset": "0.78.2", "@react-native/eslint-config": "^0.78.0", "@release-it/conventional-changelog": "^9.0.2", "@types/react": "^19.0.12", "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "commitlint": "^19.6.1", "del-cli": "^5.1.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "prettier": "^3.0.3", "react": "19.0.0", "react-native": "0.79.3", "react-native-builder-bob": "^0.40.8", "release-it": "^17.10.0", "typescript": "~5.5.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "angular" } } } }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "create-react-native-library": { "languages": "js", "type": "library", "version": "0.50.3" } }