UNPKG

event-services

Version:

Collection of hooks, components, generics (buttons, containers, styles, tools) for creating web applications for guest management for any type of events: weddings, parties, graduations that require guest confirmation and display useful information to gues

69 lines (68 loc) 2.15 kB
{ "name": "event-services", "author": "Miguel Wayas", "license": "MIT", "description": "Collection of hooks, components, generics (buttons, containers, styles, tools) for creating web applications for guest management for any type of events: weddings, parties, graduations that require guest confirmation and display useful information to guests and organizers. Digital invitation.", "keywords": ["CountDown", "Carousel", "SaveTheDate", "Digital Invitation", "Guests", "Hooks", "React", "TypeScript", "Vite"], "version": "1.0.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./dist/index.css": { "import": "./dist/index.css", "require": "./dist/index.css" }, "./hooks": { "import": "./dist/hooksEntry.js", "require": "./dist/hooksEntry.cjs", "types": "./dist/hooksEntry.d.ts" }, "./generic": { "import": "./dist/genericEntry.js", "require": "./dist/genericEntry.cjs", "types": "./dist/genericEntry.d.ts" }, "./pages": { "import": "./dist/pagesEntry.js", "require": "./dist/pagesEntry.cjs", "types": "./dist/pagesEntry.d.ts" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@fireworks-js/react": "^2.10.7", "@types/node": "^20.8.7", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "moment-timezone": "^0.5.43", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.0.2", "vite": "^4.4.5", "vite-plugin-dts": "^3.6.0", "vite-plugin-lib-inject-css": "^1.3.0" } }