react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
81 lines (80 loc) • 2.61 kB
JSON
{
"name": "react-native-lunar-calendars",
"version": "2.1.0",
"homepage": "https://github.com/Ky0-Nguyen/react-native-lunar-calendars#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality",
"keywords": [
"react-native",
"calendar",
"lunar",
"vietnamese",
"am-lich",
"lunar-calendar",
"react-native-calendar",
"typescript"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/ example/src",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ky0-Nguyen/react-native-lunar-calendars"
},
"upstream": {
"repository": "https://github.com/wix/react-native-calendars",
"version": "1.x"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Tuan Nguyen <ky0.nguyen@gmail.com>",
"license": "MIT",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.10",
"xdate": "^0.8.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-class-properties": "^7.23.0",
"@babel/plugin-transform-arrow-functions": "^7.23.0",
"@babel/plugin-transform-parameters": "^7.23.0",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-spread": "^7.23.0",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@testing-library/react-native": "^12.4.0",
"@types/enzyme": "^3.10.18",
"@types/enzyme-adapter-react-16": "^1.0.9",
"@types/jest": "^29.5.14",
"@types/lodash.get": "^4.4.8",
"@types/lodash.isequal": "^4.5.6",
"@types/react": "^18.2.0",
"@types/react-native": "^0.73.0",
"@types/react-native-vector-icons": "^6.4.18",
"@types/xdate": "^0.8.35",
"@babel/eslint-parser": "^7.23.0",
"babel-jest": "^29.7.0",
"enzyme": "^3.11.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "18.2.0",
"react-native": "0.81.0",
"react-native-web": "^0.19.13",
"typescript": "^5.3.0"
}
}