- Node.js build script with gray-matter and marked - Self-hosted fonts (DM Serif Display, Karla) - Swedish badge system for origin transparency - Filtering by category, region, tags, and search - URL-based filter state for shareable links - Individual entry pages - About and badge info pages - Privacy-focused: no cookies, no tracking, no external requests - Hosted in Lerum, Sweden
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"name": "ursprungsverige",
|
|
"version": "1.0.0",
|
|
"description": "A curated collection of Swedish products, services, experiences and manufacturers",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "node build.js --watch",
|
|
"serve": "npx --yes serve dist -p 3000"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^12.0.0"
|
|
}
|
|
}
|