UNPKG

react-native-bouncy-checkbox

Version:

Fully customizable animated bouncy checkbox for React Native

81 lines (80 loc) 2.69 kB
{ "name": "react-native-bouncy-checkbox", "version": "4.1.4", "description": "Fully customizable animated bouncy checkbox for React Native", "keywords": [ "toggle", "switch", "bouncy", "checkbox", "animated", "check", "customizable", "react-native-checkbox", "rn-checkbox", "FreakyCoder", "freakycoder", "kuray", "Kuray", "react", "react-native", "javascript", "ui-lib", "rn" ], "homepage": "https://www.freakycoder.com", "bugs": "https://github.com/WrathChaos/react-native-bouncy-checkbox/issues", "main": "./build/dist/index.js", "repository": "git@github.com:WrathChaos/react-native-bouncy-checkbox.git", "author": "Kuray (FreakyCoder) <kurayogun@gmail.com>", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@react-native/babel-preset": "0.79.2", "@react-native/eslint-config": "0.76.6", "@react-native/metro-config": "0.79.2", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.1", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "cpx": "^1.5.0", "eslint": "^9.18.0", "eslint-plugin-react": "^7.35.0", "husky": "^9.1.1", "lint-staged": "^15.2.2", "npm-post-install": "0.0.2", "prettier": "3.5.3", "prettier-format": "^4.0.0", "react-native-typescript-transformer": "^1.2.13", "semantic-release": "^24.0.0", "typescript": "5.8.3" }, "scripts": { "build": "cd lib && tsc && npm run copy:assets && npm run copy:package", "prepare": "husky", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint lib", "prettier": "cd lib && npx prettier --write . && git add .", "husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier && npm run husky:lint", "husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'", "semantic-release": "semantic-release", "copy:assets": "cpx 'lib/local-assets/**' './build/dist/local-assets'", "copy:package": "cpx '../package.json' '../build/dist/'", "husky:lint": "npx husky add .husky/pre-commit 'npm run lint'", "husky:prettier": "npx husky set .husky/pre-commit 'npm run prettier'" }, "dependencies": { "@freakycoder/react-native-bounceable": "^1.0.3", "react-native-bouncy-checkbox": "^4.1.2" }, "expo": { "doctor": { "newArchitecture": "compatible" } } }