forked from ValeriyDyachenko/bxnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.27 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
{
"name": "bxnotes",
"version": "1.0.0",
"description": "blog about web developing and coding",
"author": "Valerii Diachenko",
"scripts": {
"dev": "gulp removeSiteData && gulp removeConspectData && gulp gitIgnoreConspectFolder && gulp copyContentToConspectData && gulp copyRedirectFile && gulp copyMinifyedManifest && gulp copyIcons && gulp add11tydataIntoConspectSubdirs && concurrently \"gulp watchCssAndMakeBundle\" \"eleventy --serve --watch\" \"gulp watchContentAndCopyToConspects\"",
"prod": "gulp removeSiteData && gulp removeConspectData && gulp gitIgnoreConspectFolder && gulp copyContentToConspectData && gulp makeCssBundle && gulp copyRedirectFile && gulp copyMinifyedManifest && gulp copyIcons && gulp add11tydataIntoConspectSubdirs && eleventy",
"debug": "set DEBUG=Eleventy*&&eleventy"
},
"devDependencies": {
"@11ty/eleventy": "0.8.2",
"@11ty/eleventy-plugin-syntaxhighlight": "2.0.3",
"concurrently": "4.1.0",
"del": "4.1.1",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"html-minifier": "4.0.0",
"markdown-it": "8.4.2",
"markdown-it-anchor": "5.0.2",
"markdown-it-emoji": "1.4.0",
"gulp-jsonminify": "1.1.0",
"fs-extra": "8.1.0"
},
"license": "MIT"
}