BLive_Coyote/package.json
Fang_Zhijian 39941bfdfd Fix bug
在首次进入时将默认设置保存进localStorage,以免在收到礼物时出现 `Cannot read properties of null (reading 'value')`
2024-05-18 16:07:18 +08:00

26 lines
572 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"
}
}