@tebuto/react-booking-widget
Version:
React Component for the Tebuto Booking Widget
76 lines (75 loc) • 2.27 kB
JSON
{
"name": "@tebuto/react-booking-widget",
"version": "1.0.5",
"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.27.4",
"@babel/preset-env": "7.27.2",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@biomejs/biome": "1.9.4",
"@rollup/plugin-commonjs": "28.0.3",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"@testing-library/react": "16.3.0",
"@types/jest": "29.5.14",
"@types/react": "19.1.6",
"babel-jest": "29.7.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rollup": "4.41.1",
"rollup-plugin-dts": "6.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"tslib": "2.8.1",
"typescript": "5.8.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": ">=22"
},
"keywords": ["appointment", "booking", "calendar", "react", "tebuto", "widget", "online", "therapist", "psychologist"],
"publishConfig": {
"access": "public"
}
}