You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "webdraw-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"@types/whatwg-fetch": "^0.0.33",
|
|
"axios": "^1.7.2",
|
|
"element-plus": "^2.7.7",
|
|
"vue": "^3.4.31"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.3.4",
|
|
"vue-tsc": "^2.0.24"
|
|
}
|
|
}
|