react-native-weighted-fortune
Version:
A customizable, generic spin wheel component for React Native.
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "react-native-weighted-fortune",
"version": "1.0.6",
"description": "A customizable, generic spin wheel component for React Native.",
"main": "src/index.ts",
"license": "MIT",
"types": "src/index.ts",
"keywords": [
"react-native",
"spin-wheel",
"lucky-draw",
"wheel-of-fortune",
"reward-wheel",
"fortune-wheel",
"gamification",
"spinner",
"react-native-component",
"prize-wheel",
"game-wheel",
"react-native-lucky-draw",
"react-native-spin",
"wheel",
"lucky spin",
"animated wheel",
"reward spinner"
],
"author": "Charu bansal <bansalc981@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Charu1611/Wheel-of-fortune.git"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native/new-app-screen": "0.80.1",
"react": "19.1.0",
"react-native": "0.80.1",
"react-native-svg": "^15.12.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "19.0.0",
"@react-native-community/cli-platform-android": "19.0.0",
"@react-native-community/cli-platform-ios": "19.0.0",
"@react-native/babel-preset": "0.80.1",
"@react-native/eslint-config": "0.80.1",
"@react-native/metro-config": "0.80.1",
"@react-native/typescript-config": "0.80.1",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}