website/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2023-04-07 00:25:47 +02:00
{
"name": "kamoshi.org",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-06-07 00:12:05 +02:00
"@astrojs/mdx": "^0.19.7",
2023-05-18 20:02:06 +02:00
"@astrojs/solid-js": "^2.2.0",
2023-06-07 00:12:05 +02:00
"astro": "^2.6.1",
2023-06-06 23:37:58 +02:00
"astro-pagefind": "^1.2.0",
"dayjs": "^1.11.8",
2023-05-18 20:02:06 +02:00
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
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",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
2023-04-08 19:47:34 +02:00
"remark-emoji": "^3.1.1",
"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-06-01 22:38:41 +02:00
"solid-js": "^1.7.6",
"unified": "^10.1.2",
2023-04-11 02:36:13 +02:00
"unist-util-visit": "^4.1.2"
2023-04-07 01:11:08 +02:00
},
"devDependencies": {
2023-04-08 01:27:59 +02:00
"@types/leaflet": "^1.9.3",
"@types/leaflet.markercluster": "^1.5.1",
2023-04-08 23:29:39 +02:00
"@types/lunr": "^2.3.4",
"@types/reveal.js": "^4.4.2",
2023-04-13 20:14:08 +02:00
"@types/unist": "^2.0.6",
2023-05-04 20:26:36 +02:00
"pagefind": "^0.12.0",
2023-04-26 10:39:36 +02:00
"sass": "^1.62.1"
2023-04-07 00:25:47 +02:00
}
}