website/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2023-04-07 00:25:47 +02:00
{
"name": "kamoshi.org",
"type": "module",
2023-07-08 11:27:03 +02:00
"private": true,
2023-04-07 00:25:47 +02:00
"version": "0.0.1",
"scripts": {
"astro": "astro"
},
"dependencies": {
2024-02-01 21:34:02 +01:00
"@astrojs/mdx": "^2.1.1",
2024-02-26 22:44:17 +01:00
"@astrojs/sitemap": "^3.1.1",
2024-03-03 22:59:29 +01:00
"@astrojs/svelte": "^5.2.0",
2024-02-01 21:34:02 +01:00
"@citation-js/plugin-bibtex": "^0.7.8",
"@js-temporal/polyfill": "^0.4.4",
2024-03-03 22:59:29 +01:00
"astro": "^4.4.9",
2024-02-01 21:34:02 +01:00
"astro-pagefind": "^1.4.0",
2024-03-03 22:59:29 +01:00
"chart.js": "^4.4.2",
2024-02-01 21:34:02 +01:00
"citation-js": "^0.7.8",
2023-05-18 20:02:06 +02:00
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
2023-09-01 23:01:54 +02:00
"mdast-util-to-string": "^4.0.0",
2024-01-04 20:53:35 +01:00
"purify-ts": "^2.0.3",
2023-10-28 16:58:58 +02:00
"rehype-katex": "^7.0.0",
2023-09-01 23:01:54 +02:00
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
2023-12-05 23:25:25 +01:00
"remark-directive": "^3.0.0",
"remark-emoji": "^4.0.1",
2023-10-28 16:58:58 +02:00
"remark-gfm": "^4.0.0",
2023-12-05 23:25:25 +01:00
"remark-math": "^6.0.0",
2023-10-28 16:58:58 +02:00
"remark-parse": "^11.0.0",
2024-02-01 21:34:02 +01:00
"remark-rehype": "^11.1.0",
2024-03-03 22:59:29 +01:00
"reveal.js": "^5.0.5",
"svelte": "5.0.0-next.70",
2023-10-28 16:58:58 +02:00
"unified": "^11.0.4",
2023-09-01 23:01:54 +02:00
"unist-util-visit": "^5.0.0"
2023-04-07 01:11:08 +02:00
},
"devDependencies": {
2023-11-08 21:20:15 +01:00
"@types/leaflet": "^1.9.8",
"@types/leaflet.markercluster": "^1.5.4",
2024-03-03 22:59:29 +01:00
"@types/reveal.js": "^5.0.1",
2023-11-08 21:20:15 +01:00
"@types/unist": "^3.0.2",
2023-11-19 00:11:43 +01:00
"pagefind": "^1.0.4",
2024-03-03 22:59:29 +01:00
"prettier": "^3.2.5",
2024-02-26 22:44:17 +01:00
"sass": "^1.71.1",
2024-02-01 21:34:02 +01:00
"sharp": "^0.33.2"
2023-04-07 00:25:47 +02:00
}
}