UNPKG

react-yearly-calendar-ts

Version:
32 lines (31 loc) 610 B
{ "name": "react-yearly-calendar-ts", "version": "1.0.1", "main": "lib/index.js", "author": "alexfsmn", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:alexfsmn/react-yearly-calendar-ts" }, "keywords": [ "react", "react.js", "calendar", "year", "yearly", "react-component" ], "dependencies": { "dayjs": "1.10.4", "react": "^16.14.0" }, "devDependencies": { "@types/node": "14.14.35", "@types/react": "^16.14.0", "typescript": "4.1.2" }, "scripts": { "build": "tsc" } }