react-native-reanimated-progress-bar
Version:
React Native animated progress bar, using react-native-reanimated
54 lines (53 loc) • 1.45 kB
JSON
{
"name": "react-native-reanimated-progress-bar",
"version": "1.0.2",
"description": "React Native animated progress bar, using react-native-reanimated",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && mkdir dist && tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serzmerz/react-native-progress-bar.git"
},
"files": [
"dist",
"src",
"*.md",
"LICENSE"
],
"keywords": [
"react",
"react native",
"progress bar",
"progress",
"animated progress"
],
"author": "Serhii Tanskiy",
"license": "MIT",
"bugs": {
"url": "https://github.com/serzmerz/react-native-progress-bar/issues"
},
"homepage": "https://github.com/serzmerz/react-native-progress-bar#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/runtime": "^7.14.6",
"@types/react": "^17.0.14",
"@types/react-native": "^0.64.12",
"babel-preset-minify": "^0.5.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.2.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": "*",
"react-native-gesture-handler": "*"
}
}