UNPKG

@ffsm/native-ui

Version:

UI Components for React Native

49 lines (48 loc) 992 B
{ "name": "@ffsm/native-ui", "version": "0.0.1", "description": "UI Components for React Native", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "S3Tech <s3tech.vn@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/ffsmio/ffsmio-native-ui.git" }, "keywords": [ "react", "react-native", "ui", "components", "ffsm", "ffsmio", "native", "ffsmio-native-ui", "native-ui" ], "files": [ "dist" ], "publishConfig": { "access": "public" }, "license": "MIT", "private": false, "devDependencies": { "@types/node": "^22.13.10", "@types/react": "^19.0.10", "react": "^19.0.0", "react-native": "^0.78.0", "rimraf": "^6.0.1", "typescript": "^5.8.2" }, "peerDependencies": { "react": "^19.0.0", "react-native": "^0.78.0" }, "scripts": { "clean": "rimraf dist", "build": "tsc", "prepublish": "npm run clean && npm run build" } }