UNPKG

rn-inkpad

Version:

<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

94 lines (93 loc) 2.11 kB
{ "name": "rn-inkpad", "version": "1.0.6", "private": false, "main": "dist/index.js", "types": "dist/types/index.d.ts", "files": [ "src", "dist/*", "types/*" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest", "build": "rm -rf dist && tsc && tsc -m es6 --outDir lib-esm" }, "dependencies": { "react-native-vector-icons": "^10.0.3" }, "peerDependencies": { "react": ">=18.2.0", "react-native": ">=0.73.11" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.73.21", "@react-native/eslint-config": "0.73.2", "@react-native/metro-config": "0.73.5", "@react-native/typescript-config": "0.73.1", "@types/react": "^18.2.6", "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react": "18.2.0", "react-native": "^0.73.11", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "repository": { "type": "git", "url": "git+https://github.com/FerRiv3ra/rn-inkpad" }, "keywords": [ "react-native", "ui library", "alert", "prompt", "actionsheet", "avatar", "button", "floating", "checkbox", "interactive", "radiobuttons", "card", "floatingcard", "images", "icons", "inputs", "navigation", "bottom navigation", "tap navigation", "progress", "progressbar", "rating", "rbnb rating", "slide", "switch", "tab control", "toast", "drawer", "UI component", "user interaction", "lightweight" ], "author": "FerRivera", "license": "MIT", "bugs": { "url": "https://github.com/FerRiv3ra/rn-inkpad/issues" }, "homepage": "https://github.com/FerRiv3ra/rn-inkpad#readme", "engines": { "node": ">=18" } }