Files
quyun/frontend/wechat/package.json
2025-05-14 17:42:44 +08:00

38 lines
1.0 KiB
JSON

{
"name": "wechat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.4",
"@vueuse/core": "^13.1.0",
"axios": "^1.8.4",
"pinia": "^3.0.2",
"sha1": "^1.1.1",
"tailwindcss": "^4.1.4",
"vue": "^3.5.13",
"vue-icons-plus": "^0.1.8",
"vue-router": "^4.5.0",
"weixin-js-sdk": "^1.6.5",
"xgplayer": "^3.0.22",
"xgplayer-mp4": "^3.0.22"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.2.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.39.0",
"vite": "^6.3.0",
"vite-plugin-compression": "^0.5.1"
}
}