website/package.json

51 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-09-09 10:10:25 +02:00
"@astrojs/mdx": "^1.0.3",
"@astrojs/solid-js": "^3.0.1",
2023-06-17 15:37:34 +02:00
"@citation-js/plugin-bibtex": "^0.6.8",
"@js-temporal/polyfill": "^0.4.4",
2023-09-09 10:10:25 +02:00
"astro": "^3.0.12",
2023-07-24 22:18:32 +02:00
"astro-pagefind": "^1.2.3",
2023-09-01 23:01:54 +02:00
"chart.js": "^4.4.0",
2023-06-17 15:37:34 +02:00
"citation-js": "^0.6.8",
2023-07-04 12:27:06 +02:00
"dayjs": "^1.11.9",
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-04-24 00:43:33 +02:00
"rehype-katex": "^6.0.3",
2023-09-01 23:01:54 +02:00
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
2023-06-17 15:37:34 +02:00
"remark-directive": "^2.0.1",
2023-09-01 23:01:54 +02:00
"remark-emoji": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
2023-05-18 20:02:06 +02:00
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
2023-04-13 20:14:08 +02:00
"reveal.js": "^4.5.0",
2023-08-15 10:07:24 +02:00
"solid-js": "^1.7.11",
2023-09-09 10:10:25 +02:00
"unified": "^11.0.3",
2023-09-01 23:01:54 +02:00
"unist-util-visit": "^5.0.0"
2023-04-07 01:11:08 +02:00
},
"devDependencies": {
2023-09-01 23:01:54 +02:00
"@types/leaflet": "^1.9.4",
"@types/leaflet.markercluster": "^1.5.2",
"@types/reveal.js": "^4.4.2",
2023-09-01 23:01:54 +02:00
"@types/unist": "^3.0.0",
2023-05-04 20:26:36 +02:00
"pagefind": "^0.12.0",
2023-09-09 10:10:25 +02:00
"sass": "^1.66.1",
"sharp": "^0.32.5"
2023-04-07 00:25:47 +02:00
}
}