1 Star 0 Fork 0

kangzgame/aigcstarter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
kangzgame 提交于 2024-06-18 23:11 . log
{
"name": "aigcstarter",
"version": "0.0.1",
"description": "aigc starter,webui,comfyui,Orillusion in",
"main": "dist/main/index.cjs",
"scripts": {
"dev": "cross-env VITE_RUNTIME_ENV=github node scripts/watch.mjs",
"preinstall": "cd orillusion-editor && yarn",
"prebuild": "node scripts/build.mjs",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhoukang0807/aigcstarter.git"
},
"author": "weehel",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhoukang0807/aigcstarter/issues"
},
"homepage": "https://github.com/zhoukang0807/aigcstarter#readme",
"devDependencies": {
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/plugin-vite": "^7.2.0",
"@electron-forge/shared-types": "^7.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cross-env": "^7.0.3",
"electron": "^27.1.2",
"electron-devtools-installer": "^3.2.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.2.0",
"postcss": "^8.4.31",
"postcss-pxtorem": "^6.0.0",
"request": "^2.88.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-resolve": "^2.5.1",
"vue": "^3.3.9",
"vue-tsc": "^1.8.24"
},
"engines": {
"node": ">=18.0.0"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 1234
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@types/fs-extra": "^11.0.4",
"amfe-flexible": "^2.2.1",
"axios": "^1.6.2",
"electron-squirrel-startup": "^1.0.0",
"element-plus": "^2.4.4",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pepjs": "^0.5.3",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"ws": "^8.17.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kangzgame/aigcstarter.git
git@gitee.com:kangzgame/aigcstarter.git
kangzgame
aigcstarter
aigcstarter
master

搜索帮助