UNPKG

@canakyuz/calendar

Version:

Expo ile oluşturulmuş özelleştirilebilir takvim uygulaması

73 lines (72 loc) 1.85 kB
{ "name": "@canakyuz/calendar", "main": "components/Calendar/index.tsx", "types": "components/Calendar/index.d.ts", "license": "MIT", "version": "2.0.0", "description": "Expo ile oluşturulmuş özelleştirilebilir takvim uygulaması", "author": "Can Akyuz <canakyuz23@outlook.com>", "repository": { "type": "git", "url": "git+https://github.com/canakyuz/calendar.git" }, "keywords": [ "expo", "calendar", "react-native", "takvim" ], "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll", "prepare-publish": "npm version patch", "publish-pkg": "npm publish" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo/vector-icons": "^14.0.4", "@react-navigation/native": "^7.0.14", "expo": "~52.0.37", "expo-constants": "^17.0.7", "expo-font": "~13.0.4", "expo-linking": "~7.0.5", "expo-router": "~4.0.17", "expo-splash-screen": "~0.29.22", "expo-status-bar": "~2.0.1", "expo-system-ui": "~4.0.8", "expo-web-browser": "~14.0.2", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.7", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "^4.12.0", "react-native-screens": "~4.4.0", "react-native-web": "~0.19.13" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~18.3.12", "jest": "^29.2.1", "jest-expo": "~52.0.4", "react-test-renderer": "18.3.1", "typescript": "~5.3.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "files": [ "app/", "components/", "constants/", "assets/images/", "assets/fonts/", "LICENSE", "README.md" ] }