-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "nathanld-xyz",
"version": "0.0.1",
"type": "module",
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "5.1.3",
"astro": "^5.0.5",
"github-discussions-blog-loader": "^1.0.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.0",
"mode-watcher": "^0.5.0",
"reading-time-estimator": "^1.11.0",
"slugify": "^1.6.6",
"string-strip-html": "^13.4.8",
"svelte": "^5.12.0",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"scripts": {
"astro": "bunx --bun astro",
"sync": "astro sync",
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"preview": "astro preview"
},
"devDependencies": {
"@iconify-json/line-md": "^1.2.3",
"@types/bun": "^1.1.14",
"bits-ui": "^1.0.0-next.71",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"unplugin-icons": "^0.21.0"
}
}