@happychef/reservation-sidebar
Version:
A compound component for managing restaurant reservations - JavaScript version with independent styles
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "@happychef/reservation-sidebar",
"version": "2.6.0",
"description": "A compound component for managing restaurant reservations - JavaScript version with independent styles",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist",
"README.md"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"reservation",
"sidebar",
"restaurant",
"happychef"
],
"author": "HappyChef",
"license": "MIT",
"peerDependencies": {
"axios": "^1.0.0",
"framer-motion": "^10.0.0 || ^11.0.0 || ^12.0.0",
"lottie-react": "^2.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-icons": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"moment-timezone": "^0.5.48"
},
"devDependencies": {
"@happychef/algorithm": "^1.1.0",
"axios": "^1.7.9",
"framer-motion": "^12.23.24",
"lottie-react": "^2.4.1",
"moment-timezone": "^0.5.48",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/thibaultvandesompele2/16-happy-admin-reservation.git"
}
}