UNPKG

tessitura-seatmap

Version:

Tessitura-integrated seatmap components, built with React and Mantine (includes SYOS).

96 lines (95 loc) 2.47 kB
{ "name": "tessitura-seatmap", "version": "0.0.16", "description": "Tessitura-integrated seatmap components, built with React and Mantine (includes SYOS).", "keywords": [ "tessitura", "tessitura-seatmap", "react", "svg", "seatmap", "svg-seatmap", "syos", "syos-seatmap", "seatmap-component", "seatmap-react" ], "private": false, "author": { "name": "Aidan Kemp", "email": "aidankemp37@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/aidankemp/tessitura-seatmap.git" }, "type": "module", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./style.css": "./dist/index.css" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@mantine/core": "^8.0.0", "@mantine/hooks": "^8.0.0", "@mantine/notifications": "^8.0.1", "@tabler/icons-react": "^3.31.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-svg-seatmap": "^1.0.13" }, "devDependencies": { "@eslint/js": "^9.25.0", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-onboarding": "^8.6.12", "@storybook/blocks": "^8.6.12", "@storybook/react": "^8.6.12", "@storybook/react-vite": "^8.6.12", "@storybook/test": "^8.6.12", "@types/node": "^22.15.18", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "chromatic": "^12.0.0", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.12.0", "globals": "^16.0.0", "msw": "^2.8.2", "msw-storybook-addon": "^2.0.4", "postcss": "^8.5.3", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "sass-embedded": "^1.87.0", "storybook": "^8.6.12", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "msw": { "workerDirectory": [ "public" ] } }