-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "htmlhell",
"version": "1.0.0",
"description": "",
"main": "#",
"scripts": {
"start": "ELEVENTY_ENV=development npx @11ty/eleventy --serve",
"build-gulp": "gulp build",
"build-site": "ELEVENTY_ENV=production npx @11ty/eleventy",
"build": "npm run build-gulp && npm run build-site",
"screenshot": "npm run build-gulp && node screenshot"
},
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.0.7",
"eleventy-plugin-pwa": "^1.0.8",
"front-matter": "^3.2.1",
"js-beautify": "^1.10.2",
"netlify-plugin-a11y": "0.0.10",
"puppeteer": "^2.0.0",
"slugify": "^1.3.6"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2",
"html-minifier": "^4.0.0",
"luxon": "^1.21.3",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"readable-stream": "^3.4.0"
}
}