-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
36 lines (36 loc) · 1.11 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
{
"scripts": {
"build": "ELEVENTY_ENV=production eleventy",
"dev": "ELEVENTY_ENV=development eleventy --serve --watch",
"debug": "DEBUG=* eleventy"
},
"repository": "netlify/functions.netlify.com",
"bugs": {
"url": "https://github.com/netlify/functions.netlify.com/issues"
},
"homepage": "https://functions.netlify.com",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-cache-assets": "^2.0.4",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@node-minify/core": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@quasibit/eleventy-plugin-schema": "^1.0.0",
"@quasibit/eleventy-plugin-sitemap": "^2.0.3",
"dotenv": "^8.2.0",
"eleventy-plugin-seo": "github:daviddarnes/eleventy-plugin-seo",
"fast-glob": "^3.2.4",
"gray-matter": "^4.0.2",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^7.0.2",
"marked": "^1.2.9",
"node-fetch": "^2.6.1",
"prismjs": "^1.23.0",
"querystring": "^0.2.0",
"sass": "^1.29.0"
},
"dependencies": {
"@yaireo/tagify": "^3.22.0"
}
}