-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 999 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 999 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
{
"name": "utools-plugin-socket-man",
"private": true,
"version": "0.1.2",
"author": "iHeyTang",
"description": "模拟websocket的客户端与服务端,提高websocket调试体验",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"versions:major": "node ./scripts/version major",
"version:minor": "node ./scripts/version minor",
"version:patch": "node ./scripts/version patch"
},
"dependencies": {
"element-plus": "^2.7.6",
"vue": "^3.3.9"
},
"devDependencies": {
"@qc2168/vite-plugin-utools": "^1.3.1",
"@types/node": "^20.10.1",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"utools-api-types": "^4.0.0",
"vite": "^5.0.4",
"vite-plugin-utools": "^0.5.5-beta.0",
"vue-tsc": "^2.0.26"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 9000
}
}