-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 976 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
37
38
39
40
{
"name": "winterscode",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build && node scripts/csp-postprocess.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^13.5.0",
"@astrojs/mdx": "^5.0.4",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/fraunces": "^5.2.9",
"@fontsource-variable/literata": "^5.3.0",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@tailwindcss/postcss": "^4.3.0",
"astro": "^6.4.8",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^5.9.3"
},
"overrides": {
"undici": "^7.28.0",
"postcss": "^8.5.18",
"js-yaml": "^4.3.0",
"svgo": "^4.0.2",
"fast-uri": "^3.1.4",
"sharp": "^0.35.0",
"ws": "^8.21.0",
"esbuild": ">=0.28.1"
}
}