mirror of
https://github.com/kunkunsh/kunkun-ext-git-skyline.git
synced 2025-04-03 18:36:41 +00:00
chore: update package version to 0.0.10, enhance README with package links, and add demo image
This commit is contained in:
parent
d6ade9fca6
commit
0383dffa41
@ -1,5 +1,6 @@
|
||||
# Vue 3 + TypeScript + Vite
|
||||
# Kunkun Extension Git Skyline
|
||||
|
||||
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||
- NPM Package: https://www.npmjs.com/package/kunkun-ext-git-skyline
|
||||
- Store: https://kunkun.sh/store/git-skyline
|
||||
|
||||
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
||||

|
||||
|
BIN
demo/transparent.png
Normal file
BIN
demo/transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
154
package.json
154
package.json
@ -1,79 +1,79 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh/",
|
||||
"name": "kunkun-ext-git-skyline",
|
||||
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
|
||||
"private": false,
|
||||
"version": "0.0.9",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kksh/api": "^0.0.48",
|
||||
"@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": [],
|
||||
"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"
|
||||
"$schema": "https://schema.kunkun.sh/",
|
||||
"name": "kunkun-ext-git-skyline",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
|
||||
"version": "0.0.10",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kksh/api": "^0.0.48",
|
||||
"@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": [],
|
||||
"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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user