rc-calendar-picker
Version:
<div align="center"> <a href="https://github.com/noxxxxxxxx/calendar" target="_blank"> <img alt="Calendar Logo" width="150" src="https://github.com/noxxxxxxxx/calendar/blob/main/assets/calendar.svg"/> </a> </div>
94 lines (93 loc) • 2.83 kB
JSON
{
"name": "rc-calendar-picker",
"version": "0.0.18",
"type": "module",
"files": [
"README.md",
"dist",
"LICENCE",
"package.json",
"index.d.ts"
],
"style": "dist/rc-calendar-picker.css",
"author": "noxxxx <brooks2harry@gmail.com>",
"types": "./dist/index.d.ts",
"main": "./dist/rc-calendar-picker.umd.cjs",
"module": "./dist/rc-calendar-picker.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/rc-calendar-picker.js",
"require": "./dist/rc-calendar-picker.umd.cjs"
},
"./style.css": "./dist/style.css",
"./package.json": "./package.json"
},
"homepage": "https://github.com/noxxxxxxxx/calendar",
"repository": {
"type": "git",
"url": "https://github.com/noxxxxxxxx/calendar.git"
},
"keywords": [
"calendar-component",
"react-calendar",
"rc-calendar-picker",
"datetime",
"react"
],
"bugs": {
"url": "https://github.com/noxxxxxxxx/calendar/issues"
},
"scripts": {
"dev": "tsc && vite",
"test": "vitest",
"coverage": "vitest run --coverage.enabled=true",
"build": "tsc -b && vite build && sass --no-source-map src/lib/calendar/style.scss dist/style.css --style compressed",
"lint": "tsc -b && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {
"dayjs": "^1.11.13",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.13",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.9",
"antd": "^5.24.5",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.4",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-unicorn": "^51.0.1",
"jsdom": "^25.0.1",
"prettier": "^3.5.3",
"prettier-plugin-packagejson": "^2.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.86.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"typescript": "^5.8.2",
"vite": "^5.4.17",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.9"
},
"license": "MIT"
}