-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "11ty-petrzalka",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@types/luxon": "^1.24.1",
"@types/markdown-it": "^10.0.1",
"@types/node": "^14.0.22",
"@types/punycode": "^2.1.0",
"@types/rx": "^4.1.2",
"debug": "^4.3.1",
"fetch": "^1.1.0",
"markdown-it": "^11.0.0",
"node-html-parser": "^1.4.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@types/node-fetch": "^2.5.7",
"abortcontroller-polyfill": "^1.5.0",
"bootstrap": "^5.0.0-alpha3",
"encoding": "^0.1.13",
"full-icu": "^1.3.1",
"image-charts": "^5.6.1",
"node-abort-controller": "^1.1.0",
"node-fetch": "^2.6.1",
"number-string": "^1.1.4",
"rx": "^4.1.0",
"rxjs": "^6.6.3",
"tslib": "^2.0.3"
}
}