forked from lotress/MoePhoto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 KB
/
package.json
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
{
"name": "moephoto",
"version": "5.5.2",
"description": "MoePhoto Image Toolbox萌图工具箱 一个基于深度学习的AI图像修复软件(更新中...) 感兴趣的加QQ群320785467讨论 ### 基本功能 * 图像降噪 * 超分辨率 * 去雾 * 涂抹及风格化",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "python python\\MoePhoto.py",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lotress/MoePhoto.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lotress/MoePhoto/issues"
},
"homepage": "https://github.com/lotress/MoePhoto#readme",
"devDependencies": {
"clean-webpack-plugin": "^1",
"css-loader": "^2",
"cssnano": "^4",
"file-loader": "^3",
"is-obj": "^2",
"mini-css-extract-plugin": "^0",
"postcss-import": "^12",
"postcss-loader": "^3",
"terser-webpack-plugin": "^1",
"url-loader": "^1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-manifest-plugin": "^2"
},
"dependencies": {
"bootstrap": "^3",
"jarallax": "^1",
"jquery": "^3.5",
"jquery.event.move": "^1",
"zurb-twentytwenty": ">=0"
}
}