UNPKG

@tebuto/react-booking-widget

Version:

React Component for the Tebuto Booking Widget

86 lines (85 loc) 2.35 kB
{ "name": "@tebuto/react-booking-widget", "version": "1.0.6", "description": "React Component for the Tebuto Booking Widget", "author": "Tebuto GmbH", "homepage": "https://tebuto.de", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types.d.ts", "scripts": { "test": "jest", "build": "rollup -c --bundleConfigAsCjs", "prepare": "husky", "lint": "biome lint .", "lint:fix": "biome check --write .", "format": "biome format --write --error-on-warnings ." }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/core": "7.28.5", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5", "@babel/preset-typescript": "7.28.5", "@biomejs/biome": "2.3.4", "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.3.0", "@testing-library/react": "16.3.0", "@types/jest": "30.0.0", "@types/react": "19.2.2", "babel-jest": "30.2.0", "husky": "9.1.7", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "rollup": "4.53.1", "rollup-plugin-dts": "6.2.3", "rollup-plugin-peer-deps-external": "2.2.4", "tslib": "2.8.1", "typescript": "5.9.3" }, "jest": { "testEnvironment": "jsdom" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-typescript", [ "@babel/preset-react", { "runtime": "automatic" } ] ] }, "repository": { "type": "git", "url": "https://github.com/tebuto/react-booking-widget.git" }, "bugs": { "url": "https://github.com/tebuto/react-booking-widget/issues" }, "engines": { "node": ">=24" }, "keywords": [ "appointment", "booking", "calendar", "react", "tebuto", "widget", "online", "therapist", "psychologist" ], "publishConfig": { "access": "public" } }