-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 KB
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
{
"name": "@plotdb/upscaler",
"version": "0.0.3",
"main": "dist/node.js",
"browser": "dist/index.min.js",
"scripts": {
"start": "npx server -r web -o true"
},
"files": [
"dist/**/*",
"models/**/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "real-esrgan model wrapper with tf.js",
"dependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.6",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"canvas": "^3.2.3",
"fedep": "^1.6.0",
"ldcover": "^3.5.6",
"ldfile": "^2.0.1",
"ldview": "^1.7.2",
"proxise": "^1.0.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@loadingio/bootstrap.ext",
"@loadingio/debounce.js",
"@loadingio/ldquery",
"@tensorflow/tfjs",
"@tensorflow/tfjs-backend-webgpu",
"bootstrap",
"ldcover",
"ldfile",
"ldview",
"proxise"
]
},
"devDependencies": {
"uglify-js": "^3.19.3"
}
}