-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 882 Bytes
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
{
"name": "lynn.zone",
"type": "module",
"packageManager": "pnpm@10.17.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^6.5.11",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.0",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/barlow": "^5.2.8",
"@iconify/json": "^2.2.392",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.1",
"date-fns": "^4.1.0",
"reading-time": "^1.5.0",
"svelte": "^5.39.9",
"tailwindcss": "^4.1.14",
"ultrahtml": "^1.6.0"
},
"devDependencies": {
"accented": "^1.1.2",
"typescript": "^5.9.3"
},
"volta": {
"node": "22.20.0"
}
}