加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
yosong 提交于 2023-04-23 17:31 . '静态页面编写--04/23'
{
"name": "accountingweb",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^1.3.3",
"dayjs": "^1.11.7",
"less": "^4.1.3",
"normalize.css": "^8.0.1",
"pinia": "^2.0.32",
"@vitejs/plugin-legacy": "^4.0.2",
"vant": "^4.2.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"terser": "^5.16.8"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"postcss-pxtorem": "^6.0.0",
"typescript": "~4.8.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化