website/package.json

50 lines
1.3 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": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-12-17 13:12:29 +01:00
"@astrojs/mdx": "^2.0.1",
2023-10-28 16:58:58 +02:00
"@astrojs/solid-js": "^3.0.2",
"@citation-js/plugin-bibtex": "^0.7.2",
"@js-temporal/polyfill": "^0.4.4",
2023-12-17 13:12:29 +01:00
"astro": "^4.0.6",
2023-10-28 16:58:58 +02:00
"astro-pagefind": "^1.3.0",
2023-12-05 23:25:25 +01:00
"chart.js": "^4.4.1",
2023-11-05 15:01:47 +01:00
"citation-js": "^0.7.4",
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",
2023-06-06 10:24:08 +02:00
"purify-ts": "^2.0.1",
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",
"remark-rehype": "^11.0.0",
2023-11-19 00:11:43 +01:00
"reveal.js": "^5.0.2",
2023-12-05 23:25:25 +01:00
"solid-js": "^1.8.7",
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",
2023-11-27 22:23:59 +01:00
"@types/reveal.js": "^4.4.8",
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",
2023-10-28 16:58:58 +02:00
"sass": "^1.69.5",
2023-12-05 23:25:25 +01:00
"sharp": "^0.33.0"
2023-04-07 00:25:47 +02:00
}
}