Some checks failed
Release CI / publish-tauri (, ubuntu-22.04) (push) Has been cancelled
Release CI / publish-tauri (, windows-latest) (push) Has been cancelled
Release CI / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Has been cancelled
Release CI / publish-tauri (--target x86_64-apple-darwin, macos-latest) (push) Has been cancelled
146 lines
5.0 KiB
JSON
146 lines
5.0 KiB
JSON
{
|
|
"name": "hula",
|
|
"type": "module",
|
|
"version": "2.6.10",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.x",
|
|
"pnpm": ">=9.x"
|
|
},
|
|
"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",
|
|
"========= 启动HuLa ios 程序 =========": "",
|
|
"tauri:ios:dev": "tauri ios dev",
|
|
"========= 启动HuLa android 程序 =========": "",
|
|
"tauri:android:dev": "tauri android dev",
|
|
"========= 初始化 ios =========": "",
|
|
"tauri:ios:init": "tauri ios init",
|
|
"========= 初始化 android =========": "",
|
|
"tauri:android:init": "tauri android init",
|
|
"========= 生成icon =========": "",
|
|
"tauri:icon": "tauri icon hula.png",
|
|
"========= 安装依赖前执行 =========": "",
|
|
"preinstall": "npx only-allow pnpm && node scripts/check-all.js",
|
|
"========= 使用commit来进行代码提交 =========": "",
|
|
"commit": "git add . && git-cz",
|
|
"========= 校验代码规范 =========": "",
|
|
"lint:staged": "lint-staged && vue-tsc --noEmit",
|
|
"========= 安装husky =========": "",
|
|
"prepare": "husky",
|
|
"========= 发版 =========": "",
|
|
"release": "release-it",
|
|
"========= commit后再次添加修改到上一次的commit =========": "",
|
|
"addition-commit": "git add . && 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",
|
|
"@fingerprintjs/fingerprintjs": "^4.6.0",
|
|
"@tauri-apps/api": "2.5.0",
|
|
"@tauri-apps/plugin-autostart": "2.3.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.2.2",
|
|
"@tauri-apps/plugin-dialog": "^2.2.1",
|
|
"@tauri-apps/plugin-fs": "^2.2.1",
|
|
"@tauri-apps/plugin-http": "2.4.3",
|
|
"@tauri-apps/plugin-notification": "^2.2.2",
|
|
"@tauri-apps/plugin-os": "2.2.1",
|
|
"@tauri-apps/plugin-process": "2.2.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
|
"@tauri-apps/plugin-sql": "^2.2.0",
|
|
"@tauri-apps/plugin-updater": "2.7.1",
|
|
"colorthief": "^2.6.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.11",
|
|
"dompurify": "^3.2.4",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"hula-emojis": "^1.2.11",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"naive-ui": "^2.41.0",
|
|
"pinia": "^3.0.1",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"pinia-shared-state": "^1.0.1",
|
|
"seemly": "^0.3.10",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue": "^3.5.13",
|
|
"vue-cropper": "1.1.4",
|
|
"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": "8.0.2",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@tauri-apps/cli": "2.5.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.10.7",
|
|
"@typescript-eslint/eslint-plugin": "7.1.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@unocss/preset-uno": "66.0.0",
|
|
"@unocss/reset": "^66.0.0",
|
|
"@unocss/transformer-directives": "^66.0.0",
|
|
"@unocss/transformer-variant-group": "^66.0.0",
|
|
"@unocss/vite": "^66.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
"@vitest/ui": "^3.0.5",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vueuse/core": "^13.1.0",
|
|
"chalk": "^5.3.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": "^19.1.1",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "6.3.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vitest": "^3.0.5",
|
|
"vue-tsc": "^2.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|