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.
paopao-ce/web/package.json

40 lines
942 B

{
"name": "paopao-web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"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": {
"@types/node": "^17.0.35",
"@types/qrcode": "^1.4.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.36",
"typescript": "^4.7.2",
"vite": "^2.9.2"
}
}