Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions opendata.swiss/ui/content.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default defineContentConfig({
label: z.string(),
})).optional(),
tags: z.array(z.string()).optional(),
rawbody: z.string(),
})
})
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: Mietpreisentwicklung in Bern – Ein Instrument für Mieter, Stadtplaner
image: https://repository-images.githubusercontent.com/788945570/a1998415-fef9-4518-8a5d-d2937f17edec
url: https://giodi.github.io/dashboard-wohnungsmietpreise-stadt-bern/
categories:
- SOCI
- REGI
- http://publications.europa.eu/resource/authority/data-theme/SOCI
- http://publications.europa.eu/resource/authority/data-theme/REGI
type: application
datasets:
- id: 85787-bundesamt-fur-statistik-bfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: Rent Price Development in Bern – A Tool for Tenants, Urban Planners, an
image: https://repository-images.githubusercontent.com/788945570/a1998415-fef9-4518-8a5d-d2937f17edec
url: https://giodi.github.io/dashboard-wohnungsmietpreise-stadt-bern/
categories:
- SOCI
- REGI
- http://publications.europa.eu/resource/authority/data-theme/SOCI
- http://publications.europa.eu/resource/authority/data-theme/REGI
type: application
datasets:
- id: 85787-bundesamt-fur-statistik-bfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: Évolution des loyers à Berne – Un outil pour les locataires, urbanist
image: https://repository-images.githubusercontent.com/788945570/a1998415-fef9-4518-8a5d-d2937f17edec
url: https://giodi.github.io/dashboard-wohnungsmietpreise-stadt-bern/
categories:
- SOCI
- REGI
- http://publications.europa.eu/resource/authority/data-theme/SOCI
- http://publications.europa.eu/resource/authority/data-theme/REGI
type: application
datasets:
- id: 85787-bundesamt-fur-statistik-bfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: Andamento degli affitti a Berna – Uno strumento per inquilini, urbanist
image: https://repository-images.githubusercontent.com/788945570/a1998415-fef9-4518-8a5d-d2937f17edec
url: https://giodi.github.io/dashboard-wohnungsmietpreise-stadt-bern/
categories:
- SOCI
- REGI
- http://publications.europa.eu/resource/authority/data-theme/SOCI
- http://publications.europa.eu/resource/authority/data-theme/REGI
type: application
datasets:
- id: 85787-bundesamt-fur-statistik-bfs
Expand Down
171 changes: 171 additions & 0 deletions opendata.swiss/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions opendata.swiss/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@pinia/nuxt": "^0.11.1",
"@piveau/sdk-core": "^0.0.0-beta.2",
"@piveau/sdk-vue": "^1.0.0-beta.9",
"@tpluscode/rdf-ns-builders": "^5.0.0",
"better-sqlite3": "^12.2.0",
"bootstrap": "^5.3.7",
"decap-cms-app": "^3.8.3",
Expand All @@ -31,9 +32,12 @@
"nuxt": "^4.0.0",
"pinia": "^3.0.3",
"react-bootstrap-typeahead": "^6.4.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"rimraf": "^6.0.1",
"sass-embedded": "^1.89.2",
"sharp": "^0.34.3",
"strip-markdown": "^6.0.0",
"swiper": "^11.2.10",
"uuid": "^11.1.0",
"vue": "^3.5.17",
Expand Down
Loading