UNPKG

time-calendar

Version:

Shows the schedule, increases and decreases the calendar day, changing the schedule

43 lines (42 loc) 1.15 kB
{ "name": "time-calendar", "version": "0.1.0", "description": "Shows the schedule, increases and decreases the calendar day, changing the schedule", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/types/index.d.ts", "files": [ "dist" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/types/index.d.ts" } }, "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "keywords": ["calendar", "react", "schedule", "datepicker", "component"], "author": "Ilya Dyudyaev", "license": "MIT", "dependencies": { "date-fns": "^4.1.0", "react": "^19.1.0", "react-dom": "^19.1.0", "styled-components": "^6.1.18" }, "devDependencies": { "@storybook/addon-onboarding": "^9.0.1", "@storybook/react-vite": "^9.0.1", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", "@types/styled-components": "^5.1.34", "storybook": "^9.0.1", "tsup": "^8.5.0", "typescript": "^5.8.3" } }