UNPKG

@sphereon/ui-components.ssi-react-native

Version:
51 lines (50 loc) 1.32 kB
{ "name": "@sphereon/ui-components.ssi-react-native", "private": false, "version": "0.4.0", "description": "SSI UI components for React-Native", "repository": "git@github.com:Sphereon-Opensource/UI-Components.git", "author": "Sphereon <dev@sphereon.com>", "license": "Apache-2.0", "keywords": [ "Frontend", "User interface", "React-Native", "Self-sovereign identity (SSI)" ], "scripts": { "build": "tsc", "build:clean": "tsc --build --clean && tsc --build" }, "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@react-native-community/blur": "^4.4.1", "@react-native-masked-view/masked-view": "^0.3.2", "@sphereon/ui-components.core": "0.4.0", "expo-linear-gradient": "~13.0.2", "react-native-fast-image": "^8.6.3", "react-native-size-matters": "^0.4.2", "react-native-svg": "15.2.0", "styled-components": "^6.1.15" }, "devDependencies": { "@types/react": "~18.3.18", "expo": "^51.0.22", "typescript": "~5.3.3" }, "peerDependencies": { "react": ">= 18.2", "react-native": "~0.74.3" }, "gitHead": "c63b21ea1ff8a2aef0b6de301d1a85143d9d8f8e" }