UNPKG

react-native-category-card

Version:

<img alt="React Native Category Card" src="assets/logo.png" width="686"/>

78 lines (77 loc) 2.36 kB
{ "name": "react-native-category-card", "version": "0.2.0", "description": "", "keywords": [ "SevvalEygul", "sevvaleygul", "sevval", "Sevval", "react", "react-native", "react-native-library", "javascript", "ui-lib", "rn", "card", "Card", "list", "List", "list-card", "ListCard", "category", "CategoryCard" ], "bugs": "https://github.com/sevvaleygul0/react-native-category-card/issues", "main": "./lib/categoryCard/CategoryCard.js", "repository": "https://github.com/sevvaleygul0/react-native-category-card", "author": "Sevval Eygul <sevvalleygull@gmail.com>", "license": "MIT", "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^27.4.1", "@types/react": "^17.0.43", "@types/react-native": "^0.67.3", "@types/react-test-renderer": "^17.0.1", "eslint": "^7.6.0", "eslint-config-airbnb": "^18.2.0", "husky": "^7.0.0", "lint-staged": "^10.2.11", "prettier": "^2.0.5", "prettier-format": "^3.0.3", "react-native-typescript-transformer": "^1.2.13", "typescript": "^4.6.3" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "./src/*.{js,jsx,ts,tsx}": [ "npx prettier --write", "eslint src/*.js --fix-dry-run" ] }, "peerDependencies": { "@freakycoder/react-native-bounceable": "^0.1.1", "@freakycoder/react-native-helpers": "^0.1.3", "react": ">= 16.x.x", "react-native": ">= 0.55.x", "react-native-androw": "0.0.34", "react-native-linear-gradient": "^2.5.6" }, "scripts": { "build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "prettier": "cd lib && npx prettier --write . && git add .", "prepare": "husky install", "husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier", "husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'", "husky:prettier": "npx husky add .husky/pre-commit 'npm run prettier'" } }