website/package.json

28 lines
633 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-07 01:30:36 +02:00
"astro": "^2.2.0",
2023-04-08 01:27:59 +02:00
"dayjs": "^1.11.7",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"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",
"sass": "^1.61.0"
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",
"@types/reveal.js": "^4.4.2"
2023-04-07 00:25:47 +02:00
}
}