-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "byteofdev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write src"
},
"devDependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^5.0.1",
"@astrojs/tailwind": "^5.0.3",
"@cloudflare/workers-types": "^4.20231121.0",
"@fec/remark-a11y-emoji": "^4.0.2",
"astro": "4.0.5",
"critical": "^6.0.4",
"image-size": "^1.0.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.1.2",
"remark-gfm": "^4.0.0",
"remark-prism": "^1.3.6",
"remark-smartypants": "^2.0.0",
"svelte": "^4.2.8",
"tailwindcss": "^3.3.6",
"vite": "^5.0.10"
},
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"astro-critters": "^2.0.11",
"balloon-css": "^1.2.0",
"cocoen": "^3.2.0",
"daisyui": "3.9.4",
"dayjs": "^1.11.10",
"svelte-fa": "^3.0.4",
"title-case": "^4.2.0"
}
}