mirror of
https://github.com/HuLaSpark/HuLa.git
synced 2026-08-30 17:14:56 +08:00
00e2a89745
修改github issues模版|优化群聊用户侧边栏
132 lines
4.4 KiB
JSON
132 lines
4.4 KiB
JSON
{
|
|
"name": "hula",
|
|
"type": "module",
|
|
"version": "2.6.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.12.0",
|
|
"pnpm": ">=8.10.0"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/HuLaSpark/HuLa.git"
|
|
},
|
|
"author": {
|
|
"name": "HuLaSpark团队",
|
|
"email": "2439646234@qq.com",
|
|
"url": "https://github.com/HuLaSpark"
|
|
},
|
|
"scripts": {
|
|
"========= 启动vue(tauri项目会连带执行不需要单独执行) =========": "",
|
|
"dev": "vite",
|
|
"========= 打包vue(tauri项目会连带执行不需要单独执行) =========": "",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"========= 启动HuLa桌面应用程序 =========": "",
|
|
"tauri:dev": "tauri dev",
|
|
"========= 打包桌面应用程序 =========": "",
|
|
"tauri:build": "tauri build",
|
|
"========= 打包后可调试并且可以弹出控制台 =========": "",
|
|
"tauri:build:debug": "tauri build --debug",
|
|
"========= 生成icon =========": "",
|
|
"tauri:icon": "tauri icon hula.png",
|
|
"========= 安装依赖前执行 =========": "",
|
|
"preinstall": "npx only-allow pnpm && node scripts/check-env.js",
|
|
"========= 使用commit来进行代码提交 =========": "",
|
|
"commit": "git add . && git-cz",
|
|
"========= 校验代码规范 =========": "",
|
|
"lint:staged": "lint-staged && vue-tsc --noEmit",
|
|
"========= 安装husky =========": "",
|
|
"prepare": "husky install",
|
|
"========= 发版 =========": "",
|
|
"release": "release-it",
|
|
"========= commit后再次添加修改到上一次的commit =========": "",
|
|
"addition-commit": "git add . && vitest run && git commit --amend --no-edit",
|
|
"========= 单元测试 =========": "",
|
|
"test:run": "vitest run",
|
|
"========= 使用 vitest UI =========": "",
|
|
"test:ui": "vitest --ui --coverage.enabled=true",
|
|
"========= 测试覆盖率 =========": "",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "^6.0.0",
|
|
"@codecov/vite-plugin": "^1.6.0",
|
|
"@tauri-apps/api": "2.2.0",
|
|
"@tauri-apps/plugin-autostart": "2.2.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.2.0",
|
|
"@tauri-apps/plugin-fs": "~2",
|
|
"@tauri-apps/plugin-http": "2.2.0",
|
|
"@tauri-apps/plugin-notification": "^2.2.0",
|
|
"@tauri-apps/plugin-os": "2.2.0",
|
|
"@tauri-apps/plugin-process": "2.2.0",
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
"@tauri-apps/plugin-sql": "^2.0.1",
|
|
"@tauri-apps/plugin-updater": "~2",
|
|
"colorthief": "^2.6.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.11",
|
|
"dompurify": "^3.2.3",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"hula-emojis": "^1.2.1",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"naive-ui": "^2.40.4",
|
|
"pinia": "^2.2.1",
|
|
"pinia-plugin-persistedstate": "^4.1.2",
|
|
"pinia-shared-state": "^0.5.1",
|
|
"vue": "^3.5.13",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.25.9",
|
|
"@commitlint/cli": "^19.6.0",
|
|
"@commitlint/config-conventional": "^19.6.0",
|
|
"@release-it/bumper": "^6.0.1",
|
|
"@release-it/conventional-changelog": "9.0.4",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@tauri-apps/cli": "2.0.4",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.14.14",
|
|
"@typescript-eslint/eslint-plugin": "7.1.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@unocss/preset-uno": "^0.65.1",
|
|
"@unocss/reset": "^0.65.1",
|
|
"@unocss/transformer-directives": "^0.65.1",
|
|
"@unocss/transformer-variant-group": "^0.65.1",
|
|
"@unocss/vite": "^0.65.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vitest/coverage-v8": "^2.1.8",
|
|
"@vitest/ui": "^2.1.8",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vueuse/core": "^12.0.0",
|
|
"commitizen": "^4.3.1",
|
|
"cz-git": "^1.11.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"happy-dom": "^15.11.7",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.7",
|
|
"oxlint": "^0.2.18",
|
|
"prettier": "^3.3.2",
|
|
"release-it": "^17.11.0",
|
|
"sass": "1.83.0",
|
|
"typescript": "^5.7.2",
|
|
"unplugin-auto-import": "^0.18.6",
|
|
"unplugin-vue-components": "^0.27.5",
|
|
"vite": "6.0.7",
|
|
"vite-plugin-vue-devtools": "^7.6.8",
|
|
"vitest": "^2.1.8",
|
|
"vue-tsc": "^2.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|