UNPKG

react-typed-date

Version:

![npm version](https://img.shields.io/npm/v/react-typed-date) ![license](https://img.shields.io/badge/license-MIT-green) ![bundle size](https://img.shields.io/bundlephobia/minzip/react-typed-date)

80 lines (79 loc) 1.93 kB
{ "name": "react-typed-date", "version": "1.1.2", "type": "module", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc -b && vite build", "lint": "eslint .", "prepare": "husky", "commit": "git-cz", "test": "vitest", "test:headless": "vitest run --browser.headless" }, "keywords": [ "react", "date", "input", "date-picker", "date-input", "typescript", "keyboard" ], "author": "StefNef", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CyberStefNef/react-typed-date.git" }, "bugs": { "url": "https://github.com/CyberStefNef/react-typed-date/issues" }, "homepage": "https://github.com/CyberStefNef/react-typed-date#readme", "peerDependencies": { "react": "^18 || ^19" }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@commitlint/cz-commitlint": "^19.8.0", "@eslint/js": "^9.21.0", "@semantic-release/git": "^10.0.1", "@types/node": "^22.13.9", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "@vitest/browser": "^3.0.8", "commitizen": "^4.3.1", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "husky": "^9.1.7", "playwright": "^1.51.0", "react": "^19.0.0", "react-dom": "^19.0.0", "semantic-release": "^24.2.3", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.8", "vitest-browser-react": "^0.1.1" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "publishConfig": { "provenance": true } }