1 Star 0 Fork 0

breath57/vs-show

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
breath57 提交于 2022-08-27 04:34 . 修复部分bug
{
"name": "vs-show",
"private": true,
"version": "0.0.0",
"main": "electron/main.js",
"build": {
"appId": "com.breath57.vs-show",
"productName": "基于AI的视频学习系统",
"copyright": "Copyright © 2021 breath57",
"mac": {
"category": "public.app-category.utilities"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"files": [
"dist/**/*",
"electron/**/*"
],
"directories": {
"buildResources": "assets",
"output": "dist_electron"
},
"extraResources": [
{
"from": "./resources/app",
"to": "./app"
}
]
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"preview": "vite preview",
"electron": "wait-on tcp:3000 && cross-env NODE_ENV=development electron .",
"electron:serve": "concurrently -k \"yarn dev\" \"yarn electron\"",
"electron:build": "vite build && electron-builder"
},
"dependencies": {
"axios": "^0.27.2",
"child_process": "^1.0.2",
"element-plus": "^2.2.0",
"sass": "^1.52.1",
"vue": "^3.2.25",
"vue-axios": "^3.4.1",
"vue-router": "4",
"vue-video-player": "^5.0.2",
"vuex": "^4.0.2",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"concurrently": "^7.2.2",
"cross-env": "^7.0.3",
"electron": "^19.0.6",
"electron-builder": "^23.1.0",
"vite": "^2.9.9",
"wait-on": "^6.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/breath57/vs-show.git
git@gitee.com:breath57/vs-show.git
breath57
vs-show
vs-show
master

搜索帮助