UNPKG

roko-date-picker

Version:
61 lines (60 loc) 1.44 kB
{ "name": "roko-date-picker", "version": "1.5.0", "description": "A simple single/multi date picker", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "directories": { "example": "example", "src": "src" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc" }, "keywords": [ "React", "Native", "Expo", "Calendar", "Date", "Picker", "Range" ], "author": "Erjon Këllëci", "license": "ISC", "dependencies": { "date-fns": "^2.30.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^18.2.20", "@types/react-native": "^0.72.2", "@types/react-native-vector-icons": "^6.4.14", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-native": "^4.0.0", "jest": "^29.6.2", "prettier": "^3.0.2", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "bugs": { "url": "https://github.com/ErionTp/roko-calendar/issues" }, "homepage": "https://github.com/ErionTp/roko-calendar#readme", "repository": { "type": "git", "url": "git+https://github.com/ErionTp/roko-calendar.git" } }