website/package.json

34 lines
810 B
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-04-09 01:34:18 +02:00
"@astrojs/mdx": "^0.18.3",
2023-04-08 23:29:39 +02:00
"@astrojs/svelte": "^2.1.0",
"astro": "^2.2.1",
2023-04-08 01:27:59 +02:00
"dayjs": "^1.11.7",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
2023-04-08 23:29:39 +02:00
"lunr": "^2.3.9",
"rehype-katex": "^6.0.2",
2023-04-08 19:47:34 +02:00
"remark-emoji": "^3.1.1",
"remark-math": "^5.1.1",
"reveal.js": "^4.4.0",
2023-04-08 23:29:39 +02:00
"sass": "^1.61.0",
"svelte": "^3.58.0"
2023-04-07 01:11:08 +02:00
},
"devDependencies": {
2023-04-09 01:34:18 +02:00
"@rollup/plugin-yaml": "^4.0.1",
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-07 00:25:47 +02:00
}
}