{ "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-git-skyline", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline", "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@kksh/api": "^0.1.7", "@kksh/vue": "0.1.4", "@radix-icons/vue": "^1.0.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "radix-vue": "^1.9.2", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "vue": "^3.4.31", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.12", "@vitejs/plugin-vue": "^5.0.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.6", "typescript": "^5.2.2", "vite": "^5.3.4", "vue-tsc": "^2.0.24" }, "kunkun": { "name": "Git Skyline", "shortDescription": "Display your 3D GitHub Skyline", "longDescription": "Display your 3D GitHub Skyline from https://git-skyline.huakun.tech", "identifier": "git-skyline", "icon": { "type": "iconify", "value": "tabler:building-skyscraper" }, "demoImages": ["https://i.imgur.com/itYe0pQ.png"], "permissions": [ "clipboard:read-all" ], "customUiCmds": [ { "main": "/", "dist": "dist", "devMain": "http://localhost:5173", "name": "Transparent Git Skyline", "cmds": [], "window": { "title": "", "transparent": true, "hiddenTitle": true, "decorations": false } }, { "main": "https://git-skyline.huakun.tech", "dist": "dist", "devMain": "https://git-skyline.huakun.tech", "name": "Git Skyline", "cmds": [], "window": { "title": "GitHub Contribution" } } ], "templateUiCmds": [] }, "files": [ "dist" ], "packageManager": "pnpm@9.9.0" }