-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.54 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
46
47
{
"name": "red-hat-israel-site",
"version": "1.0.0",
"description": "Red Hat Israel site blog",
"private": true,
"scripts": {
"get-latest-stats": "npm update rh-il-org-stats",
"prebuild": "npm run get-latest-stats",
"build": "eleventy --incremental",
"bench": "DEBUG=Eleventy:Benchmark* eleventy",
"watch": "eleventy --watch --incremental",
"preserve": "npm run get-latest-stats",
"serve": "eleventy --serve --incremental",
"start": "npm run 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": "^2.0.0",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@jspm/generator": "^1.1.0",
"@rhds/elements": "^1.0.0-beta.33",
"@rhds/tokens": "^1.0.0-beta.9",
"element-internals-polyfill": "^1.2.6",
"eleventy-plugin-postcss": "^1.0.4",
"esbuild": "^0.17.11",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"patch-package": "^6.5.0",
"postcss-preset-env": "^8.0.1",
"rh-il-org-stats": "github:RedHat-Israel/rh-il-org-stats"
}
}