mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-18 13:12:39 +08:00
83 lines
2.9 KiB
JSON
83 lines
2.9 KiB
JSON
{
|
|
"name": "ChatLab",
|
|
"version": "0.14.3",
|
|
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hellodigua/ChatLab.git"
|
|
},
|
|
"author": "",
|
|
"main": "./out/main/index.js",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3",
|
|
"electron"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "electron-vite dev",
|
|
"preview": "electron-vite preview",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"build": "electron-vite build",
|
|
"build:mac": "npm run build && electron-builder --mac --config electron-builder.yml -p never",
|
|
"build:win": "npm run build && electron-builder --win --config electron-builder.yml -p never",
|
|
"build:linux": "npm run build && electron-builder --linux --config electron-builder.yml -p never",
|
|
"type-check:web": "vue-tsc --noEmit -p tsconfig.web.json",
|
|
"type-check:node": "tsc --noEmit -p tsconfig.node.json",
|
|
"type-check:all": "npm run type-check:web && npm run type-check:node",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.web.json",
|
|
"test:agent-context": "node --experimental-strip-types --test electron/main/ai/context/sessionLog.test.mjs",
|
|
"test:e2e:launcher": "node --test tests/e2e/helpers/app-launcher.test.js",
|
|
"test:e2e:smoke": "node tests/e2e/run-smoke.js",
|
|
"postinstall": "electron-rebuild"
|
|
},
|
|
"dependencies": {
|
|
"@aptabase/electron": "^0.3.1",
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
"@electron-toolkit/utils": "^4.0.0",
|
|
"@mariozechner/pi-agent-core": "0.54.2",
|
|
"@mariozechner/pi-ai": "0.54.2",
|
|
"@node-rs/jieba": "^2.0.1",
|
|
"@tanstack/vue-virtual": "^3.13.18",
|
|
"@zumer/snapdom": "^2.0.1",
|
|
"better-sqlite3": "^12.4.6",
|
|
"echarts": "^6.0.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"electron-updater": "^6.6.2",
|
|
"fastify": "^5.8.4",
|
|
"gray-matter": "^4.0.3",
|
|
"i18next": "^25.8.5",
|
|
"markdown-it": "^14.1.0",
|
|
"node-machine-id": "^1.1.12",
|
|
"stream-json": "^1.9.1",
|
|
"vue-i18n": "^11.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-toolkit/tsconfig": "^1.0.1",
|
|
"@electron/rebuild": "^4.0.1",
|
|
"@nuxt/ui": "^4.2.1",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/stream-json": "^1.7.8",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vueuse/core": "^13.9.0",
|
|
"dayjs": "^1.11.19",
|
|
"electron": "^35.0.0",
|
|
"electron-builder": "^26.0.12",
|
|
"electron-vite": "^3.0.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "^4.0.0",
|
|
"vite": "^6.3.5",
|
|
"vue": "^3.5.25",
|
|
"vue-router": "^4.6.3"
|
|
}
|
|
}
|