-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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": "guscuddy",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/netlify": "^5.2.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.0.2",
"@macfja/svelte-persistent-store": "^2.4.1",
"@portaljs/remark-wiki-link": "^1.1.2",
"astro": "^3.6.0",
"bits-ui": "^0.9.8",
"cmdk-sv": "^0.0.12",
"gray-matter": "^4.0.3",
"lucide-astro": "^0.288.0",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"slugify": "^1.6.6",
"svelte": "^5.0.0-next.54"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/bun": "^1.0.5",
"@types/markdown-it": "^13.0.7",
"@types/sanitize-html": "^2.11.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"tailwindcss": "^3.3.5"
}
}