seat-picker
Version:
> 📚 [Full Documentation & Live Demo](https://seat-picker-docs.vercel.app/)
87 lines (86 loc) • 2.33 kB
JSON
{
"name": "seat-picker",
"private": false,
"version": "0.0.13",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": true,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./dist/index.css": "./dist/index.css"
},
"keywords": [
"react",
"seating",
"arrangement",
"seat-picker",
"event",
"venue",
"layout"
],
"author": "Emmanuel Michael",
"license": "MIT",
"github": {
"owner": "chochodev",
"repo": "seat-picker-lib",
"url": "https://github.com/chochodev/seat-picker-lib"
},
"bugs": {
"url": "https://github.com/chochodev/seat-picker-lib/issues"
},
"homepage": "https://github.com/chochodev/seat-picker-lib#readme",
"scripts": {
"dev": "vite",
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"lint": "eslint .",
"preview": "vite preview",
"publish": "npm publish --access=public",
"bundle": "npm run build && npm publish --access=public",
"localbundleinit": "yalc run build && yalc add seat-picker",
"localbundle": "npm run build && yalc push",
"update": "yalc update seat-picker",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\""
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@types/fabric": "^5.3.10",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"react-router-dom": "^7.6.0",
"tailwindcss": "^3.4.17",
"tsup": "^8.4.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
},
"dependencies": {
"fabric": "^5.3.0",
"react-icons": "^5.5.0",
"seat-picker": "0.0.9",
"uuid": "^9.0.0",
"zustand": "^5.0.4"
}
}