-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 1.89 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "node-webdev-basic",
"version": "0.0.0",
"description": "basic web/dev environment",
"type": "module",
"scripts": {
"clean": "gulp clear",
"clear": "gulp clear",
"build": "gulp stable",
"release": "gulp stable",
"stable": "gulp stable",
"beta": "gulp beta",
"alpha": "gulp alpha",
"test": "gulp test",
"dev_build": "gulp dev_stable",
"dev_release": "gulp dev_stable",
"dev_stable": "gulp dev_stable",
"dev_beta": "gulp dev_beta",
"dev_alpha": "gulp dev_alpha",
"dev_test": "gulp dev_test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertsaupe/node-webdev-basic.git"
},
"keywords": [
"linux",
"windows",
"browsersync",
"Node",
"Node.js",
"nvm",
"GULP",
"web",
"dev",
"webdev",
"basic",
"min",
"minify",
"optimize",
"compile",
"static",
"EJS",
"html",
"html5",
"JavaScript",
"JS",
"SASS",
"SCSS",
"CSS",
"img",
"images",
"logo",
"png",
"svg",
"gif",
"jpg",
"jpeg",
"ico",
"favicon"
],
"author": "Robert Saupe",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertsaupe/node-webdev-basic/issues"
},
"homepage": "https://github.com/robertsaupe/node-webdev-basic#readme",
"devDependencies": {
"autoprefixer": "^10.4.17",
"browser-sync": "^3.0.2",
"cssnano": "^6.0.3",
"del": "^7.1.0",
"fs": "^0.0.2",
"gulp": "^4.0.2",
"gulp-css-base64": "^2.0.0",
"gulp-ejs": "^5.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^9.0.0",
"gulp-minify-inline": "^1.1.0",
"gulp-noop": "^1.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser-js": "^5.2.2",
"gulp-to-ico": "^1.0.0",
"sass": "^1.71.0"
}
}