website/package.json

51 lines
1.3 KiB
JSON

{
"name": "kamoshi.org",
"type": "module",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.3",
"@astrojs/solid-js": "^3.0.1",
"@citation-js/plugin-bibtex": "^0.6.8",
"@js-temporal/polyfill": "^0.4.4",
"astro": "^3.0.12",
"astro-pagefind": "^1.2.3",
"chart.js": "^4.4.0",
"citation-js": "^0.6.8",
"dayjs": "^1.11.9",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"mdast-util-to-string": "^4.0.0",
"purify-ts": "^2.0.1",
"rehype-katex": "^6.0.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-directive": "^2.0.1",
"remark-emoji": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"reveal.js": "^4.5.0",
"solid-js": "^1.7.11",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.4",
"@types/leaflet.markercluster": "^1.5.2",
"@types/reveal.js": "^4.4.2",
"@types/unist": "^3.0.0",
"pagefind": "^0.12.0",
"sass": "^1.66.1",
"sharp": "^0.32.5"
}
}