web/package.json
dependabot[bot] 4f103d1461
Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [micromatch](https://github.com/micromatch/micromatch).


Updates `svelte` from 4.2.12 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 17:33:16 +00:00

35 lines
1.2 KiB
JSON

{
"name": "w3pn-web",
"type": "module",
"version": "1.3.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"cleanup-flags": "deno run --allow-all utils/cleanup-flags.js",
"preview": "astro preview",
"astro": "astro",
"core": "deno run --allow-all utils/core.js",
"contribs": "deno run --allow-all utils/contributors.js",
"articles": "deno run --allow-all utils/articles.js",
"talks": "deno run --allow-all utils/talks.js",
"explorer": "deno run --allow-all utils/explorer.js",
"events-ext": "deno run --allow-all utils/events-ext.js",
"db-repo": "deno run --allow-all utils/db-repo.js",
"gen-images": "deno run --allow-all utils/gen-images.js",
"dependency-fix": "npm fund && npm audit fix --force",
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo"
},
"dependencies": {
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^4.5.5",
"cfonts": "^3.2.0",
"date-fns": "^2.30.0",
"marked": "^11.1.1",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}