UNPKG

@anatolyk/react-native-week-view

Version:
67 lines (66 loc) 1.72 kB
{ "name": "@anatolyk/react-native-week-view", "version": "1.0.8", "description": "Week View Calendar for React Native", "main": "index.js", "author": "Hoang Nguyen (https://github.com/hoangnm) | Anatoly Kazarin", "contributors": [ "Hoang Nguyen (https://github.com/hoangnm)", "Anatoly Kazarin <alkidkaz@gmail.com>" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AnatolyKazarin/react-native-week-view.git" }, "bugs": { "url": "https://github.com/AnatolyKazarin/react-native-week-view/issues" }, "keywords": [ "android", "ios", "react-native", "react", "react-component", "weekview", "calendar" ], "homepage": "https://github.com/AnatolyKazarin/react-native-week-view#readme", "scripts": { "lint": "eslint ./src *.js", "test": "jest ./src" }, "dependencies": { "memoize-one": "^5.1.1", "moment": "^2.19.3", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "eslint": "^7.24.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.5", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.3", "jest-extended": "^0.11.5", "prettier": "^2.0.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "setupFilesAfterEnv": [ "jest-extended" ] } }