-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 886 Bytes
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
{
"name": "chatclinet",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@stomp/stompjs": "^7.2.1",
"@tailwindcss/vite": "^4.1.17",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"element-plus": "^2.12.0",
"jwt-decode": "^4.0.0",
"pinia": "^3.0.4",
"register-service-worker": "^1.7.2",
"sockjs-client": "^1.6.1",
"tailwindcss": "^4.1.17",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@vitejs/plugin-vue": "^6.0.2",
"vite": "^7.2.4",
"vite-plugin-vue-devtools": "^8.0.5"
}
}