UNPKG

@apptane/react-ui-calendar

Version:
75 lines 2.15 kB
{ "name": "@apptane/react-ui-calendar", "description": "Calendar component in Apptane React UI framework", "license": "Apache-2.0", "version": "2.0.2", "homepage": "https://github.com/apptane/react-ui/tree/master/packages/calendar#readme", "author": "Oleg Grodzevich <oleg@apptane.com>", "keywords": [ "apptane", "ui", "react", "calendar", "date", "time" ], "repository": { "type": "git", "url": "git+https://github.com/apptane/react-ui.git", "directory": "packages/calendar" }, "bugs": { "url": "https://github.com/apptane/react-ui/issues" }, "sideEffects": false, "type": "module", "types": "dist/types/index.d.ts", "exports": "./dist/index.js", "devExports": { ".": "./index.ts" }, "engines": { "node": ">=14.16" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "react": "17.0.2", "react-dom": "17.0.2" }, "dependencies": { "@apptane/react-ui-button": "^2.0.2", "@apptane/react-ui-core": "^2.0.2", "@apptane/react-ui-input": "^2.0.2", "@apptane/react-ui-pane": "^2.0.2", "@apptane/react-ui-theme": "^2.0.2", "@apptane/react-ui-typography": "^2.0.2", "@babel/runtime": "7.17.2", "@emotion/core": "11.0.0", "@emotion/react": "11.8.1", "@types/prop-types": "15.7.4", "@types/react": "17.0.39", "date-fns": "2.28.0", "prop-types": "15.8.1" }, "scripts": { "prebuild": "rimraf dist", "clean": "rimraf dist", "clean-modules": "rimraf node_modules", "build": "concurrently pnpm:build:*", "lint": "concurrently pnpm:lint:*", "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist --source-maps", "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.yml", "lint:types": "tsc --noEmit" }, "readme": "# @apptane/react-ui-calendar\n\nCalendar component in the Apptane React UI framework.\n" }