UNPKG

react-native-3d-card

Version:

A customizable React Native 3D card/credit-card component.

76 lines (75 loc) 1.81 kB
{ "name": "react-native-3d-card", "version": "1.0.3", "description": "A customizable React Native 3D card/credit-card component.", "author": "Caio Nilton <cnilton>", "main": "index.js", "private": false, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "repository": { "type": "git", "url": "git+https://github.com/Cnilton/react-native-3d-card.git" }, "license": "MIT", "keywords": [ "react-native", "react-native-component", "react", "react native", "mobile", "ios", "android", "credit-card", "creditcard", "3d", "react-native-credit-card", "3d-card", "react-native-3d-card" ], "bugs": { "url": "https://github.com/Cnilton/react-native-3d-card/issues" }, "homepage": "https://github.com/Cnilton/react-native-3d-card#readme", "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "react-native-linear-gradient": "^2.5.6" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.23", "@types/react-native": "^0.64.5", "@types/react-test-renderer": "^16.9.2", "babel-jest": "^26.6.3", "eslint": "^7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.0", "react-native-codegen": "^0.0.7", "react-test-renderer": "17.0.2", "typescript": "^3.8.3" }, "resolutions": { "@types/react": "^17" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }