UNPKG

issue-status

Version:

A flexible, modern and blazingly fast ☄️ status page

88 lines 2.37 kB
{ "name": "issue-status", "version": "0.2.1", "type": "module", "description": "A flexible, modern and blazingly fast ☄️ status page", "license": "MIT", "exports": { ".": "./src/index.ts", "./providers": "./src/providers/index.ts" }, "bin": { "issue-status": "./index.js" }, "files": [ "dist", "index.html", "index.js", "src", "vite.config.ts" ], "repository": { "type": "git", "url": "https://github.com/tadhglewis/issue-status.git" }, "author": "tadhglewis", "bugs": { "url": "https://github.com/tadhglewis/issue-status/issues" }, "homepage": "https://github.com/tadhglewis/issue-status#readme", "funding": "https://github.com/tadhglewis/issue-status?sponsor=1", "publishConfig": { "provenance": true }, "keywords": [ "status-page", "incident-management", "system-monitoring", "issue-status" ], "dependencies": { "@gitbeaker/rest": "^43.4.0", "@octokit/rest": "^22.0.0", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@tanstack/query-sync-storage-persister": "^5.87.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-persist-client": "^5.89.0", "@vitejs/plugin-react-swc": "^4.0.1", "dayjs": "1.11.13", "i18next": "^25.3.6", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "react": "^19.1.1", "react-dom": "^19.1.1", "react-i18next": "^15.6.1", "react-markdown": "10.1.0", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "tailwindcss": "^4.1.11", "tsx": "^4.20.4", "vite": "^7.1.5" }, "devDependencies": { "@eslint/js": "^9.35.0", "@types/node": "^24.5.2", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.6", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "tsdown": "^0.14.1", "typescript": "~5.8.3", "typescript-eslint": "^8.41.0" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:cli": "tsdown", "dev:cli": "tsdown --watch", "lint": "tsc -b && eslint .", "preview": "vite preview", "test": "vitest" } }