加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
f27 提交于 2023-04-01 21:07 . 导航和请求
{
"name": "waimai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"devv": "vite --debug",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^18.15.11",
"axios": "^1.3.4",
"pinia": "^2.0.33",
"scss": "^0.2.4",
"vant": "^4.1.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化