-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 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
{
"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",
"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",
"bigger-picture": "^1.1.19",
"cocoen": "^3.2.0",
"daisyui": "3.9.4",
"dayjs": "^1.11.10",
"svelte-fa": "^3.0.4",
"title-case": "^4.2.0"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}