36 lines
837 B
JSON
36 lines
837 B
JSON
{
|
|
"name": "vue3-wxchat",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --mode development",
|
|
"prod": "vute build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@tabler/icons-vue": "^3.35.0",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"axios": "^1.12.2",
|
|
"motion-v": "^1.7.4",
|
|
"pinia": "^2.1.4",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"qs": "^6.14.0",
|
|
"tailwindcss": "^4.1.16",
|
|
"vant": "^4.9.21",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"weixin-js-sdk": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@types/qs": "^6.14.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"sass": "^1.83.4",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.5",
|
|
"vue-tsc": "^0.34.7"
|
|
}
|
|
}
|