67 lines
2.3 KiB
JSON
67 lines
2.3 KiB
JSON
{
|
|
"name": "auto-photoshop-stable-diffusion-plugin",
|
|
"version": "1.3.1",
|
|
"description": "Default template for creating Adobe UXP based photoshop plugin.",
|
|
"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"
|
|
} |