forked from RedHat-Israel/RedHat-Israel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "red-hat-israel-site",
"version": "1.0.0",
"description": "Red Hat Israel site blog",
"private": true,
"scripts": {
"build": "eleventy",
"bench": "DEBUG=Eleventy:Benchmark* eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/RedHat-Israel/RedHat-Israel.github.io.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RedHat-Israel/RedHat-Israel.github.io/issues"
},
"homepage": "https://github.com/RedHat-Israel/RedHat-Israel.github.io#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@octokit/graphql": "^5.0.1",
"js-yaml": "^4.1.0",
"luxon": "^3.0.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4"
},
"devDependencies": {
"@jspm/generator": "^1.0.0-beta.33",
"@rhds/elements": "^1.0.0-beta.24",
"@rhds/tokens": "^1.0.0-beta.9",
"dotenv": "^16.0.2",
"eleventy-plugin-postcss": "^1.0.4",
"esbuild": "^0.15.13",
"github-repository": "^0.4.0",
"postcss-preset-env": "^7.8.0"
}
}