-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.67 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.67 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
{
"name": "chatlog-session",
"version": "0.23.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/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.5",
"dayjs": "^1.11.10",
"dompurify": "^3.3.2",
"element-plus": "^2.11.8",
"marked": "^17.0.1",
"pinia": "^3.0.4",
"pinyin-pro": "^3.27.0",
"sharp": "^0.34.5",
"terser": "^5.44.1",
"vue": "^3.4.0",
"vue-router": "^5.0.2",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"prettier": "^3.7.4",
"sass": "^1.97.2",
"typescript": "~5.3.0",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.3.1",
"vue-tsc": "^3.2.2",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.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"
}