-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
36 lines (36 loc) · 1.21 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
{
"name": "devtools-tips",
"repository": {
"url": "https://github.com/captainbrosset/devtools-tips"
},
"version": "1.0.0",
"description": "A collection of useful, cross-browser, tips and tricks to get more comfortable with using DevTools.",
"scripts": {
"generate-see-also": "node generate-see-also.js",
"generate-pagefind": "npx pagefind --site dist --glob \"**/*.html\"",
"build": "npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@actions/github": "^6.0.0",
"dotenv": "^16.0.3",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-plugin-youtube-embed": "^1.4.5",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-to-txt": "^2.0.1",
"nlcst-to-string": "^3.1.1",
"node-fetch": "^2.6.1",
"pagefind": "1.0.3",
"retext": "^8.1.0",
"retext-keywords": "^7.2.0",
"retext-pos": "^4.1.0",
"striptags": "^3.2.0"
}
}