139 lines
4.4 KiB
JSON
139 lines
4.4 KiB
JSON
{
|
|
"name": "aigcpanel",
|
|
"version": "2.0.0",
|
|
"main": "dist-electron/main/index.js",
|
|
"description": "开源 AI 数字人视频系统",
|
|
"author": "ModStartLib",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"keywords": [
|
|
"electron",
|
|
"rollup",
|
|
"vite",
|
|
"vue3",
|
|
"vue"
|
|
],
|
|
"debug": {
|
|
"env": {
|
|
"VITE_DEV_SERVER_URL": "http://127.0.0.1:53021/"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:mac": "pkill -f aigcpanel; vite",
|
|
"dev:mac:pre": "export ELECTRON_ENV_PROD=1 && pkill -f aigcpanel; vite",
|
|
"dev:win": "chcp 65001 && vite",
|
|
"dev:win:pre": "chcp 65001 && set ELECTRON_ENV_PROD=1 && vite",
|
|
"dev:debug": "vite --debug",
|
|
"build:preview": "npm run format && vite build",
|
|
"build": "npm run format && cross-env VITE_RELEASE=1 vite build && electron-builder",
|
|
"build:win": "npm run format && cross-env VITE_RELEASE=1 vite build && electron-builder --win",
|
|
"build:mac": "npm run format && cross-env VITE_RELEASE=1 vite build && electron-builder --mac",
|
|
"build:mac-arm": "npm run format && cross-env VITE_RELEASE=1 vite build && electron-builder --mac --arm64",
|
|
"build:linux": "npm run format && cross-env VITE_RELEASE=1 vite build && electron-builder --linux",
|
|
"preview": "vite preview",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps",
|
|
"re-sqlite": "npx electron-rebuild -f -w better-sqlite3",
|
|
"format": "prettier --write --log-level warn \"src/**/*.{ts,tsx,vue,js}\" \"electron/**/*.{ts,tsx,js}\"",
|
|
"dev:seed": "tsx test/dev-seed.ts",
|
|
"screenshot": "tsx test/screenshot.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-design/web-vue": "^2.55.3",
|
|
"@electron/notarize": "^2.5.0",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/splitpanes": "^2.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
"@typescript-eslint/parser": "^8.59.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"cross-env": "^7.0.3",
|
|
"electron": "^29.1.1",
|
|
"electron-builder": "^24.13.3",
|
|
"eslint": "^10.2.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.9.0",
|
|
"less": "^4.2.0",
|
|
"pixelmatch": "^5.3.0",
|
|
"pngjs": "^7.0.0",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.8.3",
|
|
"puppeteer-core": "^24.42.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.4.2",
|
|
"unplugin-icons": "^23.0.1",
|
|
"unplugin-vue-components": "^32.0.0",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-electron": "^0.28.4",
|
|
"vite-plugin-electron-renderer": "^0.14.5",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vue": "^3.4.21",
|
|
"vue-tsc": "^2.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.24.8",
|
|
"@devicefarmer/adbkit": "^3.2.6",
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
"@electron/remote": "^2.1.2",
|
|
"@gradio/client": "^1.7.0",
|
|
"@logicflow/core": "^2.1.1",
|
|
"@logicflow/vue-node-registry": "^1.1.1",
|
|
"@types/express": "^5.0.6",
|
|
"@types/showdown": "^2.0.6",
|
|
"@vueuse/core": "^14.3.0",
|
|
"@webav/av-canvas": "^1.2.8",
|
|
"@webav/av-cliper": "^1.2.8",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ali-oss": "^6.22.0",
|
|
"axios": "^1.7.2",
|
|
"better-sqlite3": "^12.2.0",
|
|
"chardet": "^2.0.0",
|
|
"cos-nodejs-sdk-v5": "^2.14.6",
|
|
"date-and-time": "^3.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.12",
|
|
"electron-context-menu": "^4.0.4",
|
|
"express": "^5.2.1",
|
|
"fabric": "^6.9.1",
|
|
"fix-path": "^4.0.0",
|
|
"hls.js": "^1.6.2",
|
|
"iconv-lite": "^0.6.3",
|
|
"js-base64": "^3.7.7",
|
|
"lodash-es": "^4.17.21",
|
|
"nodejs-base64": "^2.0.0",
|
|
"pinia": "^2.1.7",
|
|
"qiniu": "^7.14.0",
|
|
"qrcode": "^1.5.4",
|
|
"showdown": "^2.1.0",
|
|
"spark-md5": "^3.0.2",
|
|
"splitpanes": "^3.1.5",
|
|
"systeminformation": "^5.25.11",
|
|
"tiny-emitter": "^2.1.0",
|
|
"vue-command": "^35.2.1",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.4.0",
|
|
"vue-timeago3": "^2.3.2",
|
|
"vue3-moveable": "^0.28.0",
|
|
"wavesurfer.js": "^7.8.6",
|
|
"xgplayer": "^3.0.20",
|
|
"yauzl": "^3.1.3"
|
|
},
|
|
"overrides": {
|
|
"canvas": "npm:empty-npm-package@1.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-mac-permissions": "^2.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modstart-lib/aigcpanel.git"
|
|
}
|
|
}
|