ui69
Version:
Unstyled, accessible UI components for React Native, inspired by shadcn/ui
94 lines (93 loc) • 2.35 kB
JSON
{
"name": "ui69",
"version": "0.2.12",
"description": "Unstyled, accessible UI components for React Native, inspired by shadcn/ui",
"main": "index.js",
"bin": {
"ui69": "./cli/index.js"
},
"files": [
"cli/",
"components/",
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Publishing ui69...'",
"postpublish": "echo 'ui69 published successfully!'"
},
"keywords": [
"react-native",
"ui",
"components",
"shadcn",
"design-system",
"mobile",
"expo",
"react-native-components",
"ui-library",
"checkbox",
"radio",
"radio-button",
"radio-group",
"switch",
"toggle",
"form-controls",
"input-components",
"single-selection",
"multi-selection",
"svg-icons",
"indeterminate-state",
"checkbox-group",
"switch-group",
"validation",
"accessible-components",
"smooth-animations",
"context-api",
"accordion",
"toast",
"notifications",
"gestures",
"animations",
"select",
"dropdown",
"picker",
"drawer",
"sheet",
"modal",
"bottom-sheet",
"side-panel",
"swipe-gestures"
],
"author": "Satyam Raj",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/enggsatyamraj/ui69.git"
},
"bugs": {
"url": "https://github.com/enggsatyamraj/ui69/issues"
},
"homepage": "https://github.com/enggsatyamraj/ui69#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"dependencies": {
"expo-linear-gradient": "^14.1.4",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.6",
"react-native-gesture-handler": "^2.25.0",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "^5.4.1",
"react-native-svg": "^15.12.0"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/react": "^19.1.4",
"@types/react-native": "^0.73.0"
}
}