加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
寻找一束光 提交于 2024-03-16 09:31 . 改为一束光添加公安备案
{
"name": "home",
"author": "imsyy",
"github": "https://github.com/imsyy/home",
"home": "https://xsb.icu",
"private": true,
"version": "4.1.3",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"aplayer": "^1.10.1",
"axios": "^1.6.2",
"element-plus": "^2.4.2",
"fetch-jsonp": "^1.3.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"swiper": "^9.4.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue3-aplayer": "^1.7.3"
},
"devDependencies": {
"@icon-park/vue-next": "^1.4.2",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"mockjs": "^1.1.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"terser": "^5.24.0",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-pwa": "^0.14.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化