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{
"name": "milk-tea-chat-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"type-check:watch": "vue-tsc --build --force --watch",
"format": "prettier --write src/",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"ant-design-vue": "^4.0.8",
"axios": "^1.13.5",
"dayjs": "^1.11.10",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.1",
"marked": "^16.1.2",
"nprogress": "^0.2.0",
"pinia": "^2.3.1",
"vue": "^3.3.8",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.19.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^23.0.1",
"less": "^4.3.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.0",
"typescript": "~5.3.3",
"vite": "^7.1.7",
"vite-plugin-checker": "^0.6.0",
"vitest": "^3.2.4",
"vue-tsc": "^1.8.25"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}