generated from maehr/github-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
987 additions
and
1,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
{ | ||
"name": "stadtgeschichtebasel.ch", | ||
"description": "The open source code of the digital portal of Stadt.Geschichte.Basel.", | ||
"author": "Moritz Mähr <[email protected]>", | ||
"author": { | ||
"name": "Moritz Mähr", | ||
"email": "[email protected]", | ||
"url": "https://github.com/maehr" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Moritz Twente", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mtwente" | ||
}, | ||
{ | ||
"name": "Nico Görlich", | ||
"email": "[email protected]", | ||
"url": "https://github.com/koilebeit" | ||
} | ||
], | ||
"version": "0.0.1", | ||
"url": "https://github.com/Stadt-Geschichte-Basel/stadtgeschichtebasel.ch/issues", | ||
"license": "AGPL-3.0", | ||
|
@@ -28,43 +44,43 @@ | |
"clean": "rm -Rf static/files/* && touch static/files/.gitkeep && rm -Rf src/pages/* && touch src/pages/.gitkeep && rm -Rf src/posts/* && touch src/posts/.gitkeep" | ||
}, | ||
"devDependencies": { | ||
"@divriots/jampack": "^0.25.0", | ||
"@playwright/test": "^1.45.1", | ||
"@skeletonlabs/skeleton": "^2.10.1", | ||
"@divriots/jampack": "^0.28.0", | ||
"@playwright/test": "^1.47.2", | ||
"@skeletonlabs/skeleton": "^2.10.2", | ||
"@skeletonlabs/tw-plugin": "^0.4.0", | ||
"@sveltejs/adapter-static": "^3.0.2", | ||
"@sveltejs/kit": "^2.5.18", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.1", | ||
"@tailwindcss/typography": "^0.5.13", | ||
"autoprefixer": "^10.4.19", | ||
"@sveltejs/adapter-static": "^3.0.5", | ||
"@sveltejs/kit": "^2.5.28", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"autoprefixer": "^10.4.20", | ||
"cheerio": "1.0.0-rc.12", | ||
"dompurify": "^3.1.6", | ||
"eslint": "^9.8.0", | ||
"eslint": "^9.11.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-svelte": "^2.41.0", | ||
"husky": "^9.0.11", | ||
"eslint-plugin-svelte": "^2.44.0", | ||
"husky": "^9.1.6", | ||
"js-yaml": "^4.1.0", | ||
"jsdom": "^24.1.0", | ||
"jsdom": "^24.1.3", | ||
"mdsvex": "^0.11.2", | ||
"node-fetch": "^3.3.2", | ||
"postcss": "^8.4.39", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-organize-imports": "^4.0.0", | ||
"postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-organize-imports": "^4.1.0", | ||
"prettier-plugin-svelte": "^3.2.6", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"rehype-autolink-headings": "^7.1.0", | ||
"rehype-external-links": "^3.0.0", | ||
"rehype-slug": "^6.0.0", | ||
"remark-captions": "^2.2.4", | ||
"svelte": "^4.2.18", | ||
"svelte-check": "^3.8.5", | ||
"svelte-maplibre": "^0.9.8", | ||
"tailwindcss": "^3.4.4", | ||
"svelte": "^4.2.19", | ||
"svelte-check": "^3.8.6", | ||
"svelte-maplibre": "^0.9.13", | ||
"tailwindcss": "^3.4.13", | ||
"turndown": "^7.2.0", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.3.3", | ||
"typescript": "^5.6.2", | ||
"vite": "^5.4.7", | ||
"vite-plugin-tailwind-purgecss": "^0.3.3", | ||
"vitest": "^2.0.1", | ||
"vitest": "^2.1.1", | ||
"xml2js": "^0.6.2" | ||
}, | ||
"type": "module" | ||
|
Oops, something went wrong.