first commit
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "mcp-client-vue",
|
||||
"version": "1.0.0",
|
||||
"description": "基于 Vue 3 的美观 MCP 客户端界面 - 纯前端应用",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "cd web && npm run dev",
|
||||
"build": "cd web && npm run build",
|
||||
"preview": "cd web && npm run preview",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"eventsource": "^2.0.2",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^9.0.7",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user