-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "jeremias.codes",
"version": "1.0.0",
"description": "Personal site by Jeremias Menichelli",
"type": "module",
"scripts": {
"start": "NODE_ENV=development eleventy --serve",
"build": "eleventy",
"fonts": "bash scripts/fonts.sh",
"format": "prettier '**/*.{js,css,md}' --write",
"format:check": "prettier '**/*.{js,css,md}' --check",
"test": "npm run format:check",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "github.com/jeremenichelli/personal-site"
},
"keywords": [
"blog",
"personal",
"jeremias menichelli"
],
"author": "Jeremias Menichelli",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-plugin-rss": "2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"browserslist": "4.21.10",
"esbuild": "0.24.0",
"html-minifier-terser": "7.2.0",
"husky": "^9.1.7",
"kleur": "4.1.5",
"lightningcss": "1.27.0",
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.2.0",
"prettier": "3.3.3"
},
"dependencies": {
"instant.page": "5.2.0"
}
}