generated from JustGoodUI/dante-astro-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 KB
/
package.json
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
{
"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.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.1",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@shikijs/transformers": "^1.17.0",
"@ts-ghost/content-api": "^4.1.0",
"artalk": "^2.9.0",
"astro": "^4.12.2",
"astro-compress": "^2.3.1",
"astro-remote": "^0.3.3",
"cheerio": "^1.0.0",
"fuse.js": "^7.0.0",
"html-parse-stringify": "^3.0.1",
"mapbox-gl": "^3.6.0",
"marked": "^14.1.2",
"medium-zoom": "^1.1.0",
"nanostores": "^0.11.3",
"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"
}
}