react-trip-date
Version:
Accessible, fully customizable date and range picker for React applications.
136 lines (135 loc) • 4.16 kB
JSON
{
"name": "react-trip-date",
"version": "2.1.1",
"description": "Accessible, fully customizable date and range picker for React applications.",
"author": "Samsam Ahmadi",
"license": "GPL-3.0",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"sideEffects": [
"./dist/index.mjs",
"./dist/index.cjs"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/samsam-ahmadi/react-trip-date.git"
},
"bugs": {
"url": "https://github.com/samsam-ahmadi/react-trip-date/issues"
},
"homepage": "https://samsam-ahmadi.com/react-trip-date/",
"keywords": [
"react",
"date",
"datepicker",
"date-picker",
"rangepicker",
"range-picker",
"calendar",
"jalali",
"persian",
"gregorian",
"accessible",
"a11y",
"typescript"
],
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "storybook dev -p 9009",
"build": "vite build && tsc -p tsconfig.build.json",
"build:lib": "vite build",
"build:types": "tsc -p tsconfig.build.json",
"storybook": "storybook dev -p 9009",
"build-storybook": "storybook build -o docs-build",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md,mdx}\"",
"prepare": "husky",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"dependencies": {
"dayjs": "^1.11.13"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@storybook/addon-a11y": "^8.4.0",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-interactions": "^8.4.0",
"@storybook/addon-themes": "^8.4.0",
"@storybook/blocks": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/react-vite": "^8.4.0",
"@storybook/test": "^8.4.0",
"@testing-library/dom": "^10",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.16.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@zoomit/dayjs-jalali-plugin": "^0.0.7",
"conventional-changelog-conventionalcommits": "^9.3.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.10.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semantic-release": "^25.0.3",
"storybook": "^8.4.0",
"styled-components": "^6.1.13",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}