UNPKG

@sukra-infotek/hungry-tickets-seatmap-client

Version:

A customised client side JavaScript library that enables users to view interactive seating charts for tickets available via the Ticket Evolution API.

81 lines (80 loc) 2.54 kB
{ "name": "@sukra-infotek/hungry-tickets-seatmap-client", "private": false, "version": "1.0.8", "publishConfig": { "access": "public" }, "description": "A customised client side JavaScript library that enables users to view interactive seating charts for tickets available via the Ticket Evolution API.", "keywords": [ "Ticket Evolution", "seatmaps", "tevo", "tickets", "seating chart", "Hungry Tickets" ], "homepage": "https://github.com/Sukra-Repository/hungry-tickets-seatmap-client", "repository": "https://github.com/Sukra-Repository/hungry-tickets-seatmap-client", "license": "MIT", "type": "module", "main": "./cjs/index.cjs", "module": "./esm/index.mjs", "types": "./cjs/index.d.cts", "sideEffects": false, "files": [ "cjs", "esm", "dist" ], "scripts": { "dev": "vite", "vite-build": "vite build", "build": "pnpm build:cjs && pnpm build:esm && pnpm vite-build", "build:cjs": "dotenv -v NODE_ENV=production -- tsup --config ./tsup.config.cjs.ts", "build:esm": "dotenv -v NODE_ENV=production -- tsup --config ./tsup.config.esm.ts", "build:umd-minimal": "dotenv -v NODE_ENV=production -v INCLUDE_DEPENDENCIES=false -- tsup --config ./tsup.config.umd.ts", "build:umd-standalone": "dotenv -v NODE_ENV=production -v INCLUDE_DEPENDENCIES=true -- tsup --config ./tsup.config.umd.ts", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "fetch-ponyfill": "^7.1.0", "lodash.isequal": "^4.5.0", "lodash.pick": "^4.4.0", "lodash.union": "^4.6.0", "reselect": "^5.1.1" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@eslint/js": "^9.25.0", "@rollup/plugin-inject": "^5.0.5", "@types/lodash.isequal": "^4.5.8", "@types/lodash.pick": "^4.4.9", "@types/lodash.union": "^4.6.9", "@types/node": "^22.15.29", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/umd": "^3.0.4", "@vitejs/plugin-react": "^4.4.1", "dotenv-cli": "^8.0.0", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "postcss": "^8.5.5", "process": "^0.11.10", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-plugin-inject": "^3.0.2", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "umd": "^3.0.3", "vite": "^6.3.5" } }