react-native-switch-month-week
Version:
react native calendar with a week and month view
73 lines (72 loc) • 1.82 kB
JSON
{
"name": "react-native-switch-month-week",
"version": "0.1.15",
"description": "react native calendar with a week and month view",
"main": "src/index.ts",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"author": {
"name": "petitspois",
"email": "4039293@qq.com"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"reactNativeSwitchMonthWeek",
"calendar",
"week",
"month",
"agenda"
],
"dependencies": {
"lodash": "^4.17.15",
"moment": "^2.29.4",
"recyclerlistview": "^3.0.5",
"xdate": "^0.8.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"lodash": "^4.17.15",
"moment": "^2.29.4",
"xdate": "^0.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.14.170",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"@types/xdate": "^0.8.32",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.71.2",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"bugs": {
"url": "https://github.com/petitspois/react-native-switch-month-week/issues"
},
"homepage": "https://github.com/petitspois/react-native-switch-month-week#readme"
}