@hedverse-ui/native-circular-progress
Version:
Animated circular progress component for React Native applications with customizable properties
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "@hedverse-ui/native-circular-progress",
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"description": "Animated circular progress component for React Native applications with customizable properties",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf lib",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"react-native-reanimated": ">=3.0.0",
"react-native-svg": ">=13.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"typescript": "^4.9.5"
},
"keywords": [
"react-native",
"circular-progress",
"progress-circle",
"animated-progress",
"svg-progress",
"react-native-progress",
"ui-components",
"hedverse-ui",
"animated",
"circular"
],
"author": "Hedverse Team <team@hedverse.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hedversecorp/ui.git"
},
"bugs": {
"url": "https://github.com/hedversecorp/ui/issues"
},
"homepage": "https://ui.hedverse.com",
"engines": {
"node": ">=16.0.0"
}
}