-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.8 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "site",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "eleventy --serve"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@jamshop/eleventy-plugin-typography": "^1.0.0",
"@jgarber/eleventy-plugin-postcss": "^1.0.1",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"@sindresorhus/slugify": "^2.2.1",
"@xtthaop/markdown-it-katex": "^2.0.6",
"a11y-syntax-highlighting": "^1.1.0",
"abcjs": "^6.4.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eleventy-plugin-redirects": "^1.0.0",
"eval-sanitizer": "^0.0.7",
"html-to-text": "^9.0.5",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.0",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-callouts": "^1.0.3",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-deflist": "^3.0.0",
"markdown-it-fancy-lists": "^1.3.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-small": "^1.0.0",
"modern-normalize": "^3.0.1",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prismjs": "^1.29.0",
"short-hash": "^1.0.0",
"svg-pathdata-getbbox": "^1.0.8",
"url-equal": "0.1.2-1",
"webmscore": "^1.2.1"
},
"devDependencies": {
"netlify-cli": "^17.37.2",
"prettier": "^3.3.3"
},
"prettier": {
"useTabs": true,
"arrowParens": "avoid",
"embeddedLanguageFormatting": "auto",
"experimentalTernaries": true,
"htmlWhitespaceSensitivity": "css",
"semi": false,
"tabWidth": 4,
"trailingComma": "none",
"endOfLine": "lf"
}
}