This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "local-minifier",
"version": "0.1.0",
"type": "module",
"description": "A local environment to minify CSS, JS, & HTML files",
"devDependencies": {
"@types/gulp": "^4.0.8",
"@types/gulp-htmlmin": "^1.3.32",
"@types/gulp-plumber": "0.0.32",
"@types/gulp-svgmin": "^1.2.0",
"@types/gulp-util": "^3.0.35",
"@types/node": "^14.14.22",
"run-sequence": "^1.2.2",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"del": "^2.0.2",
"glsl-man": "^1.1.14",
"gulp": "^4.0.2",
"gulp-bytediff": "^1.0.0",
"gulp-fluent-ffmpeg": "^2.0.0",
"gulp-glsl": "^1.2.4",
"gulp-clean-css": "^4.3.0",
"gulp-ftlmin": "0.0.3",
"gulp-htmlmin": "^3.0.0",
"gulp-luaminify": "0.0.1",
"gulp-minify-inline": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-pretty-data": "^0.1.2",
"gulp-terser": "^1.2.0",
"gulp-util": "^3.0.8",
"imagemin": "^8.0.1",
"imagemin-pngcrush": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"map-stream": "^0.0.7",
"node-prune": "^1.0.2",
"nopy": "^0.2.7",
"through2": "^3.0.1",
"tmp": "^0.1.0",
"transfob": "^1.0.0"
},
"python": {
"dependencies": {
"pyminifier": "~=2.1",
"unrpa": "~=2.3.0"
}
},
"scripts": {
"install": "npip install",
"postinstall": "node-prune",
"nopenv": "nopenv",
"nopy": "nopy",
"npip": "npip"
}
}