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.
42 lines
997 B
42 lines
997 B
{
|
|
"name": "paopao-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@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": "^0.26.1",
|
|
"less": "^4.1.2",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.3",
|
|
"naive-ui": "^2.28.0",
|
|
"nonesir-video": "^1.0.3",
|
|
"qrcanvas-vue": "^3.0.0",
|
|
"qrcode": "^1.5.0",
|
|
"unplugin-vue-components": "^0.19.3",
|
|
"vfonts": "^0.0.3",
|
|
"vue": "^3.2.25",
|
|
"vue-router": "4",
|
|
"vue3-player-video": "^1.2.5",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.0",
|
|
"@types/node": "^17.0.35",
|
|
"@types/qrcode": "^1.4.2",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/compiler-sfc": "^3.2.36",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^2.9.2"
|
|
}
|
|
}
|