-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 966 Bytes
/
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
{
"name": "niclake.me",
"version": "1.0.0",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.3.0",
"@popperjs/core": "^2.11.8",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.7",
"bootstrap": "^5.3.3",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"dracula-prism": "^2.1.16",
"js-yaml": "^4.1.0",
"littlefoot": "^4.1.1",
"luxon": "^3.4.4",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^4.0.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "./node_modules/.bin/eleventy --serve --quiet",
"build": "./node_modules/.bin/eleventy",
"clear": "rm -rf _site"
}
}