2025-03-28 12:53:16 +08:00
|
|
|
{
|
2025-03-28 18:40:08 +08:00
|
|
|
"name": "bongo-cat",
|
|
|
|
|
"type": "module",
|
2025-12-24 17:53:23 +08:00
|
|
|
"version": "0.9.0",
|
2025-03-28 18:40:08 +08:00
|
|
|
"private": true,
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "ayangweb",
|
|
|
|
|
"email": "ayangweb@foxmail.com"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "run-s build:icon dev:vite",
|
|
|
|
|
"build": "run-s build:*",
|
|
|
|
|
"dev:vite": "vite",
|
|
|
|
|
"build:vite": "vite build",
|
|
|
|
|
"build:icon": "tsx scripts/buildIcon.ts",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"tauri": "tauri",
|
2025-03-29 07:46:53 +08:00
|
|
|
"lint": "eslint --fix src",
|
2025-03-28 18:40:08 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
|
"prepare": "simple-git-hooks",
|
|
|
|
|
"release": "release-it"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-04-25 22:38:44 +08:00
|
|
|
"@ant-design/icons-vue": "^7.0.1",
|
2025-04-21 18:49:20 +08:00
|
|
|
"@tauri-apps/api": "^2.5.0",
|
2025-05-06 22:51:05 +08:00
|
|
|
"@tauri-apps/plugin-autostart": "~2.3.0",
|
2025-05-30 12:30:38 +08:00
|
|
|
"@tauri-apps/plugin-clipboard-manager": "~2.2.2",
|
2025-05-24 16:51:40 +08:00
|
|
|
"@tauri-apps/plugin-dialog": "~2.2.2",
|
|
|
|
|
"@tauri-apps/plugin-fs": "~2.3.0",
|
2025-06-05 19:19:57 +08:00
|
|
|
"@tauri-apps/plugin-global-shortcut": "~2.2.1",
|
2025-03-29 08:32:35 +08:00
|
|
|
"@tauri-apps/plugin-log": "~2.3.1",
|
2025-05-24 16:51:40 +08:00
|
|
|
"@tauri-apps/plugin-opener": "~2.2.7",
|
2025-03-28 18:40:08 +08:00
|
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
2025-04-21 18:49:20 +08:00
|
|
|
"@tauri-apps/plugin-process": "^2.2.1",
|
|
|
|
|
"@tauri-apps/plugin-updater": "~2.7.1",
|
2025-06-05 19:19:57 +08:00
|
|
|
"@tauri-store/pinia": "^3.7.0",
|
|
|
|
|
"@vueuse/core": "^13.3.0",
|
2025-04-10 22:30:15 +08:00
|
|
|
"ant-design-vue": "^4.2.6",
|
2025-04-21 18:49:20 +08:00
|
|
|
"dayjs": "^1.11.13",
|
2025-05-24 16:51:40 +08:00
|
|
|
"es-toolkit": "^1.38.0",
|
2025-04-21 18:49:20 +08:00
|
|
|
"is-url": "^1.2.4",
|
2025-05-24 16:51:40 +08:00
|
|
|
"nanoid": "^5.1.5",
|
2025-06-05 19:19:57 +08:00
|
|
|
"pinia": "^3.0.3",
|
2025-03-28 18:40:08 +08:00
|
|
|
"pixi-live2d-display": "^0.4.0",
|
|
|
|
|
"pixi.js": "^6.5.10",
|
2025-09-17 23:33:42 +08:00
|
|
|
"tauri-plugin-locale-api": "^2.0.1",
|
2025-05-06 22:51:05 +08:00
|
|
|
"tauri-plugin-macos-permissions-api": "^2.3.0",
|
2025-06-05 19:19:57 +08:00
|
|
|
"vue": "^3.5.16",
|
2025-09-17 23:33:42 +08:00
|
|
|
"vue-i18n": "^11.1.12",
|
2025-04-21 18:49:20 +08:00
|
|
|
"vue-markdown-render": "^2.2.1",
|
2025-06-16 20:37:28 +08:00
|
|
|
"vue-router": "^4.5.1",
|
|
|
|
|
"vue3-masonry-css": "^1.0.7"
|
2025-03-28 18:40:08 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-05 19:19:57 +08:00
|
|
|
"@antfu/eslint-config": "^4.13.3",
|
2025-05-24 16:51:40 +08:00
|
|
|
"@commitlint/cli": "^19.8.1",
|
|
|
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
|
|
|
"@iconify-json/iconamoon": "^1.2.2",
|
2025-04-10 22:30:15 +08:00
|
|
|
"@iconify-json/solar": "^1.2.2",
|
2025-04-21 18:49:20 +08:00
|
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
|
|
|
"@types/is-url": "^1.2.32",
|
2025-06-05 19:19:57 +08:00
|
|
|
"@types/node": "^22.15.29",
|
|
|
|
|
"@unocss/eslint-plugin": "^66.1.3",
|
2025-05-24 16:51:40 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
2025-06-05 19:19:57 +08:00
|
|
|
"eslint": "^9.28.0",
|
2025-03-28 18:40:08 +08:00
|
|
|
"eslint-plugin-format": "^1.0.1",
|
2025-05-06 22:51:05 +08:00
|
|
|
"lint-staged": "^15.5.2",
|
2025-03-28 18:40:08 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"release-it": "^18.1.2",
|
2025-06-05 19:19:57 +08:00
|
|
|
"sass": "^1.89.1",
|
2025-05-06 22:51:05 +08:00
|
|
|
"simple-git-hooks": "^2.13.0",
|
|
|
|
|
"tsx": "^4.19.4",
|
2025-03-28 18:40:08 +08:00
|
|
|
"typescript": "~5.6.3",
|
|
|
|
|
"unocss": "66.1.0-beta.7",
|
2025-05-06 22:51:05 +08:00
|
|
|
"vite": "^6.3.5"
|
2025-03-28 18:40:08 +08:00
|
|
|
},
|
|
|
|
|
"simple-git-hooks": {
|
|
|
|
|
"commit-msg": "npx --no-install commitlint -e",
|
|
|
|
|
"pre-commit": "npx lint-staged"
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*": "eslint --fix"
|
|
|
|
|
}
|
2025-03-28 12:53:16 +08:00
|
|
|
}
|