forked from nyancrimew/maia.crimew.gay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "doubletroublepy.github.io",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf www && ELEVENTY_ENV=prod eleventy",
"serve": "rm -rf www && ELEVENTY_ENV=dev eleventy --serve",
"update": "git pull && npm i && npm run build"
},
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"eleventy-plugin-footnotes": "^0.11.0",
"eleventy-plugin-related": "^1.0.6",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^8.6.7",
"reveal.js": "^5.0.1",
"sass": "^1.69.5"
}
}