mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
37 lines
887 B
JSON
37 lines
887 B
JSON
{
|
|
"name": "cloud-saver-web",
|
|
"private": true,
|
|
"version": "0.2.5",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.7",
|
|
"element-plus": "^2.6.1",
|
|
"gsap": "^3.12.7",
|
|
"pinia": "^2.1.7",
|
|
"socket.io-client": "^4.8.1",
|
|
"typeit": "^8.8.7",
|
|
"vant": "^4.9.17",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.25",
|
|
"@vant/auto-import-resolver": "^1.3.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"postcss-pxtorem": "^6.1.0",
|
|
"sass": "^1.83.4",
|
|
"typescript": "^5.4.2",
|
|
"unplugin-auto-import": "^0.17.8",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|