mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
{
|
|
"name": "paopao-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@opentiny/vue-slide-bar": "^3.13.0",
|
|
"@vicons/carbon": "^0.12.0",
|
|
"@vicons/fa": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vicons/tabler": "^0.12.0",
|
|
"axios": "^1.6.5",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"less": "^4.2.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"naive-ui": "^2.37.3",
|
|
"paopao-video-player": "^1.0.0",
|
|
"qrcanvas-vue": "^3.0.0",
|
|
"qrcode": "^1.5.3",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"v3-infinite-loading": "^1.3.1",
|
|
"vfonts": "^0.0.3",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "4",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.5.9",
|
|
"@types/node": "^20.11.5",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/compiler-sfc": "^3.4.15",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.12"
|
|
}
|
|
}
|