-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "isaaccorbrey-com",
"private": "true",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.26.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"install:git-hooks": "lefthook install"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.2.2",
"@astrojs/rss": "^4.0.12",
"@astrojs/svelte": "^7.0.5",
"@astrojs/tailwind": "^6.0.2",
"@atproto/api": "^0.14.20",
"@types/babel__generator": "^7.6.8",
"astro": "^5.14.6",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"marked": "^15.0.3",
"mdast-util-to-string": "^4.0.0",
"option-t": "^52.0.2",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.1",
"sanitize-html": "^2.17.0",
"strip-ansi": "^7.1.0",
"svelte": "^5.49.2",
"tailwindcss": "^3.4.16",
"typescript": "^5.8.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/luxon": "^3.4.2",
"@types/sanitize-html": "^2.16.0",
"lefthook": "^1.11.9"
}
}