UNPKG

react-native-plain-calendar

Version:
62 lines 1.61 kB
{ "name": "react-native-plain-calendar", "version": "1.0.8", "description": "Calendar component for React-Native", "main": "index.ts", "react-native": "index.ts", "module": "./build/index", "types": "./build/index.d.ts", "files": [ "src", "index.ts", "index.d.ts", "build" ], "scripts": { "build": "tsc" }, "peerDependencies": { "react": ">=16.8.3", "react-native": ">=0.59.0" }, "dependencies": { "date-fns": "^2.2.1" }, "devDependencies": { "@babel/core": "7.6.0", "@babel/runtime": "7.6.0", "@react-native-community/eslint-config": "0.0.3", "@types/jest": "^24.0.18", "@types/react": "^16.9.2", "@types/react-native": "^0.60.15", "@types/react-test-renderer": "^16.9.0", "babel-jest": "24.9.0", "eslint": "6.3.0", "jest": "24.8.0", "metro-react-native-babel-preset": "0.54.1", "prettier": "^1.17.1", "react-native-typescript-transformer": "^1.2.13", "react-test-renderer": "16.8.3", "typescript": "^3.6.3" }, "repository": { "type": "git", "url": "git+https://github.com/YuraPelehatiy/react-native-plain-calendar.git" }, "keywords": [ "react-native", "react-native-calendar", "react-native-plain-calendar", "react-native-simple-calendar", "calendar-component", "calendar-picker", "calendar", "picker" ], "author": "Yura Pelehatiy", "license": "MIT", "bugs": { "url": "https://github.com/YuraPelehatiy/react-native-plain-calendar/issues" }, "homepage": "https://github.com/YuraPelehatiy/react-native-plain-calendar#readme" }