加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "graduationprojectfore",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --mode development",
"build": "run-p type-check build-only",
"preview": "vite preview --mode production",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@types/lodash": "^4.14.202",
"@vueuse/core": "^10.7.2",
"ant-design-vue": "^4.0.8",
"axios": "^1.6.4",
"canvas-confetti": "^1.9.2",
"lodash": "^4.17.21",
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.2.1",
"socket.io-client": "^4.7.4",
"unplugin-auto-import": "^0.17.3",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^18.16.17",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.5.0",
"less": "^4.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "~5.0.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化