加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
屈小康 提交于 2024-01-25 22:49 . 1
{
"name": "vue-project",
"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 --build --force"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 5173
},
"dependencies": {
"draggable": "^4.2.0",
"element-plus": "2.2.29",
"http-proxy-middleware": "^2.0.6",
"less": "^4.2.0",
"microsoft-cognitiveservices-speech-sdk": "^1.34.0",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"postcss-px-to-viewport": "^1.1.1",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@ffmpeg-installer/ffmpeg": "1.1.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.3",
"@types/ws": "8.5.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.5.0",
"axios": "0.27.2",
"electron": "^28.1.0",
"electron-builder": "^24.9.1",
"npm-run-all2": "^6.1.1",
"postcss-preset-env": "^9.3.0",
"typescript": "~5.3.0",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"uuid": "8.3.2",
"vite": "^5.0.10",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-electron": "^0.15.5",
"vite-plugin-html": "^3.2.0",
"vue-i18n": "9.6.5",
"vue-tsc": "^1.8.25",
"ws": "8.13.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化