-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "chatlog-session",
"version": "0.29.0",
"description": "基于 Chatlog API 的微信聊天记录查看器",
"type": "module",
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"lint": "eslint --fix",
"format": "prettier --write src/",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^14.3.0",
"axios": "^1.17.0",
"dayjs": "^1.11.10",
"dompurify": "^3.4.2",
"element-plus": "^2.13.7",
"marked": "^18.0.4",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"pinyin-pro": "^3.27.0",
"sharp": "^0.34.5",
"terser": "^5.44.1",
"vue": "^3.5.34",
"vue-router": "^5.0.2",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@pinia/testing": "^1.0.3",
"@types/dompurify": "^3.2.0",
"@types/node": "^25.9.1",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/coverage-v8": "^4.1.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.10",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.4.1",
"eslint-plugin-vue": "^10.9.1",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"sass": "^1.100.0",
"typescript": "~6.0.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^8.0.10",
"vitest": "^4.1.7",
"vue-tsc": "^3.2.2"
},
"keywords": [
"chatlog",
"wechat",
"chat-history",
"vue3",
"typescript"
],
"author": "Chatlog Session Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/xlight/chatlog-session.git"
},
"bugs": {
"url": "https://github.com/xlight/chatlog-session/issues"
},
"homepage": "https://github.com/xlight/chatlog-session#readme"
}