Files
rustdesk-api-web/package.json
T

29 lines
605 B
JSON
Raw Permalink Normal View History

2024-09-13 16:34:15 +08:00
{
"name": "hello-vue3",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "1.6.0",
"element-plus": "^2.8.2",
"js-cookie": "^3.0.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "2.0.3",
"vue": "3.2.37",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@element-plus/icons": "0.0.11",
"@vitejs/plugin-vue": "^1.9.3",
"dotenv": "^10.0.0",
"qs": "^6.10.2",
"sass-loader": "^12.3.0",
"sass": "^1.43.4",
"vite": "^2.9.18"
}
}