react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
175 lines (174 loc) • 4.54 kB
JSON
{
"author": "Richard Lindhout <info@webridge.nl> (https://github.com/web-ridge)",
"bugs": {
"url": "https://github.com/web-ridge/react-native-paper-dates/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"color": "^4.2.3"
},
"description": "Performant Date Picker for React Native Paper",
"devDependencies": {
"@commitlint/config-conventional": "^19.8.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-vector-icons/material-design-icons": "^12.0.0",
"@react-native/babel-preset": "^0.79.2",
"@release-it/conventional-changelog": "^10.0.1",
"@testing-library/react-native": "^13.2.0",
"@types/color": "^4.2.0",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "~19.0.0",
"babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001716",
"commitlint": "^19.8.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-testing-library": "^7.1.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "^0.3.9",
"prettier": "^3.5.3",
"react": "~19.0.0",
"react-native": "^0.79.2",
"react-native-builder-bob": "^0.40.0",
"react-native-paper": "^5.14.0",
"react-native-safe-area-context": "^5.4.0",
"react-test-renderer": "~19.0.0",
"release-it": "^19.0.1",
"typescript": "~5.8.3"
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"semi": false
}
],
"react/react-in-jsx-scope": "off"
}
},
"eslintIgnore": [
"node_modules/",
"lib/",
"example/node_modules",
"example/dist",
"docusaurus",
"coverage"
],
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-paper-dates.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"homepage": "https://github.com/web-ridge/react-native-paper-dates#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn lint && yarn typecheck"
}
},
"keywords": [
"react-native",
"ios",
"android"
],
"license": "MIT",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"name": "react-native-paper-dates",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"react-native-safe-area-context": "*"
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"semi": false
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"react-native": "src/index",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json",
"tsc": "./node_modules/.bin/tsc"
}
]
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"repository": "https://github.com/web-ridge/react-native-paper-dates",
"scripts": {
"test": "jest --config=jest.config.js --watchAll=false",
"test-watch": "jest --config=jest.config.js --watchAll",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "husky install && bob build",
"release": "release-it --ci --github.autoGenerate",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"prepack": "bob build",
"build-example": "cd example && npx expo export:web"
},
"source": "src/index",
"types": "lib/typescript/index.d.ts",
"version": "0.22.51"
}