website/package.json

41 lines
1,019 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-15 21:25:29 +02:00
"@astrojs/mdx": "^0.19.0",
2023-04-14 21:27:12 +02:00
"@astrojs/solid-js": "^2.1.0",
"astro": "^2.3.0",
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",
"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",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
2023-04-13 20:14:08 +02:00
"reveal.js": "^4.5.0",
2023-04-14 21:27:12 +02:00
"solid-js": "^1.7.3",
"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",
"sass": "^1.62.0"
2023-04-07 00:25:47 +02:00
}
}