UNPKG

@ohmi/react-native-progress

Version:

Progress indicators and spinners for React Native using ReactART

61 lines (60 loc) 1.58 kB
{ "name": "@ohmi/react-native-progress", "version": "5.0.1-rc.0.1.0", "description": "Progress indicators and spinners for React Native using ReactART", "main": "index.js", "scripts": { "test": "eslint *.js Shapes", "format": "prettier --write {,Shapes/,Example/}*.js README.md *.ts" }, "keywords": [ "react-native", "react-component", "react-native-component", "react", "mobile", "ios", "ui", "progress", "progressindicator", "circle", "pie", "bar", "progressbar", "indeterminate", "spinner", "animation" ], "harmony": { "alias": "react-native-progress" }, "homepage": "https://gitee.com/kunyuan-hongke/react-native-progresss", "bugs": { "url": "https://gitee.com/kunyuan-hongke/react-native-progress/issues" }, "repository": { "type": "git", "url": "https://gitee.com/kunyuan-hongke/react-native-progress" }, "license": "MIT", "devDependencies": { "@ohmi/react-native-svg": "^15.0.0-0.7.6", "@tsconfig/react-native": "^3.0.5", "babel-eslint": "^10.0.1", "eslint": "5.3.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.11.0", "prettier": "^1.16.4" }, "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { "@ohmi/react-native-svg": "*" }, "typings": "index.d.ts" }