-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
package.json
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
{
"name": "scriptures-of-the-chosen",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-hosted": "astro dev --host",
"check:watch": "astro check --watch",
"check": "astro check",
"sync": "astro sync",
"build": "astro build",
"astro": "astro",
"preview": "wrangler pages dev ./dist --port 4321"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/eb-garamond": "^5.0.7",
"@fontsource-variable/figtree": "^5.0.6",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/piazzolla": "^5.0.18",
"@fontsource-variable/playfair-display": "^5.0.6",
"@fontsource/fira-sans": "^5.0.17",
"@fontsource/vollkorn-sc": "^5.0.13",
"@iconify-json/fluent": "^1.2.1",
"astro": "^5.0.9",
"modern-normalize": "^2.0.0",
"remark-footnotes": "^4.0.1",
"sass": "^1.63.6",
"typescript": "^5.2.2",
"verse-reference-regex": "^1.3.0"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.22",
"@types/luxon": "^3.3.1",
"astro-icon": "^1.1.1",
"astro-meta-tags": "^0.3.0",
"copy-folder-util": "^1.1.2",
"luxon": "^3.3.0",
"vite": "^4.3.2",
"wrangler": "^3.72.0"
}
}