-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "rxc-www",
"version": "1.0.0",
"description": "RadicalxChange's www website",
"engines": {
"node": "20.x"
},
"scripts": {
"build:images": "node ./src/site/images.js",
"build:site": "npx @11ty/eleventy",
"build": "npm run build:images; npm run build:site",
"serve": "npx @11ty/eleventy --serve",
"serve:dev": "RXC_DEV=true npm run serve"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"htmlnano": "^2.1.0",
"js-beautify": "^1.15.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.10",
"lodash.chunk": "^4.2.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^4.0.0",
"markdown-it-texmath": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"ncp": "^2.0.0",
"nunjucks": "^3.2.4",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.0",
"postcss-nested": "^6.0.1",
"postcss-prettify": "^0.3.4",
"posthtml": "^0.16.6",
"posthtml-alt-always": "^1.0.1",
"posthtml-link-noreferrer": "^1.0.10",
"prettier": "^3.2.5",
"rss-parser": "^3.13.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"terser": "^5.30.3",
"uslug": "^1.0.4"
}
}