issue-status
Version:
A flexible, modern and blazingly fast ☄️ status page
74 lines • 1.86 kB
JSON
{
"name": "issue-status",
"version": "0.1.3",
"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",
"homepage": "https://github.com/tadhglewis/issue-status#readme",
"keywords": [
"status-page",
"incident-management",
"system-monitoring",
"issue-status"
],
"dependencies": {
"@gitbeaker/rest": "^42.5.0",
"@octokit/rest": "^22.0.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.10",
"@vitejs/plugin-react-swc": "^3.10.2",
"dayjs": "1.11.13",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"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.10",
"vite": "^6.3.5"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"tsdown": "^0.12.7",
"tsx": "^4.20.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.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"
}
}