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 .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
strict-peer-dependencies=false
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

To [celebrate our 10th anniversary](https://10years.opendata.ch/), we would like to look back at our activities and highlights over the past 10 years. This review serves as documentation, inspiration and basis for the next 10 years of Opendata.ch in Switzerland. Thank you all for joining us on this journey for an open, innovative and fair society.

This project is designed by @lucguillemot and maintained by the Opendata.ch team on Vercel.

## Svelte Starter

This website is based on [The Pudding](https://pudding.cool)'s [starter template](https://github.com/the-pudding/svelte-starter) that aims to quickly scaffold a [SvelteKit](https://kit.svelte.dev/) project, designed around data-driven, visual stories. Thanks for making this starter-kit public!
This website is based on [The Pudding](https://pudding.cool)'s [starter template](https://github.com/the-pudding/svelte-starter) that aims to quickly scaffold a [SvelteKit](https://kit.svelte.dev/) project, designed around data-driven, visual stories.

## Maintenance notes

Use the `pnpm` package manager as follows to keep dependencies updated between releases:

`npm install -g pnpm`

`pnpm update`
45 changes: 24 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@
{
"name": "svelte-starter",
"version": "3.0.15",
"version": "3.0.42",
"scripts": {
"gdoc": "node tasks/fetch-google.js",
"style": "node tasks/style-dictionary.js",
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"start": "svelte-kit start",
"dev": "vite dev",
"build": "vite build",
"start": "vite start",
"lint": "prettier --check .",
"format": "prettier --write .",
"svgo": "svgo -f ./src/svg/raw -o ./src/svg/optimized"
},
"devDependencies": {
"@rollup/plugin-dsv": "^2.0.3",
"@sveltejs/adapter-static": "1.0.0-next.29",
"@sveltejs/kit": "1.0.0-next.297",
"@sveltejs/adapter-static": "1.0.0-next.36",
"@sveltejs/kit": "1.0.0-next.370",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.2",
"d3": "^7.3.0",
"feather-icons": "^4.28.0",
"layercake": "^6.1.0",
"autoprefixer": "^10.4.7",
"d3": "^7.6.1",
"feather-icons": "^4.29.0",
"layercake": "^6.1.2",
"lodash.debounce": "^4.0.8",
"node-fetch": "^3.2.3",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"node-fetch": "^3.2.8",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"rollup": "^2.75.6",
"rollup-plugin-svg": "^2.0.0",
"style-dictionary": "^3.1.1",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.3",
"style-dictionary": "^3.7.1",
"svelte": "^3.49.0",
"svelte-copy": "^1.2.4",
"svelte-preprocess": "^4.10.7",
"vite": "^2.9.14",
"vite-plugin-svgstring": "^1.0.0"
},
"type": "module",
"engines": {
"node": "14.x"
"node": ">= 16"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11",
"subdirectory": "",
"dependencies": {
"d3-geo": "^3.0.1",
"d3-scale": "^4.0.2",
"rollup": "^1.20.0",
"scrollama": "^3.1.1",
"rollup": "^1.32.1",
"scrollama": "^3.2.0",
"svgo": "^2.8.0",
"swiss-maps": "^4.1.0",
"swiss-maps": "^4.2.0",
"topojson-client": "^3.1.0"
}
}
Loading