Files
website/package.json
Patrice Ferlet 58d8eb48b5 Fix links, add better footer, use icofont
Fork/Font awesome is too heavy and fails for some icons.
2025-09-15 21:44:34 +02:00

16 lines
345 B
JSON

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