-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 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
{
"name": "chat-room-client",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@types/js-cookie": "^3.0.2",
"axios": "^0.27.2",
"element-plus": "^2.2.6",
"js-cookie": "^3.0.1",
"normalize.css": "^8.0.1",
"socket.io-client": "^4.5.1",
"vue": "^3.2.25",
"vue-router": "^4.0.16",
"vue-socket.io": "^3.0.10"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"node-sass": "^7.0.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}