-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"name": "campaign-codex",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/markdown-remark": "7.2.2",
"astro": "^7.1.6",
"astro-og-canvas": "^0.13.0",
"canvaskit-wasm": "^0.41.1"
},
"overrides": {
"esbuild": "^0.28.1",
"yaml": "^2.8.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/chakra-petch": "^5.2.7",
"@fontsource/cinzel": "^5.2.8",
"@fontsource/cinzel-decorative": "^5.3.0",
"@fontsource/eb-garamond": "^5.2.7",
"@fontsource/exo-2": "^5.2.8",
"@fontsource/im-fell-english": "^5.2.6",
"@fontsource/im-fell-english-sc": "^5.2.6",
"@fontsource/michroma": "^5.2.8",
"@fontsource/orbitron": "^5.2.8",
"@fontsource/oswald": "^5.2.8",
"@fontsource/rajdhani": "^5.2.7",
"@fontsource/saira-stencil-one": "^5.2.8",
"@fontsource/share-tech-mono": "^5.2.7",
"@fontsource/teko": "^5.2.7",
"@fontsource/unifrakturcook": "^5.2.8",
"@fontsource/vt323": "^5.2.7",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
}
}