mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "untitled5",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@logicflow/core": "^1.2.10",
|
|
"blueimp-md5": "^2.19.0",
|
|
"driver.js": "^1.3.0",
|
|
"echarts": "^5.4.3",
|
|
"eventemitter3": "^5.0.0",
|
|
"mediasoup-client": "^3.6.98",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.42",
|
|
"pinia": "^2.1.4",
|
|
"socket.io-client": "^4.7.2",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.3.0",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-design/web-vue": "^2.49.1",
|
|
"@rollup/plugin-typescript": "^10.0.1",
|
|
"@types/blueimp-md5": "^2.18.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/uuid": "^9.0.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"fast-glob": "^3.3.1",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-typescript": "^1.0.4",
|
|
"vue-tsc": "^1.8.2"
|
|
}
|
|
}
|