-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.84 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dante-astro-theme",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.4.1",
"@astrojs/solid-js": "5.1.0",
"@lucide/astro": "^0.562.0",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@shikijs/transformers": "^1.17.0",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@ts-ghost/content-api": "^4.1.0",
"artalk": "^2.9.0",
"astro": "5.11.0",
"astro-compress": "^2.3.1",
"astro-lqip": "^1.2.1",
"astro-masonry": "^1.2.2",
"astro-og-canvas": "^0.7.0",
"astro-remote": "^0.3.4",
"bricks.js": "^1.8.0",
"cheerio": "^1.0.0",
"fuse.js": "^7.0.0",
"html-parse-stringify": "^3.0.1",
"htmx.org": "^1.9.12",
"linkedom": "^0.18.12",
"mapbox-gl": "^3.6.0",
"marked": "^14.1.2",
"masto": "^7.1.0",
"medium-zoom": "^1.1.0",
"nanostores": "^0.11.3",
"node-html-parser": "^7.0.1",
"solid-js": "^1.8.22",
"supercluster": "^8.0.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/probe-image-size": "^7.2.5",
"loadsh": "^0.0.4",
"lodash-es": "^4.17.21",
"prettier": "^3.3.2",
"sass": "^1.78.0",
"solid-devtools": "^0.30.1",
"typescript": "^5.5.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}