UNPKG

@veccu/react-calendar

Version:

Headless Calendar UI Library with react hooks

151 lines (150 loc) 4.34 kB
{ "name": "@veccu/react-calendar", "version": "2.3.5", "main": "dist/index.js", "module": "esm/index.js", "typings": "dist/index.d.ts", "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "import": "./esm/index.js", "require": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "description": "Headless Calendar UI Library with react hooks", "keywords": [ "calendar", "headless", "fullcalendar", "react-calendar" ], "license": "MIT", "scripts": { "prebuild": "rimraf dist esm", "build": "concurrently \"rollup -c\" \"tsc --emitDeclarationOnly --declarationDir dist\"", "semantic-release": "semantic-release", "test": "jest --passWithNoTests", "test:cov": "yarn test --coverage", "test:watch": "yarn test --watch", "lint": "eslint -c .eslintrc '{pages,src}/**/*.{js,jsx,ts,tsx}'", "lint:fix": "yarn lint --fix", "test:e2e": "cypress open", "cypress": "cypress run", "precommit": "lint-staged", "typecheck": "tsc --noEmit", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "lint-staged": { "src/**/*.ts": [ "eslint -c .eslintrc '{src}/**/*.{js,jsx,ts,tsx}' --fix", "git add" ] }, "husky": { "hooks": { "pre-push": "yarn lint && yarn typecheck" } }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "author": "JaeYeopHan(Jbee)", "repository": { "type": "git", "url": "https://github.com/veccu/react-calendar" }, "files": [ "dist", "esm" ], "engines": { "node": ">=14" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@babel/runtime": "^7.12.5", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.0", "@storybook/addon-actions": "^6.2.9", "@storybook/addon-essentials": "^6.2.9", "@storybook/addon-links": "^6.2.9", "@storybook/react": "^6.2.9", "@testing-library/cypress": "^7.0.6", "@testing-library/react-hooks": "^3.7.0", "@types/react": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.11.0", "@typescript-eslint/parser": "^4.11.0", "all-contributors-cli": "^6.19.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "concurrently": "^5.3.0", "cypress": "^7.2.0", "cz-conventional-changelog": "^3.3.0", "date-fns": "^2.16.1", "eslint": "^7.16.0", "eslint-config-prettier": "^7.1.0", "eslint-config-react-app": "^6.0.0", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^4.3.6", "jest": "^26.6.3", "lint-staged": "^10.5.3", "prettier": "^2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", "rimraf": "^3.0.2", "rollup": "^2.35.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^17.3.1", "ts-jest": "^26.4.4", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "peerDependencies": { "date-fns": ">= 2", "react": "^16.8.0 || ^17.0.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true }, "react-native": { "optional": true } }, "dependencies": {} }