chore(dev): Add all necessary files to develop website

This commit is contained in:
2025-07-13 12:19:07 +02:00
parent ffde44ae57
commit 0d4da525a6
4 changed files with 1578 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "katenary",
"version": "1.0.0",
"description": "Katenary website",
"source": "src/index.html",
"author": "Patrice Ferlet",
"license": "MIT",
"private": true,
"devDependencies": {
"parcel": "^2.13.2",
"posthtml-doctype": "^1.1.1",
"posthtml-include": "^2.0.1"
}
}