1 Star 0 Fork 0

王云朋/Auto-Photoshop-StableDiffusion-Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
Abdullah Alfaraj 提交于 2023-10-07 16:59 . bump to 1.3.3
{
"name": "auto-photoshop-stable-diffusion-plugin",
"version": "1.3.3",
"description": "A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using Automatic1111-sd-webui as a backend.",
"author": "Adobe Inc",
"license": "Apache-2.0",
"dependencies": {
"@types/photoshop": "^24.5.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"changedpi": "^1.0.4",
"fastify": "^4.10.2",
"jimp": "^0.16.2",
"madge": "^6.0.0",
"md5": "^2.3.0",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.5"
},
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@svgr/webpack": "^8.0.1",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"commander": "^11.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"glob": "^10.3.4",
"nodemon": "^2.0.22",
"prettier": "2.8.3",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^3.0.8",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"chalk": "^5.3.0",
"yazl": "^2.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack --config ./build-script/webpack.config.js --watch --devtool eval-source-map",
"build": "npx webpack --config ./build-script/webpack.config.js",
"publish": "npx webpack --config ./build-script/webpack.config.js --mode production",
"format": "npx prettier -w typescripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/issues"
},
"homepage": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wentijieda/Auto-Photoshop-StableDiffusion-Plugin.git
[email protected]:wentijieda/Auto-Photoshop-StableDiffusion-Plugin.git
wentijieda
Auto-Photoshop-StableDiffusion-Plugin
Auto-Photoshop-StableDiffusion-Plugin
master

搜索帮助