-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 931 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
{
"name": "piellardj.github.io",
"homepage": "https://piellardj.github.io",
"description": "Homepage",
"author": "Jérémie PIELLARD <jeremie.piellard@gmail.com> (https://github.com/piellardj)",
"repository": "github:piellardj/piellardj.github.io",
"private": true,
"license": "ISC",
"scripts": {
"pre-commit": "npm run rebuild",
"generate-page": "ts-node-script src/generate-page.ts .",
"build": "npm run generate-page",
"rebuild": "npm run clean && npm run build",
"clean": "shx rm -rf css images/*.* script favicons *.html sitemap.xml"
},
"engines": {
"node": ">=20.5.1"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@types/sharp": "^0.32.0",
"sharp": "^0.33.2",
"shx": "^0.3.4",
"sitemap": "^7.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpage-templates": "github:piellardj/webpage-templates",
"xml-formatter": "^3.6.0"
}
}