forked from RadicalxChange/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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": "rxc-www",
"version": "1.0.0",
"description": "RadicalxChange's www website",
"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"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-cache-assets": "^2.0.3",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"autoprefixer": "^10.0.2",
"htmlnano": "^0.2.7",
"js-beautify": "^1.13.0",
"js-yaml": "^3.14.0",
"katex": "^0.16.0",
"lodash.chunk": "^4.2.0",
"luxon": "^1.25.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-texmath": "^1.0.0",
"markdown-it-toc-done-right": "^4.1.0",
"ncp": "^2.0.0",
"nunjucks": "^3.2.2",
"postcss": "^8.1.8",
"postcss-clean": "^1.1.0",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-nesting": "^7.0.1",
"postcss-prettify": "^0.3.4",
"posthtml": "^0.13.4",
"posthtml-alt-always": "^1.0.1",
"posthtml-link-noreferrer": "^1.0.8",
"prettier": "^2.1.2",
"rss-parser": "^3.10.0",
"sharp": "^0.25.4",
"tailwindcss": "^2.0.1",
"uslug": "^1.0.4"
}
}