File size: 1,932 Bytes
34097e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "name": "uxp-template-default-starter",
    "version": "1.0.0",
    "description": "Default template for creating Adobe UXP based photoshop plugin.",
    "author": "Adobe Inc",
    "license": "Apache-2.0",
    "dependencies": {
        "@types/react": "^18.2.6",
        "@types/react-dom": "^18.2.4",
        "fastify": "^4.10.2",
        "jimp": "^0.16.2",
        "md5": "^2.3.0",
        "mobx": "^6.9.0",
        "mobx-react": "^7.6.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "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",
        "babel-loader": "^9.1.2",
        "clean-webpack-plugin": "^4.0.0",
        "copy-webpack-plugin": "^11.0.0",
        "css-loader": "^6.7.3",
        "file-loader": "^6.2.0",
        "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",
        "webpack": "^5.82.1",
        "webpack-cli": "^5.1.1"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "cd ultimate_sd_upscaler && npx webpack --config webpack.config.js",
        "watch": "cd ultimate_sd_upscaler && npx webpack --config webpack.config.js --watch"
    },
    "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"
}