加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
m1yellow 提交于 2024-09-06 21:03 . 组件依赖更新
{
"name": "collide-try",
"version": "4.5.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"pinia": "^2.2.2",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.28.0",
"prettier": "^3.3.3",
"terser": "^5.31.6",
"vite": "^5.4.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化