UNPKG

react-native-full-calendars

Version:

React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.

81 lines (80 loc) 2.38 kB
{ "name": "react-native-full-calendars", "description": "React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.", "version": "1.0.1", "author": "Jaehyup Lee <dlwoguq321@gmail.com> (https://github.com/leejaehyup)", "license": "MIT", "homepage": "https://nichecoding.github.io", "repository": { "type": "git", "url": "git+https://github.com/nichecoding/react-native-full-calendars.git" }, "keywords": [ "react-native", "ios", "android", "calendar", "full-calendar" ], "files": [ "src", "lib" ], "source": "src/index.tsx", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index.tsx", "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write" ] }, "scripts": { "lint": "eslint .", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"", "test": "jest", "lint-staged": "lint-staged", "prepare": "bob build" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.64.0", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": ">=2.8.0" }, "devDependencies": { "@react-native/babel-preset": "0.74.87", "@react-native/eslint-config": "0.74.87", "@react-native/typescript-config": "0.74.87", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "husky": "^9.1.7", "jest": "^29.6.3", "lint-staged": "^15.2.10", "prettier": "2.8.8", "react": "18.2.0", "react-native": "0.74.5", "react-native-builder-bob": "^0.35.2", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "dependencies": { "date-fns": "^4.1.0", "lodash": "^4.17.21" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }