BLive_Coyote/package.json
Fang_Zhijian 2daf0d43a4 Update
1. 现在可以自定义了!
2. 修改了右侧边栏的样式
2024-05-18 15:32:04 +08:00

27 lines
606 B
JSON

{
"name": "blive-coyote-demo-client",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite --port 8888 --host 0.0.0.0 ",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "1.0.3",
"@types/node": "17.0.25",
"@vitejs/plugin-vue": "2.3.0",
"axios": "0.26.1",
"typescript": "4.5.4",
"vite": "2.9.0",
"vue-tsc": "0.29.8",
"ws": "8.17.0",
"qrcode": "1.5.3",
"notyf": "3.0.0",
"node-localstorage": "3.0.5"
}
}